Recreation's of the server-side code for TamaTown
Go to file
random() aa8231622f fix name in license file 2023-12-27 07:30:09 +00:00
DreamTown Fix Signups 2022-11-10 06:10:48 +13:00
E-Tamago/foobar Add files via upload 2020-02-13 23:06:09 +13:00
ON Add files via upload 2022-03-05 18:39:07 -05:00
V5 Update Famitama-FlashPoint.cgi 2022-09-02 14:35:16 +12:00
LICENSE fix name in license file 2023-12-27 07:30:09 +00:00
README.md Update README.md 2021-09-24 02:41:34 +12:00

README.md

TamaTown

What is this? Code relating to Tamagotchi Town with the aim of making it possible to build a fully-functional custom tamagotchi town server
--- Tools ---

== Dream Town ==
cebd_decrypt - For decrypting and re-encrypting Dream Town binaries and Config files
usage: cebd_decrypt.exe <mode> <input file> <output file>
modes:
-d decrypt
-e encrypt

--- Server Side Code ---

NOTE: This is NOT bandai's original code. it wouldnt really be possible to get that unless someone had an exploit back in the day to get the files out, rather- this is my best attempts to re-create what the server side code did.

this is the same code used on my Familetchi & Friends server (http://famitama.com)

Working so far:

== Dream Town ==

  • Account Register
  • Account Login
  • Adding items to inventory
  • Removing items from inventory
  • Adding Quests
  • Updating Quest Progress
  • Adding Currency
  • Removing Currency
  • Password Reset
  • Adding Rubish
  • Removing Rubish
  • Relations Updates
  • Character Updates
  • Saving 'Tutorial Clear' Flags
  • Adding Harvestable Items
  • Removing Harvestable Items
  • Switching Areas
  • Updating Area Information
  • Unlocking New Areas
  • Unlocking New Characters
  • Switching Characters
  • Server Time

== V7 ==

== V6 ==

== V5 ==

  • Saving Pictures from game_rollercoaster.swf
  • Survey/Poll entries (request type 5)
  • Login/Logout Passwords (request type 1)
  • Server Time for Suvioneirs (request type 2)

== V4 ==

== V3 ==