ROM Hack Suggestion Digimon Cyber Sleuth Complete Collection Save Editor?

omega7

Well-Known Member
Member
Joined
Jun 16, 2018
Messages
106
Trophies
0
Age
27
XP
565
Country
Australia
Yep. Currently trying to find what byte modifies things other than stats, like Type, Attribute, and Personality, but it's possible.
Warning, story spoilers!
Good thing I finished both of them years ago, can you tell me the bytes for stats please? I like to do some experimenting myself
 
Last edited by omega7,

omega7

Well-Known Member
Member
Joined
Jun 16, 2018
Messages
106
Trophies
0
Age
27
XP
565
Country
Australia
Heres everything that i gathered for editing inventory coalaed with AnalogMan's finding, hope this helps any newcomer
Cyber Sleuth Inventory:
Starting address: 0x3EB30
Item size: 24 bytes
Entries: 2000
Total size: 48,000 bytes


clip_image002.png

1.png


  • Red: Unknown. Seems to denote if an item exists in this slot. Typical values are 0x3F800001 but also seen are 0x00000001 and 0x3C88CE01. Bit 0 always seems to be 1. When item slot is empty example values include 0xD4157900 and 0xD4144500. Bit 0 always seems to be 0.
  • Yellow: Item slot number. Ranges from 0x00000000 to 0x000007CF (2000 slots). Best not to touch
  • Blue: Item type. Related to the tab the items appear in. 0x0: Usable Item, 0x1: Equipment, 0x2: Farm Goods, 0x3: Key Items, 0x4: Digimon Medals, 0x5: Accessories. i.e. 00 00 00 00 for useable items, 01 00 00 00 for equipment, if some item wont show up if the id is wrong
  • Green: Item ID. Changing this changes the item. For items SPD Attach A that has the hex id of 014A, it need to be inputted as 4A 01
  • White: Unknown. Usually the same as the item ID but not always. Changing or leaving this number doesn't seem to do anything.
  • Black: Item quantity. If bit 24 is set to 1 then the item displays the "New" text next to its name. max is 99 in decimal or 63 in hex

Hackers Memory inventory: 0xA02D0
2.png

clip_image004.jpg


Some quirk i found whilst editing the inventory of Hackers Memory :
1. You can have duplicates of the same item i.e. two 99xhp capsule A, only the original item (the first one inputted) will have their name, the duplicates will be nameless but will still retain the item description, some duplicates may not be equipable, and some can't be sold to normal vendors, to get rid of duplicates sell them at the digilab.
2. inputting the wrong item type id e.g. putting key item as type id for hp capsule A, can cause crashes when opening up the item menu.
3.Item order in item menu appear to have a set order, while in vendor's sell menu they will follow the order that was set in the save file.

4. For some reason editing inventory can cause a glitch wherein you cant unequip Digimon equipment

Heres the list of all the item/equipment you would ever need

