Page 4 of 21

Re: The Universim v25

Posted: Mon Apr 09, 2018 8:29 pm
by TRibbit
Great table. If anyone wants to now, I just tested it on v25 - works as intended - except for 'instant construction build'.

The Universim v25

Posted: Wed Jun 06, 2018 9:28 am
by Draco
yes is nice if have for alpha v25 works ^..^

Re: The Universim v25

Posted: Wed Aug 29, 2018 11:11 am
by Griffihn
neither one of the tables work on v26. if anything, the v24 table actually block nuggets from building anything (very odd bug).

Re: The Universim v25

Posted: Wed Aug 29, 2018 11:24 am
by Hoodinipie
Need the 26 version

Re: The Universim v26

Posted: Wed Aug 29, 2018 6:54 pm
by fantomas
Griffihn wrote:
Wed Aug 29, 2018 11:11 am
neither one of the tables work on v26. if anything, the v24 table actually block nuggets from building anything (very odd bug).
'Unlock All Buildings' script still works fine - just checked it quickly. 'No Required Resources for Buildings' and 'Instant Construction Build' still have the same code but I didn't check if they work properly.

'Max Creator Power Points', 'Creator Mode', 'Instant Perk Research' have no longer the same code, so it needs to take a look.

Here 'Max Creator Power Points' new script:

Code: Select all

// Game: The Universim
// Version: 0.0.26.19547

[ENABLE]
Game.Faith:FaithController:UpdateGodPowerPoints+1c4:
  db 90 90 90 90 90 90
//jae Game.Faith:FaithController:UpdateGodPowerPoints+20d
 
[DISABLE]
Game.Faith:FaithController:UpdateGodPowerPoints+1c4:
  db 0F 83 43 00 00 00
//jae Game.Faith:FaithController:UpdateGodPowerPoints+20d

Re: The Universim v25

Posted: Wed Aug 29, 2018 10:22 pm
by Griffihn
yea, sorry for not being specific. the thing is this: if i activate "Active Cheat Table", my nuggets just freeze. they don't do anything and just stop moving. the only thing i can see is the problem is "LaunchMonoDataCollector()" which somehow messes everything up on my end. did i miss to enable something in settings or what?

Re: The Universim v25

Posted: Wed Aug 29, 2018 11:27 pm
by elstudio
hope update v26, thanks guys!

Re: The Universim v25

Posted: Wed Aug 29, 2018 11:32 pm
by Sharpyku
i have save problem like Griffihn, when i use the cheat, all my nuggets freeze.
please, update to v26?

Re: The Universim v25

Posted: Thu Aug 30, 2018 1:43 am
by Hoodinipie
The Max Creator power points shows an error :
Not all code is injectable
Error in line 5

Re: The Universim v25

Posted: Thu Aug 30, 2018 2:05 am
by ohohgly
any update? :D

Re: The Universim v25

Posted: Thu Aug 30, 2018 8:07 am
by BoehserOnkel
Griffihn wrote:
Wed Aug 29, 2018 10:22 pm
"".... if i activate "Active Cheat Table", my nuggets just freeze. they don't do anything and just stop moving. .....""
same here :(

Re: The Universim v26

Posted: Thu Aug 30, 2018 8:20 am
by fantomas
@griffihn @boehseronkel

Right click on 'Activate Cheat Table' -> Group config -> uncheck 'Hide children when deactivated', then activate Mono features from CE Mono tab. It works fine here though.

@hoodinipie

Be sure Mono is activated (Mono tab)

Here 'Instant Perk Research' new script:

Code: Select all

[ENABLE]
Game.Research:Perk:get_RequiredTime+13+3:
  db 74
//48 63 40 74
//movsxd  rax,dword ptr [rax+74]
 
[DISABLE]
Game.Research:Perk:get_RequiredTime+13+3:
  db 78
//48 63 40 78
//movsxd  rax,dword ptr [rax+78]
I'll post here all new script as soon as they have been updated - The full CT will also be uploaded once all script have been updated.

BR

fantomas

Re: The Universim v25

Posted: Thu Aug 30, 2018 8:48 am
by Griffihn
i kind of figured it needed mono active since i tried the script. the result is with active mono on... also, with or without your main script activated, your new scripts don't work... i don't know what i'm doing wrong but i think i'll just wait untill you release a full table and try again then.
thank you for still being interested in this game.

Re: The Universim v25

Posted: Thu Aug 30, 2018 9:42 am
by BoehserOnkel
Griffihn wrote:
Thu Aug 30, 2018 8:48 am
i kind of figured it needed mono active since i tried the script. the result is with active mono on... also, with or without your main script activated, your new scripts don't work... i don't know what i'm doing wrong but i think i'll just wait untill you release a full table and try again then.
thank you for still being interested in this game.
i think its the usual thing - steam version and GoG version - i have GoG ...

Re: The Universim v26

Posted: Thu Aug 30, 2018 10:48 am
by fantomas
About 'Creator Mode' script, just change Game.Research:ResearchController:GetPerkTime+31 into Game.Faith:FaithController:IsPowerLocked+35 (lines 4 & 9).

In fact, the CreatorMode is used in many places, Game.Faith:FaithController:IsPowerLocked+35 is one of these.