Page 1 of 1
[Request] Exogate initiative
Posted: Thu Jan 30, 2025 1:03 pm
by Im DooM
Anyone know or made cheat for this game before?
I try to search for vaule on Scientist point but no luck so far.
But cheat like this would be a blast
- Fast research
- Scientist point
- Fast Attribute level up
Re: [Request] Exogate initiative
Posted: Thu Jan 30, 2025 1:13 pm
by Coga
Im DooM wrote: ↑Thu Jan 30, 2025 1:03 pm
But cheat like this would be a blast
- Fast research
- Scientist/
Recruit attribute points
- Fast Attribute level up
Seconded (with my own request in bold above)! If anyone wants the deets:
Game Name: Exogate Initiative
Game Engine: Unity (at least according to Steam DB)
Game Version: 1.0
Options Required: See above
Steam Website:
Other Info: v:mellow:v
Re: [Request] Exogate initiative
Posted: Thu Jan 30, 2025 1:29 pm
by Im DooM
I try Random Search for Scient point vaule but no luck so far.
Other than cheat. I think the game could add something like Decoration.
Re: [Request] Exogate initiative
Posted: Thu Jan 30, 2025 7:05 pm
by KronosHelix
For money, it's a 4-byte integer and for both science and influence, it is float. I've been able to find both, however after 4 different pointer maps, the points are still in the trillions.
Re: [Request] Exogate initiative
Posted: Thu Jan 30, 2025 9:33 pm
by Im DooM
KronosHelix wrote: ↑Thu Jan 30, 2025 7:05 pm
For money, it's a 4-byte integer and for both science and influence, it is float. I've been able to find both, however after 4 different pointer maps, the points are still in the trillions.
Confirm. on Float vaule. But have to search it for a while =w=;
Re: [Request] Exogate initiative
Posted: Fri Jan 31, 2025 9:05 am
by LIOBOSS
hi !!! I made this quick for you.....
it's not much but i hope it'll help !!!
table compatible with :
Steam version 1.0.0 update hotfix 1 (build 17171931)
Steam version 1.0.0 update hotfix 2 (build 17186489)
If you use this please Click the Like/Thumbs up button for some rep, Thanks!
---> 
Re: [Request] Exogate initiative
Posted: Sat Feb 01, 2025 4:00 pm
by Fahry
F9 brings up debug console
help lists commands
Re: [Request] Exogate initiative
Posted: Wed Apr 30, 2025 8:28 pm
by Smoovner45
Hi

Press F9 Type money 99999 and be happy
OR
Science 99999 and be happy Friends

))
Re: [Request] Exogate initiative
Posted: Sat May 03, 2025 10:55 pm
by Atros
Could someone create table that allows editing the character stats?
The saves are in "C:/Users/%USERPROFILE%/AppData/LocalLow/XenoBits/ExogateInitiative/SaveFiles" and they are basically zipped plain text with references to C#, so just unzip and edit with notepad++. I have been able to change stats by copying the stat-line from another character, but I have no idea how to manually edit them since they are a bit weird and just changing them into "9:9" doesn't seem to be a solution. Changing the wage and name seem to be quite straight forward from the save file.
By the way, leaving the save archive file open in 7zip seems to be a spectacular way to crash the game when loading the save, so I humbly suggest you close the archive before loading and preferably also delete any unzipped file from the folder before to avoid unnecessary closing the game from task manager and restarting it.
Re: [Request] Exogate initiative
Posted: Mon May 05, 2025 6:24 pm
by Atros
Cracked the attribute sequence in the save files. The first number is simply index number that tells which slot in game the attribute is and the number after the ":" is the actual attribute level.
By default in the save file the sequence of attributes is 0:X,2:X,1:X,4:X,5:X,3:X which translates into order
Body, Perception, Mind, Knowledge, Logic, Social.
Index numbers
0 Body
1 Mind
2 Perception
3 Social
4 Knowledge
5 Logic
So basically to increase the attributes you need just adjust the number after the ":" mark (X values in the above sequence), however since the "hitpoints" of health and mental health are saved in the separate entry, just to be safe it might be wise to remember change them also before further testing. The HP are calculated 50+10*[relevant_stat_value] where Body affects health and Mind affects mental.
PS. @LIOBOSS Would you be kind enough to include the materials into your table for crafting and preferably character editing also. Thank you.
The "Power" is probably at the moment the most important feature in the table, but not quite sure where you need the "Total Power" (you only need to change the default power amount), since you need to update the power for effects to take hold if power outage by opening gate/planet-view, which updates the total power based on gen+default production.