Game Name: AColony
Game Engine: Unity
Game Version: v0.0.965
Options Required: Enable debug button, multiplier attack and resources etc, Colonists pointer, Game speed, No breakdown event, No Damage, Stats foods, moods and more, Freeze energy, unlock all researches, weapons stats.
Steam Website:
AColony [Demo]
Moderator: Table Moderator
AColony [Demo]
Re: AColony [Demo]
Notice there is demo version
Re: AColony [Demo]
I'm sure that was an early access release, but nobody wants it.
- J1327
- Donor

-
Apprentice Hacker
- Posts: 83
- Joined: Mon Jul 25, 2022 5:00 pm
- Location: Baltic States
- x 106
Re: AColony [Demo]
Hey-o, Junior5a,
(...)
For [DEMO] dev menu you requested : i found instantly in .NET. Class called "DebugSettings"" (found by typing "Debug" in .NET form). There are static address'es.

So that means you can "fire up" (open up) mono dissect and find that debug class. From there make auto-generated script for static values.


(...)
Changing bytes () from 0 to 1 (in bool, 0 equals to false, 1 to true) will enable things such as ""IS_INSTANT_BUILD"".

(...)
As for this example, this should give you instant build without consuming any resources (there is option to unlock all buildings. So avoid building "blank" or white building icons, game could crash).

