Page 1 of 1

Svarog's Dream

Posted: Sun Dec 10, 2023 1:33 am
by sanitka
Game Name: Svarog's Dream
Game Engine: Unity
Game Version: v1.0 (Steam retail)
Steam Website:
My take on this nice Unity game:
v 0.5 initial release
- player stats
- no hunger
- zero weight + item info
- infinite resources
- couple of memory structures to deepdive into :)

v 0.6 reworked table, plus
- item db
- inventory
- quest info
- quest goal fixer

v 0.7
- dismantle anywhere (use with caution, save first, open inventory and then activate the script)

pointer to the last inventory game accessed (usually the last bag (if equipped)), then first and second item in such inventory are displayed, you can modify amount and quality, stats seem to be read-only (maybe if you tinker with the "global" item directory you might get lucky).

To display more items/slots, duplicate the last one and change it's address (utilize 8*x part of the address) ;)

More great tables for this game (ordered by the thread id):
Chiados
patka
KyleKatarn

Re: Svarog's Dream

Posted: Tue Dec 12, 2023 5:22 pm
by sanitka
v 0.6 released
+ item db
+ quest goal fixer

Re: Svarog's Dream

Posted: Wed Dec 13, 2023 9:04 pm
by bipi
The broken quest fixer sound amazing, but unfortunately i'm getting this error:



(i click yes but it doesn't work)

Re: Svarog's Dream

Posted: Wed Dec 13, 2023 10:01 pm
by sanitka
bipi wrote:
Wed Dec 13, 2023 9:04 pm
The broken quest fixer sound amazing, but unfortunately i'm getting this error:

(i click yes but it doesn't work)
Activate mono manually (CE menu Mono), if it does not work deactivate everything and exit CE, and try again.

btw. you should update to CE 7.5

Re: Svarog's Dream

Posted: Wed Dec 13, 2023 10:38 pm
by sanitka
v 0.7 released
+ Dismantle anywhere ;)

Re: Svarog's Dream

Posted: Sun Jan 07, 2024 10:00 pm
by sanitka
Checked with build 13088702 and still works ;).

Re: Svarog's Dream

Posted: Wed Mar 27, 2024 11:35 pm
by helikaon
Hello, I quite don't understand how the item db is working, could you please explain?