Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://mad-god.webs.com/
OP did you find some way to add items? I have tried most of the the common methods (on top of CF) and nothing is working for me. First I tried the savegame editor from BOTH tk421 and from samurai jack from zimlabs (they seem like the same editor), however, they both wanted the TABCTL32.OCX file, which I downloaded and put it in BOTH the system32 registry and the folder of the editor itself. Still did not work.
Then I tried reading the data using a hex editor but the saved games does not have any string texts, which means, I heard from others, that I have to do a comparison between 2 files and track the changes ??? This is way beyond my ability
Anyone have any pointers like where to put the OCX file, another inventory editor that doesn't need the OCX file, or jsut simply any other editor that works on their computer? Thanks!
Item type is 0xC bytes long:
0x0 (4 bytes, signed) - item ID (can be taken from Cosmic Forge)
0x4 (1 bytes, unsigned) - amount in the stack (0 for unstackable items)
0x5 (1 byte, unsigned) - amount of charges (0 for items withot charges)
0x6 (1 byte, Boolean) - "Identified" flag
Rest are unimportant (there's something like "stolen", "has a legit owner" and such flags), you can savely fill it with
0x7 - 1
0x8 - 1
0x9 - 0
0xA - 0
0xB - 1
Characters are stored at ["Wiz8.exe"+285174]+ PC_index * 1862 where PC_index is a number from 0 to 7 (0 is the first RPC, 1 is the second RPC, 2 is the first PC and so on). Personal inventory starts at Character + 1029
Party inventory starts at 685191 (static).
Anyways, I was only able to replace an existing item to an item I wanted (i.e. turn a dagger into the avenger), but I still cannot add to the party inventory even when I turned the FF FF FF FF 00 00 00 00 00 00 00 00 00 right after the last item into what I wanted. Any pointers?
If not, no worries I'll just buy more daggers. =)
AWESOME!