Page 1 of 1

Through the Darkest of Times

Posted: Sat Feb 01, 2020 7:36 pm
by SODI
Table for Through the Darkest of Times
Game version: rc21a (35767)

Includes character stats.
Mouse over the character who's stats you want to change to update the script.

Items in inventory are 4 byte. The code that writes to it also writes to all slots when opening the inventory, so if you find one you pretty much find all of them.
Have Fun.


Edit: added more stats, like work and party.

Re: Through the Darkest of Times

Posted: Sun Feb 02, 2020 4:07 pm
by CaesarCzech
SODI wrote:
Sat Feb 01, 2020 7:36 pm
Table for Through the Darkest of Times
Game version: rc21a (35767)

Includes character stats.
Mouse over the character who's stats you want to change to update the script.

Items in inventory are 4 byte. The code that writes to it also writes to all slots when opening the inventory, so if you find one you pretty much find all of them.
Have Fun.

Do you know how to hack the date ? i simply dont have the time to do stuff when its not clear in advance.

Re: Through the Darkest of Times

Posted: Sun Feb 02, 2020 5:21 pm
by The Mogician
I made a table for this game as well

viewtopic.php?f=4&t=11477

You can find change their party alliance, their job trait and their jobs. The address for the party alliance is secrecy -4, job trait is party alliance -4, job is job trait -8. I have been working on figuring out where the trait (some people have athletic and whatnot as their trait), not much luck on that front.

Re: Through the Darkest of Times

Posted: Tue Feb 04, 2020 6:35 pm
by SODI
The Mogician wrote:
Sun Feb 02, 2020 5:21 pm
I made a table for this game as well

viewtopic.php?f=4&t=11477

You can find change their party alliance, their job trait and their jobs. The address for the party alliance is secrecy -4, job trait is party alliance -4, job is job trait -8. I have been working on figuring out where the trait (some people have athletic and whatnot as their trait), not much luck on that front.
Trait is 74
-28 from secrecy(I think). and the job description is -12
I updated my table, it now has now description for all possible traits and parties. Can be a Nazi now : D


PS. I did search before making a new thread, but didn't find anything, sorry.

Re: Through the Darkest of Times

Posted: Wed Feb 05, 2020 12:32 am
by The Mogician
SODI wrote:
Tue Feb 04, 2020 6:35 pm
The Mogician wrote:
Sun Feb 02, 2020 5:21 pm
I made a table for this game as well

viewtopic.php?f=4&t=11477

You can find change their party alliance, their job trait and their jobs. The address for the party alliance is secrecy -4, job trait is party alliance -4, job is job trait -8. I have been working on figuring out where the trait (some people have athletic and whatnot as their trait), not much luck on that front.
Trait is 74
-28 from secrecy(I think). and the job description is -12
I updated my table, it now has now description for all possible traits and parties. Can be a Nazi now : D


PS. I did search before making a new thread, but didn't find anything, sorry.
Nice, I was too lazy to move too far away from the offset. Thanks for finding it.

Re: Through the Darkest of Times

Posted: Sat Apr 11, 2020 10:49 am
by luke1970
Was anybody able to find a pointer or something for the item types on the inventory?

Re: Through the Darkest of Times

Posted: Mon May 18, 2020 3:19 am
by Twingenerator
Table has been working great, but was hoping someone knew how to modify the number of turns left / date. Any luck on that?

Re: Through the Darkest of Times

Posted: Mon Sep 14, 2020 5:07 am
by Fluffster
Really useful and still working. Thanks!