Here's a supplement table.
Not much features to have for now.
Should be update resistant for the most part.
Features...
Don't forget to leave a like!
It doesn't work on v1.3.79 RC. ERROR: <<lua line 319:[string "local syntaxcheck,memrec=....." :33: attempt to index a nil value (local'c)>>
Hmm, weird.
I just tested it and it doesn't pop up any errors.
Make sure you run the Activation script once you're in the main menu, and the Main script only when you are in the game level.
Yes, I'm sure I did so and I tried again:
1. I run the game(v1.3.79 RC) and stayed in the main menu.
2. I run the Activation script. The Activation was been marked by a cross.
3. I went into the game level and run the Main script. Nothing happened. No cross mark appeared. I right-clicked the Main script, saw the error message
<<lua line 319:[string "local syntaxcheck,memrec=....." :33: attempt to index a nil value (local'c)>>.
4. I disable the Activation script, then game crashed.
It doesn't work on v1.3.79 RC. ERROR: <<lua line 319:[string "local syntaxcheck,memrec=....." :33: attempt to index a nil value (local'c)>>
Hmm, weird.
I just tested it and it doesn't pop up any errors.
Make sure you run the Activation script once you're in the main menu, and the Main script only when you are in the game level.
Yes, I'm sure I did so and I tried again:
1. I run the game(v1.3.79 RC) and stayed in the main menu.
2. I run the Activation script. The Activation was been marked by a cross.
3. I went into the game level and run the Main script. Nothing happened. No cross mark appeared. I right-clicked the Main script, saw the error message
<<lua line 319:[string "local syntaxcheck,memrec=....." :33: attempt to index a nil value (local'c)>>.
4. I disable the Activation script, then game crashed.
Tried out that the issue may caused by language, this script only works when game language is set to English, other language will have this error.
Here's a supplement table.
Not much features to have for now.
Should be update resistant for the most part.
...
Don't forget to leave a like!
Just pushed a table backend update:
- game language error on script enable should somehow be fixed. old code relies on a string translated to respective in game language, but i used the english text for that code.
- reworked most of the scripts to make it less prone to bug breaks
- added few options (i think, i forgot)
If you have the Auto Update Table, you do not need to redownload the auto update table.
Just load the table and it will get the latest updated copy of the table.
Here's a supplement table.
Not much features to have for now.
Certain features are missing from the older tables, I am still reworking it due to the game changing its scripting backend from Mono to IL2CPP.
Current Features:
- Base Attributes Set Value
- Max Focus
- Zero Digestion
- Max Stamina
- Max Health / Body
- Max Mind
- Max Satiety
- Limitless Payphone Calls
- Always Straight Flush (Gambling)
- No Energy Cost
- No Time Cost
- Zero Money Cost*
- Remove Action Animation
- Shop Item Zero Price
- Fully Stocked Shop Goods
- Infinite Collect Weekly Essentials
- No Prison Application Costs
- Max Pocket Items
- Zero Specialty EXP Requirement*
- Zero Skill Point EXP Requirement*
Pushed a working table update for IL2CPP scripting backend, as of 2024-10-26.
Certain features are currently missing, I am still reworking the whole table as of writing.