0000 "0:Nothing",
0001 "1:HP Capsule C ",
0002 "2:HP Capsule B ",
0003 "3:HP Capsule A ",
0004 "4:HP Spray C ",
0005 "5:HP Spray B ",
0006 "6:HP Spray A ",
0007 "7:SP Capsule C ",
0008 "8:SP Capsule B ",
0009 "9:SP Capsule A ",
000A "10:SP Spray B ",
000B "11:SP Spray A ",
000C "12:Medical Spray ",
000D "13:Medical Spray DX ",
000E "14 oison Recovery ",
000F "15 anic Recovery ",
0010 "16 aralysis Recovery ",
0011 "17:Sleep Recovery ",
0012 "18:Stun Recovery ",
0013 "19:Sprite Recovery ",
0014 "20:Bug Recovery ",
0015 "21:Multi-Recovery ",
0016 "22:Multi-Recovery DX ",
0017 "23:Revival Capsule ",
0018 "24:Revival Capsule DX ",
0019 "25:Full Revival Spray ",
001A "26:ATK Boost ",
001B "27 EF Boost ",
001C "28:INT Boost ",
001D "29:SPD Boost ",
001E "30:HIT Boost ",
001F "31:AGL Boost ",
0020 "32:CRT Boost ",
0021 "33:Escape Gate ",
0032 "50:Brave Point E ",
0033 "51:Brave Point D ",
0034 "52:Brave Point C ",
0035 "53:Brave Point B ",
0036 "54:Brave Point A ",
0037 "55:Friendship ",
0038 "56:Friendship DX ",
0039 "57:Home Gate ",
003A "58:Export ",
003C "60 igi-Egg of Courage ",
003D "61 igi-Egg of Miracles ",
003E "62 igi-Egg of Destiny ",
003F "63 mni Sword ",
0040 "64:Human Spirit of Flame ",
0041 "65:Beast Spirit of Flame ",
0042 "66:Human Spirit of Light ",
0043 "67:Beast Spirit of Light ",
0044 "68 igivolution Item 9 ",
0045 "69 igivolution Item 10 ",
0046 "70:Topaz ",
0047 "71 earl ",
0048 "72:Aquamarine ",
0049 "73:Jade ",
004A "74:Alexandrite ",
004B "75:Ruby ",
004C "76:Sapphire ",
004D "77:Emerald ",
004E "78 iamond ",
004F "79:Chrome Digizoid ",
005A "90:Memory UP ",
005B "91:Memory UP DX ",
0064 "100 urability Patch ",
0065 "101:Lively Patch ",
0066 "102:Fighter Patch ",
0067 "103 efender Patch ",
0068 "104:Brainy Patch ",
0069 "105:Nimble Patch ",
006A "106 evelopment Patch ",
006B "107:Searcher Patch ",
006E "110:HP Restraint Chip C ",
006F "111:HP Restraint Chip B ",
0070 "112:HP Restraint Chip A ",
0071 "113:SP Restraint Chip C ",
0072 "114:SP Restraint Chip B ",
0073 "115:SP Restraint Chip A ",
0074 "116:ATK Restraint Chip C ",
0075 "117:ATK Restraint Chip B ",
0076 "118:ATK Restraint Chip A ",
0077 "119 EF Restraint Chip C ",
0078 "120 EF Restraint Chip B ",
0079 "121 EF Restraint Chip A ",
007A "122:INT Restraint Chip C ",
007B "123:INT Restraint Chip B ",
007C "124:INT Restraint Chip A ",
007D "125:SPD Restraint Chip C ",
007E "126:SPD Restraint Chip B ",
007F "127:SPD Restraint Chip A ",
00C8 "200:Exciting Meat ",
00C9 "201:Best Meat ",
00CA "202:Vigor Mushroom ",
00CB "203:Mental Melon ",
00CC "204 ower Pine ",
00CD "205:Aegis Apple ",
00CE "206:Clever Carrot ",
00CF "207:Boost Banana ",
00D0 "208:Miracle Meat ",
00D1 "209:Kyoko's Coffee (Rainbow) ",
00D2 "210:Nokia's Strange Candy ",
00D3 "211:Arata's Prized Comic ",
00D4 "212:Yuuko's Grand Feast ",
00D5 "213 VD: Gangster Girls ",
00D6 "214 opular Guy's Guide ",
00D7 "215:Vanguard K's Mask ",
00D8 "216:Erika's Tarte Tatin ",
00D9 "217:Ryuji's Bento ",
00DA "218:Chitose's Cookie ",
00DB "219:Yu's Chocolate Cake ",
00DC "220:Yuuko's Omelet ",
00DD "221:Fei's Warabimochi ",
00DE "222 ate's Bun ",
00DF "223:Matayoshi's Milk ",
00E0 "224:Nokia's Kuzumochi ",
00E1 "225:Agumon and Gabumon's Meat ",
00E2 "226:Arata's Muffin ",
00E3 "227:Lillymon's Meat ",
00E4 "228:Renamon's Meat ",
00E5 "229:Beelzemon's Meat ",
00E6 "230:Leomon's Meat ",
012D "301:HP Attach E ",
012E "302:HP Attach D ",
012F "303:HP Attach C ",
0130 "304:HP Attach B ",
0131 "305:HP Attach A ",
0132 "306:SP Attach E ",
0133 "307:SP Attach D ",
0134 "308:SP Attach C ",
0135 "309:SP Attach B ",
0136 "310:SP Attach A ",
0137 "311:ATK Attach E ",
0138 "312:ATK Attach D ",
0139 "313:ATK Attach C ",
013A "314:ATK Attach B ",
013B "315:ATK Attach A ",
013C "316 EF Attach E ",
013D "317 EF Attach D ",
013E "318 EF Attach C ",
013F "319 EF Attach B ",
0140 "320 EF Attach A ",
0141 "321:INT Attach E ",
0142 "322:INT Attach D ",
0143 "323:INT Attach C ",
0144 "324:INT Attach B ",
0145 "325:INT Attach A ",
0146 "326:SPD Attach E ",
0147 "327:SPD Attach D ",
0148 "328:SPD Attach C ",
0149 "329:SPD Attach B ",
014A "330:SPD Attach A ",
014B "331:HIT Attach C ",
014C "332:HIT Attach B ",
014D "333:HIT Attach A ",
014E "334:AGL Attach C ",
014F "335:AGL Attach B ",
0150 "336:AGL Attach A ",
0151 "337:CRT Attach C ",
0152 "338:CRT Attach B ",
0153 "339:CRT Attach A ",
0154 "340:Energy Disk ",
0155 "341:Cheerful Disk ",
0156 "342:Tough Disk ",
0157 "343:Soul Disk ",
0158 "344:Charge Disk ",
0159 "345 racle Disk ",
015A "346:Mind Disk ",
015B "347:Mage Disk ",
015C "348:Thief Disk ",
015D "349:Fighter Disk ",
015E "350:Sage Disk ",
015F "351:Assassin Disk ",
0160 "352:Bishop Disk ",
0161 "353:Monk Disk ",
0162 "354:Spirit Disk ",
0163 "355:Ranger Disk ",
0164 "356:Feather Disk ",
0165 "357:Gladiator Disk ",
0166 "358:Master Disk ",
0167 "359:Flare Guard ",
0168 "360:Flare Guard DX ",
0169 "361:Aqua Guard ",
016A "362:Aqua Guard DX ",
016B "363 lant Guard ",
016C "364 lant Guard DX ",
016D "365:Electric Guard ",
016E "366:Electric Guard DX ",
016F "367:Sand Guard ",
0170 "368:Sand Guard DX ",
0171 "369:Wind Guard ",
0172 "370:Wind Guard DX ",
0173 "371:Shine Guard ",
0174 "372:Shine Guard DX ",
0175 "373 ark Guard ",
0176 "374 ark Guard DX ",
0177 "375:Noise Guard ",
0178 "376:Noise Guard DX ",
0179 "377:Master Guard ",
017A "378 oison Barrier ",
017B "379 oison Barrier DX ",
017C "380 anic Barrier ",
017D "381 anic Barrier DX ",
017E "382 aralysis Barrier ",
017F "383 aralysis Barrier DX ",
0180 "384:Sleep Barrier ",
0181 "385:Sleep Barrier DX ",
0182 "386:Stun Barrier ",
0183 "387:Stun Barrier DX ",
0184 "388 ixel Barrier ",
0185 "389 ixel Barrier DX ",
0186 "390:Bug Barrier ",
0187 "391:Bug Barrier DX ",
0188 "392 eath Barrier ",
0189 "393 eath Barrier DX ",
018A "394:Master Barrier ",
018B "395:CAM USB ",
018C "396:Ninja USB ",
018D "397:Tactician USB ",
018E "398:Billionaire USB ",
018F "399:Large Capacity USB ",
0190 "400:Researcher USB ",
0191 "401:Yuugo Special Program ",
0192 "402:Memetan Replica ",
0193 "403 en Block ",
 
