Page 1 of 1

Starmancer Demo Timer

Posted: Sun Jun 21, 2020 3:22 am
by CoffeeKitty
[B]Game Name:[/B] Starmancer

[B]Game Engine: Unity

Game Version:[/B] v0.5

[B]Options Required:[/B] Unlimited Play Timer

[B]Steam Website:[/B] [MEDIA=steamstore]1062000[/MEDIA]



Just looking for a simple timer freeze script to bypass the demo play limitation untill such time that the game is released, had trouble finding it myself, tried editing the incremental gametimer to no avail and could not find the timer for game duration that the demo's limit is pulling from, help is appreciated ^^

[automerge]1592733192[/automerge]

couldnt edit the memory despite the fact that reading the code clearly show's it's a Float that countdowns from 3600, in seconds



so i just edited the value to 10 hours.



maybe ill figure out how to enable the saving feature in the game -ill update this post if i do



[MEDIA=googledrive]1h3nK-pzsGULonrg4Un_IPxVVpWiXYF_o[/MEDIA]

Starmancer Demo Timer

Posted: Sun Jun 21, 2020 10:59 am
by MBRKiNG
Enable mono features





Freeze/Reset Demo Timer



[CODE=cea]



define(demotime,Starmancer.Dev:DemoScript_MonoBehaviour:Update+73)



[ENABLE]

demotime:

db 90 90 90 90 90



[DISABLE]

demotime:

db F3 0F 10 46 34



[/CODE]