[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
- CoffeeKitty
- Expert Cheater
- Posts: 103
- Joined: Wed Mar 22, 2017 12:03 pm
- Reputation: 40
Starmancer Demo Timer
Last edited by CoffeeKitty on Sun Jun 21, 2020 9:53 am, edited 1 time in total.
Starmancer Demo Timer
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]
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]
Last edited by MBRKiNG on Thu Jan 01, 1970 12:00 am, edited 1 time in total.