Last edited by omega7,

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
Heres everything that i gathered for editing inventory coalaed with AnalogMan's finding, hope this helps any newcomer
Cyber Sleuth Inventory:
Starting address: 0x3EB30
Item size: 24 bytes
Entries: 2000
Total size: 48,000 bytes


View attachment 184064

  • Red: Unknown. Seems to denote if an item exists in this slot. Typical values are 0x3F800001 but also seen are 0x00000001 and 0x3C88CE01. Bit 0 always seems to be 1. When item slot is empty example values include 0xD4157900 and 0xD4144500. Bit 0 always seems to be 0.
  • Yellow: Item slot number. Ranges from 0x00000000 to 0x000007CF (2000 slots). Best not to touch
  • Blue: Item type. Related to the tab the items appear in. 0x0: Usable Item, 0x1: Equipment, 0x2: Farm Goods, 0x3: Key Items, 0x4: Digimon Medals, 0x5: Accessories. i.e. 00 00 00 00 for useable items, 01 00 00 00 for equipment, if some item wont show up if the id is wrong
  • Green: Item ID. Changing this changes the item. For items SPD Attach A that has the hex id of 014A, it need to be inputted as 4A 01
  • White: Unknown. Usually the same as the item ID but not always. Changing or leaving this number doesn't seem to do anything.
  • Black: Item quantity. If bit 24 is set to 1 then the item displays the "New" text next to its name. max is 99 in decimal or 63 in hex

