Enjoy my 1st QC :P
They Are Billions Resource Mod
Sets Resources To Max Cap - Campaign Only
Notes: wait for the train to arrive at least once
Sets Resources To Max Cap - Using Money Value Offset (Works Any Game Mode)
Template:
Where Z, Money value
Where X, Value to set money & all resources
make sure money is over 100, this won't work well with small values..
Use: HEX & LITTLE ENDIAN CONVERTER - SAVE-EDITOR.com
to convert dec to hex for Z & X
Sets Resources To Max Cap - Survival Only
### Using Food ### v1.0 [don't use this if you have picked up anything else 1st]
Notes: must obtain at least 1 food crate found on the map for it to work
### Using Any Pickable item ### v1.1
Notes: pick up any resource on the map 1st: Gold (Money), Wood, Oil, Stone, Iron, Energy (Batteries), Food
should be safe, just don't pick up stone 1st, any other resources should be fine.
### Using -Header Info- ### v2.0 [Safest]
Usage: Should Work anytime, load into survival, save & exit & mod it 
The resources don't stay persistent. as soon as you earn something or building something, it will reset to in-game max cap limits (you can increase with special buildings)
I just use this for quick edits before a wave if I need to like say upgrade all my housing or defences etc...
Set Command Center Health to 9999999
Notes: Must be at full health 1st, command center will ask for repair on load, don't as it will reset it.
They Are Billions Resource Mod
Sets Resources To Max Cap - Campaign Only
Code:
80010017 54726169
6E20746F 20436F6D
6D616E64 2043656E
74657200 00000000
4A0001C0 0098967F
40050004 00000000
Sets Resources To Max Cap - Using Money Value Offset (Works Any Game Mode)
Code:
B0010004 F00A0000 <-- looks for money with a value of 2800 (little endian)
93000000 00000010
4A000000 0098967F <-- Sets value to 9999999 (big endian)
40050004 00000000
Template:
Code:
B0010004 ZZZZZZZZ
93000000 00000010
4A000000 XXXXXXXX
40050004 00000000
Where Z, Money value
Where X, Value to set money & all resources
make sure money is over 100, this won't work well with small values..
Use: HEX & LITTLE ENDIAN CONVERTER - SAVE-EDITOR.com
to convert dec to hex for Z & X
Sets Resources To Max Cap - Survival Only
### Using Food ### v1.0 [don't use this if you have picked up anything else 1st]
Code:
B001000C 5069636B
61626C65 466F6F64
93000000 0000004C
4A000000 0098967F
40050004 00000000
### Using Any Pickable item ### v1.1
Code:
80010008 5069636B
61626C65 00000000
93000000 0000004C
4A000000 0098967F
40050004 00000000
should be safe, just don't pick up stone 1st, any other resources should be fine.
### Using -Header Info- ### v2.0 [Safest]
Code:
C0020008 0000034A
4A000051 0098967F
40050004 00000000
The resources don't stay persistent. as soon as you earn something or building something, it will reset to in-game max cap limits (you can increase with special buildings)
I just use this for quick edits before a wave if I need to like say upgrade all my housing or defences etc...
Set Command Center Health to 9999999
Code:
80010004 88130000
28000000 0098967F
Last edited: