Page 1 of 1

AColony [Demo]

Posted: Thu Oct 27, 2022 11:55 am
by Junior5a

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:


Re: AColony [Demo]

Posted: Thu Oct 27, 2022 8:14 pm
by Junior5a

Notice there is demo version


Re: AColony [Demo]

Posted: Fri Feb 10, 2023 6:39 am
by Junior5a

I'm sure that was an early access release, but nobody wants it.


Re: AColony [Demo]

Posted: Fri Apr 21, 2023 8:48 am
by J1327

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.

Image

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.

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

Image

(...)
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).

Image