Hackers Memory inventory: 0xA02D0
View attachment 184065

Some quirk i found whilst editing the inventory of Hackers Memory :
1. You can have duplicates of the same item i.e. two 99xhp capsule A, only the original item (the first one inputted) will have their name, the duplicates will be nameless but will still retain the item description, some duplicates may not be equipable, and some can't be sold to normal vendors, to get rid of duplicates sell them at the digilab.
2. inputting the wrong item type id e.g. putting key item as type id for hp capsule A, can cause crashes when opening up the item menu.
3.Item order in item menu appear to have a set order, while in vendor's sell menu they will follow the order that was set in the save file.

4. For some reason editing inventory can cause a glitch wherein you cant unequip Digimon equipment

Heres the list of all the item/equipment you would ever need

0000 "0:Nothing",
0001 "1:HP Capsule C ",
0002 "2:HP Capsule B ",
0003 "3:HP Capsule A ",
0004 "4:HP Spray C ",
0005 "5:HP Spray B ",
0006 "6:HP Spray A ",
0007 "7:SP Capsule C ",
0008 "8:SP Capsule B ",
0009 "9:SP Capsule A ",
000A "10:SP Spray B ",
000B "11:SP Spray A ",
000C "12:Medical Spray ",
000D "13:Medical Spray DX ",
000E "14 oison Recovery ",
000F "15 anic Recovery ",
0010 "16 aralysis Recovery ",
0011 "17:Sleep Recovery ",
0012 "18:Stun Recovery ",
0013 "19:Sprite Recovery ",
0014 "20:Bug Recovery ",
0015 "21:Multi-Recovery ",
0016 "22:Multi-Recovery DX ",
0017 "23:Revival Capsule ",
0018 "24:Revival Capsule DX ",
0019 "25:Full Revival Spray ",
001A "26:ATK Boost ",
001B "27 EF Boost ",
001C "28:INT Boost ",
001D "29:SPD Boost ",
001E "30:HIT Boost ",
001F "31:AGL Boost ",
0020 "32:CRT Boost ",
0021 "33:Escape Gate ",
0032 "50:Brave Point E ",
0033 "51:Brave Point D ",
0034 "52:Brave Point C ",
0035 "53:Brave Point B ",
0036 "54:Brave Point A ",
0037 "55:Friendship ",
0038 "56:Friendship DX ",
0039 "57:Home Gate ",
003A "58:Export ",
003C "60 igi-Egg of Courage ",
003D "61 igi-Egg of Miracles ",
003E "62 igi-Egg of Destiny ",
003F "63 mni Sword ",
0040 "64:Human Spirit of Flame ",
0041 "65:Beast Spirit of Flame ",
0042 "66:Human Spirit of Light ",
0043 "67:Beast Spirit of Light ",
0044 "68 igivolution Item 9 ",
0045 "69 igivolution Item 10 ",
0046 "70:Topaz ",
0047 "71 earl ",
0048 "72:Aquamarine ",
0049 "73:Jade ",
004A "74:Alexandrite ",
004B "75:Ruby ",
004C "76:Sapphire ",
004D "77:Emerald ",
004E "78 iamond ",
004F "79:Chrome Digizoid ",
005A "90:Memory UP ",
005B "91:Memory UP DX ",
0064 "100 urability Patch ",
0065 "101:Lively Patch ",
0066 "102:Fighter Patch ",
0067 "103 efender Patch ",
0068 "104:Brainy Patch ",
0069 "105:Nimble Patch ",
006A "106 evelopment Patch ",
006B "107:Searcher Patch ",
006E "110:HP Restraint Chip C ",
006F "111:HP Restraint Chip B ",
0070 "112:HP Restraint Chip A ",
0071 "113:SP Restraint Chip C ",
0072 "114:SP Restraint Chip B ",
0073 "115:SP Restraint Chip A ",
0074 "116:ATK Restraint Chip C ",
0075 "117:ATK Restraint Chip B ",
0076 "118:ATK Restraint Chip A ",
0077 "119 EF Restraint Chip C ",
0078 "120 EF Restraint Chip B ",
0079 "121 EF Restraint Chip A ",
007A "122:INT Restraint Chip C ",
007B "123:INT Restraint Chip B ",
007C "124:INT Restraint Chip A ",
007D "125:SPD Restraint Chip C ",
007E "126:SPD Restraint Chip B ",
007F "127:SPD Restraint Chip A ",
00C8 "200:Exciting Meat ",
00C9 "201:Best Meat ",
00CA "202:Vigor Mushroom ",
00CB "203:Mental Melon ",
00CC "204 ower Pine ",
00CD "205:Aegis Apple ",
00CE "206:Clever Carrot ",
00CF "207:Boost Banana ",
00D0 "208:Miracle Meat ",
00D1 "209:Kyoko's Coffee (Rainbow) ",
00D2 "210:Nokia's Strange Candy ",
00D3 "211:Arata's Prized Comic ",
00D4 "212:Yuuko's Grand Feast ",
00D5 "213 VD: Gangster Girls ",
00D6 "214 opular Guy's Guide ",
00D7 "215:Vanguard K's Mask ",
00D8 "216:Erika's Tarte Tatin ",
00D9 "217:Ryuji's Bento ",
00DA "218:Chitose's Cookie ",
00DB "219:Yu's Chocolate Cake ",
00DC "220:Yuuko's Omelet ",
00DD "221:Fei's Warabimochi ",
00DE "222 ate's Bun ",
00DF "223:Matayoshi's Milk ",
00E0 "224:Nokia's Kuzumochi ",
00E1 "225:Agumon and Gabumon's Meat ",
00E2 "226:Arata's Muffin ",
00E3 "227:Lillymon's Meat ",
00E4 "228:Renamon's Meat ",
00E5 "229:Beelzemon's Meat ",
00E6 "230:Leomon's Meat ",
012D "301:HP Attach E ",
012E "302:HP Attach D ",
012F "303:HP Attach C ",
0130 "304:HP Attach B ",
0131 "305:HP Attach A ",
0132 "306:SP Attach E ",
0133 "307:SP Attach D ",
0134 "308:SP Attach C ",
0135 "309:SP Attach B ",
0136 "310:SP Attach A ",
0137 "311:ATK Attach E ",
0138 "312:ATK Attach D ",
0139 "313:ATK Attach C ",
013A "314:ATK Attach B ",
013B "315:ATK Attach A ",
013C "316 EF Attach E ",
013D "317 EF Attach D ",
013E "318 EF Attach C ",
013F "319 EF Attach B ",
0140 "320 EF Attach A ",
0141 "321:INT Attach E ",
0142 "322:INT Attach D ",
0143 "323:INT Attach C ",
0144 "324:INT Attach B ",
0145 "325:INT Attach A ",
0146 "326:SPD Attach E ",
0147 "327:SPD Attach D ",
0148 "328:SPD Attach C ",
0149 "329:SPD Attach B ",
014A "330:SPD Attach A ",
014B "331:HIT Attach C ",
014C "332:HIT Attach B ",
014D "333:HIT Attach A ",
014E "334:AGL Attach C ",
014F "335:AGL Attach B ",
0150 "336:AGL Attach A ",
0151 "337:CRT Attach C ",
0152 "338:CRT Attach B ",
0153 "339:CRT Attach A ",
0154 "340:Energy Disk ",
0155 "341:Cheerful Disk ",
0156 "342:Tough Disk ",
0157 "343:Soul Disk ",
0158 "344:Charge Disk ",
0159 "345 racle Disk ",
015A "346:Mind Disk ",
015B "347:Mage Disk ",
015C "348:Thief Disk ",
015D "349:Fighter Disk ",
015E "350:Sage Disk ",
015F "351:Assassin Disk ",
0160 "352:Bishop Disk ",
0161 "353:Monk Disk ",
0162 "354:Spirit Disk ",
0163 "355:Ranger Disk ",
0164 "356:Feather Disk ",
0165 "357:Gladiator Disk ",
0166 "358:Master Disk ",
0167 "359:Flare Guard ",
0168 "360:Flare Guard DX ",
0169 "361:Aqua Guard ",
016A "362:Aqua Guard DX ",
016B "363 lant Guard ",
016C "364 lant Guard DX ",
016D "365:Electric Guard ",
016E "366:Electric Guard DX ",
016F "367:Sand Guard ",
0170 "368:Sand Guard DX ",
0171 "369:Wind Guard ",
0172 "370:Wind Guard DX ",
0173 "371:Shine Guard ",
0174 "372:Shine Guard DX ",
0175 "373 ark Guard ",
0176 "374 ark Guard DX ",
0177 "375:Noise Guard ",
0178 "376:Noise Guard DX ",
0179 "377:Master Guard ",
017A "378 oison Barrier ",
017B "379 oison Barrier DX ",
017C "380 anic Barrier ",
017D "381 anic Barrier DX ",
017E "382 aralysis Barrier ",
017F "383 aralysis Barrier DX ",
0180 "384:Sleep Barrier ",
0181 "385:Sleep Barrier DX ",
0182 "386:Stun Barrier ",
0183 "387:Stun Barrier DX ",
0184 "388 ixel Barrier ",
0185 "389 ixel Barrier DX ",
0186 "390:Bug Barrier ",
0187 "391:Bug Barrier DX ",
0188 "392 eath Barrier ",
0189 "393 eath Barrier DX ",
018A "394:Master Barrier ",
018B "395:CAM USB ",
018C "396:Ninja USB ",
018D "397:Tactician USB ",
018E "398:Billionaire USB ",
018F "399:Large Capacity USB ",
0190 "400:Researcher USB ",
0191 "401:Yuugo Special Program ",
0192 "402:Memetan Replica ",
0193 "403 en Block ",
Note, the maximum quantity for items is actually 127. While the game doesn't naturally go over 99, you can force it up to 127. The inventory screen will only show the last 2 digits (ie. 27) but it will still be 127 internally which allows you to squeeze another 28 items in. It seems fine to have duplicate entries for consumable items but not for equipment, so try not to do that if you can help it. I gave myself 5 entries of the Popular Guy's Guide at 99 quantity each and that should last me a bit.

