Page 1 of 1

Guild 3

Posted: Tue Apr 16, 2019 5:00 pm
by fennix102
I was wondering if some one could make a table for this game with Godmode, Gold, Attributes and such

Re: Guild 3

Posted: Tue Apr 16, 2019 5:41 pm
by Rysefox
Hi, hf

Re: Guild 3

Posted: Tue Apr 16, 2019 10:54 pm
by fennix102
Thank you very much. that was quick !

Re: Guild 3

Posted: Tue Apr 16, 2019 11:10 pm
by fennix102
for some reason i can't get it to work on steam

Re: Guild 3

Posted: Wed Apr 17, 2019 8:19 am
by Rysefox
fennix102 wrote:
Tue Apr 16, 2019 11:10 pm
for some reason i can't get it to work on steam
Yia try it on cdx version

Re: Guild 3

Posted: Mon Jul 29, 2019 10:17 pm
by GaleBosna
pls update 0.9.1

Re: Guild 3

Posted: Mon Oct 14, 2019 6:26 pm
by Max98
New The guild 3 version (0.9.3.1),pls update!

Re: Guild 3

Posted: Sat Oct 19, 2019 7:40 am
by Whisperer
If only somebody was able to capture the currently selected character to present the essentials like attribute points and age (which is all you need, really)...

And having the reputation values would be heaven.

Even with 5 pointermaps I'm still getting 8000+ results on the money value, it's annoying.

That said, money and influence are your basic 4 bytes, XP is a cumulative float (when you reach a new level, the bar resets to 0, but the actual value keeps growing), the attribute points is a 4 byte, the attribute value is a float for the base, followed by a float for the bonus.
The inventory slots hold a 4 byte value indicating the amount of items that's in that slot. So you can put 1 item of something in a slot, set it to 80 and put it in your business store.

From finishing a few runs it seems the game is mostly done, one of the big guns could start fiddling with creating a larger table, I doubt the structure would change too much.

Re: Guild 3

Posted: Mon Nov 11, 2019 3:04 pm
by jojobe
Rysefox wrote:
Tue Apr 16, 2019 5:41 pm
Hi, hf

HI can you please update this thank you :D

Re: Guild 3

Posted: Sun Dec 08, 2019 2:34 am
by alked
jojobe wrote:
Mon Nov 11, 2019 3:04 pm
Rysefox wrote:
Tue Apr 16, 2019 5:41 pm
Hi, hf

HI can you please update this thank you :D
Guild 3 - GOG v0.9.5
Max skill at start
Money
Influence
XP
Skillpoint(ingame)
Businesses amount
Worker amount in buildings (max 50)
sadly I dont know how to item pointer so items are byte 4

hope it works

Re: Guild 3

Posted: Sun Dec 08, 2019 2:48 pm
by VampTY
Version 0.9.5 of GOG release:
-Influence
-Money

INFO: only two options, takes for ever to play this game, got bored and then removed it, have fun!

Re: Guild 3

Posted: Mon Dec 30, 2019 1:12 pm
by alked
skillpoint at start & in game & for npc = 4 byte
money = 4 byte
influence = 4 byte
items amount = 4 byte
xp = float ( lvl 1= 250, lvl 2= 1050, lvl 3= 3150, lvl 4= 7650, lvl 5 = 15150 , lvl 6 = 27150, lvl 7 = 46650, lvl 8 = 81650, lvl 9 = 156650, lvl 10 156651 )
bussiness amount = float
worker amount for building = float (max 50 - still can be problematic)
building addons = float
henchman amount = float

Re: Guild 3

Posted: Fri Feb 21, 2020 2:05 pm
by jsgflas
pls update 0.9.7.1

Re: Guild 3

Posted: Sun Feb 23, 2020 10:03 pm
by Miragem
Can someone teach me how to find the age of the character?
I don't think I can find the true value.
I'm trying to learn to handle pointers.
Sorry for English.

Re: Guild 3

Posted: Mon Feb 24, 2020 8:12 pm
by gideon25
Just made a table +35 full character editor with age,etc.:
viewtopic.php?f=4&t=11691