DixieFlatline wrote: ↑Sat Oct 24, 2020 8:52 am
Okay, I don't want to be That Guy, but is there any chance of an update? Some of the codes don't seem to be working.
Max Score definitely does not. No Days Elapsed still ages people (not sure if that's a problem), Cooking Recipes does not, and Unlock All Shigabane doesn't apply them to the characters, it just shows the conditions to unlock them on the list. Everything else appears to work, but I could be wrong.
I might make my own table if there is any interest since I doubt there will be any updates at this point (Yes, I tend to make codes for after a game stops updating). So far I have Inf. Extend Machine Score, Inventory (with some values - mostly equipment and consumables, plus water and jerky), Non-combat stats, Equipped Clione (possible pointer), combat stats (HP, Stamina, etc.). Unfortunately, those values are rather fragile since I have 5 addresses that all affect the base address with the exact same code (any will work, but I have mine pointed for the status menu to prevent unnecessary reads). Also have a pointer for Ruin Days among other things. I suspect I have a pointer for the inventory, but I need to test it).
Not far enough into the game yet to do some of the codes I have planned. Days Since Cloned/Days Elapsed and Character's Life Stage are two different things, though related. Your character automatically ages up after a certain amount of time has passed for that life stage and if your Days Since Cloned exceeds a value of 13 + extended days (Shikibane), then your character dies (to be more exact, it is 3 days in Senior stage, but your Days since cloned determines your current stage).
Faster Exploration Score (this is the value for when you are exploring and is what the machine reads when you return to the machine).
Set Max Damage or Damage Multiplier.
Set Bladder/Max Weight/etc.
Inf SP.
Held item and Warehouse finder.
No Crafting Costs (Last stack only)
No Cooking Limit
Max HP on damage
Damage Multiplier + OHKO Toggle.
Shigabane Discovered finder.
Revive on Death (for Shigabane farming). (Note: items will still drop even though the revive is near-instant because you have to die for the shigabane to register.)
Enable +99 all items.
Found Shigabane Learned. Selector in testing (found tutorial, active/learned/unlearned, and obtained/unobtained). The code is a bit overly complicated here so I had to look through the code manually to find a point where it seems to pull the address. Can't guarantee it will work all the time. Note: You need to change 3 addresses: Discovered, Learned, and Learned Part 2. (Not sure if you need to see the 'tutorial')
Reckless Skies scripts found (no psychic loss (two parts, one for early stage damage and abilities, one for stage damage including buffs), no life loss, 0 lives, Score multiplier)
No Hunting/Fishing/etc. limit.
Will post v0.0.0.1 once I find these:
The remaining items in the items list.
I probably won't bother with trying to unlock Cooking as Cooking is unlocked naturally.
I am attaching a preview of the table since I have most things. As a warning, a lot of these are experimental and need testing. Note: the preview version will not have everything (Should have everything before Reckless Skies).
Am missing a number of items, but it should do most of what people might need. I'll delete the preview and post the update once I have the remaining items. I might switch to pointers and pointer adjustments later on if I can find the base for the pointers, but this code jumps around a lot and uses push/pop to make it harder to keep track.
So I lied a little. I'm going to wait until I have the last items. This table is getting pretty crazy. I have things like teleportation and other stuff in the table. I think once I have the remaining items, that should be it for the table so hold on a little longer!