Also, something I decided to work on for those of you with Python 3 installed:
Screen Shot 2019-10-24 at 6.10.00 PM.png

Still needs some testing though, especially the Complete Field Guide as I haven't tried with just Hacker's Memory and not linked to a Cyber Sleuth save. Also, while max party memory is 255 in your first play through, playing through New Game+ allows you to break that barrier. I'm undecided if I should set the 'Max Party Memory' to 255 or 999.
 
Last edited by DocKlokMan,

Protozero13

Member
Newcomer
Joined
Oct 24, 2019
Messages
7
Trophies
0
Age
32
XP
93
Country
United States
Note, the maximum quantity for items is actually 127. While the game doesn't naturally go over 99, you can force it up to 127. The inventory screen will only show the last 2 digits (ie. 27) but it will still be 127 internally which allows you to squeeze another 28 items in. It seems fine to have duplicate entries for consumable items but not for equipment, so try not to do that if you can help it. I gave myself 5 entries of the Popular Guy's Guide at 99 quantity each and that should last me a bit.

Also, something I decided to work on for those of you with Python 3 installed:
View attachment 184081
Still needs some testing though, especially the Complete Field Guide as I haven't tried with just Hacker's Memory and not linked to a Cyber Sleuth save. Also, while max party memory is 255 in your first play through, playing through New Game+ allows you to break that barrier. I'm undecided if I should set the 'Max Party Memory' to 255 or 999.

