Page 1 of 1

[COMPLETED] ATOM RPG

Posted: Sat Dec 09, 2017 12:11 am
by bertman
could you make a table for this game
inf health
inf skill points
inf ammo

Re: ATOM RPG

Posted: Wed Jan 03, 2018 12:00 am
by assasin01
Just tried the game, and loving it....a few cheats would be great, like health and unlimited moves.

Re: ATOM RPG

Posted: Sat Jan 06, 2018 9:49 am
by BinaryAntidote
No Fog Of War after level Loading
NoCost you can buy everything for 0Rub
Sell everything for 999999


[if i Have spare time will look for Inf hp, ammo...
found unlimited ActionPoints but was rly buggy.
have to work on that too]

Enjoy!

Re: ATOM RPG

Posted: Mon Jan 15, 2018 1:19 am
by srattex
Thank you, I will try this. Also, I'm looking forward to your updates. Much appreciated!!! :)

ATOM RPG

Posted: Sat Jun 02, 2018 9:34 am
by FlipFloppy
I'm trying to find/edit Fidel and Dzhulbars stats and skills. Help appreciated.



Simple search is easy for action points, items qty and money and stats/skills for main character. Freeze AP (need to go into combat at least once, move 1 ap, search, etc), set qty for item/money, can set or freeze stats/skills points at character creation, left over points can be used at any time after that.



Also XP is easy, set XP then level up char in-game with "level up" button then ESC key, repeat. Can also do XP for Fidel and Dzhulbars, but they only level up 1 level at a time after each combat. XP limit seems to be 32 or 64 bits integer, not sure. Easy to get lvl 200 with 1200 HP for main char (at 9,999,999 XP). There could be a problem with loot levelling with character level, not sure, try it and see.

ATOM RPG

Posted: Sat Jun 02, 2018 12:16 pm
by Iosiff
Before one of patches all data can be edited in save files. But now they encrypt it or someing. There were all stats of you char and you companions. And can edit inventory of any creature in the "saved" map location.

If someone can help with saves it will be great. %appdata%LocalLowAtom team

I know they use gzip for archive, but after editing save its currupt somehow. If someone skillful can look i will be appreciated.



I leave save file if someone without game want to look in file structure.

[HIDE][URL]https://puu.sh/AxHeQ/7c753b63a0.as[/URL][/HIDE]

ATOM RPG

Posted: Sat Jun 02, 2018 4:09 pm
by FlipFloppy
Found stats values for Fidel and Dzhulbars. It's reversed 64bit HEX, and ordered same as in save file which is different from shown on screen in-game.



In my game (values could be different with different level)



Fidel

07 00 00 00 07 00 00 00 07 00 00 00 06 00 00 00 06 00 00 00 05 00 00 00 04 00 00 00



Dzhulbars

05 00 00 00 08 00 00 00 05 00 00 00 05 00 00 00 05 00 00 00 0A 00 00 00 05 00 00 00



Search for array of bytes, should be 1 or 2 addresses max, should be right next to each other for Fidel and Dzhulbars.



To find exact order, 7zip extract save file, open extracted file with Notepad++, search for "character" : "Fidel", check order of values. Changes in-game take effect immediately so carry weight and other stuff show up right away. Checking now if changes stick with save and with levelup, will report back. Next, will try to find skills, should be within same memory block.



Actually, found stats by first searching for XP, then stats follow immediately in same memory block.



Just checked, good to go with save/load and levelup. Didn't find skills though.

ATOM RPG

Posted: Mon Jun 04, 2018 11:48 pm
by FlipFloppy
Hexogen (new follower 0.7.1)

06 00 00 00 07 00 00 00 07 00 00 00 06 00 00 00 08 00 00 00 07 00 00 00 06 00 00 00



Figured out simple way to find stats in memory.



In-game stats order

Strength, Endurance, Dexterity, Intelligence, Attention, Personality, Luck



In memory stats order

Strength, Attention, Endurance, Personality, Intelligence, Dexterity, Luck



In-game:

S E D I A P L



In memory:

S A E P I D L



For example, Fidel:



in-game

S E D I A P L

7 7 5 6 7 6 4



in memory

S A E P I D L

7 7 7 6 6 5 4



Got all three followers at high level and they don't get stat points, so stats values should be the same. Next I'll try to set stats above 11 to see if it can compensate for cuirasse armor dex drop (-1) or with the feats/distinction. Will report back.



-edit- Hehe, just checked, setting stats above 11 will compensate for cuirasse dex drop, should work with feats/distinction too.

ATOM RPG

Posted: Wed Aug 15, 2018 7:09 am
by DeathDarkSoul
.

Re: ATOM RPG

Posted: Sun Oct 28, 2018 5:36 pm
by Mart1z
Unlimited bag size?

Re: ATOM RPG

Posted: Thu Dec 20, 2018 6:34 pm
by alked
game updated to 1.0

Re: ATOM RPG

Posted: Sun Dec 23, 2018 10:19 am
by NaNa
you can still edit the save file.. just extract it and encrypt it again.. Save as .as . I tried it and it works..