when are you gonna finish it??
 
  • Like
Reactions: shiondelibra

omega7

Well-Known Member
Member
Joined
Jun 16, 2018
Messages
106
Trophies
0
Age
27
XP
565
Country
Australia
Note, the maximum quantity for items is actually 127. While the game doesn't naturally go over 99, you can force it up to 127. The inventory screen will only show the last 2 digits (ie. 27) but it will still be 127 internally which allows you to squeeze another 28 items in. It seems fine to have duplicate entries for consumable items but not for equipment, so try not to do that if you can help it. I gave myself 5 entries of the Popular Guy's Guide at 99 quantity each and that should last me a bit.

Also, something I decided to work on for those of you with Python 3 installed:
View attachment 184081
Still needs some testing though, especially the Complete Field Guide as I haven't tried with just Hacker's Memory and not linked to a Cyber Sleuth save. Also, while max party memory is 255 in your first play through, playing through New Game+ allows you to break that barrier. I'm undecided if I should set the 'Max Party Memory' to 255 or 999.
considering that memory can be edited by edizon, i reckon you should go with 250 as thats more than enough for a party of 9 megas/ultras
 

Protozero13

Member
Newcomer
Joined
Oct 24, 2019
Messages
7
Trophies
0
Age
32
XP
93
Country
United States
here is my save file please i need it to be edited to have all items 99 for cybersleuth only that
 

Attachments

  • 0000.rar
    7.2 KB · Views: 188

Guaricana

New Member
Newbie
Joined
Apr 8, 2019
Messages
3
Trophies
0
Age
29
XP
229
Country
Turkey
Note, the maximum quantity for items is actually 127. While the game doesn't naturally go over 99, you can force it up to 127. The inventory screen will only show the last 2 digits (ie. 27) but it will still be 127 internally which allows you to squeeze another 28 items in. It seems fine to have duplicate entries for consumable items but not for equipment, so try not to do that if you can help it. I gave myself 5 entries of the Popular Guy's Guide at 99 quantity each and that should last me a bit.

Also, something I decided to work on for those of you with Python 3 installed:
View attachment 184081
Still needs some testing though, especially the Complete Field Guide as I haven't tried with just Hacker's Memory and not linked to a Cyber Sleuth save. Also, while max party memory is 255 in your first play through, playing through New Game+ allows you to break that barrier. I'm undecided if I should set the 'Max Party Memory' to 255 or 999.

Thanks so much for the work, patiently waiting.
 

Trenbolone

Member
Newcomer
Joined
Oct 23, 2019
Messages
5
Trophies
0
Age
28
XP
65
Country
Malaysia
Can anyone make a cheat so that I could have human and beast fire and light spirit in Cybersleuth. The first game.
 

Bigkahuna28

Active Member
Newcomer
Joined
Jun 2, 2019
Messages
36
Trophies
0
Age
32
XP
189
Country
United States
Note, the maximum quantity for items is actually 127. While the game doesn't naturally go over 99, you can force it up to 127. The inventory screen will only show the last 2 digits (ie. 27) but it will still be 127 internally which allows you to squeeze another 28 items in. It seems fine to have duplicate entries for consumable items but not for equipment, so try not to do that if you can help it. I gave myself 5 entries of the Popular Guy's Guide at 99 quantity each and that should last me a bit.

Also, something I decided to work on for those of you with Python 3 installed:
View attachment 184081
Still needs some testing though, especially the Complete Field Guide as I haven't tried with just Hacker's Memory and not linked to a Cyber Sleuth save. Also, while max party memory is 255 in your first play through, playing through New Game+ allows you to break that barrier. I'm undecided if I should set the 'Max Party Memory' to 255 or 999.
It is possible to edit digimon I did it on the vita and had eaters in my party I do have proof and a person on a digimon discord helped me. Need his name?

--------------------- MERGED ---------------------------

What hex address for the stats?
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
It is possible to edit digimon I did it on the vita and had eaters in my party I do have proof and a person on a digimon discord helped me. Need his name?

--------------------- MERGED ---------------------------



That’s okay, I actually didn’t say anything about modding Digimon or their stats. I already know it’s possible.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Brb