Page 3 of 4

Re: Fantasy General II

Posted: Sun Sep 08, 2019 12:02 pm
by CaesarCzech
Ashar wrote:
Sun Sep 08, 2019 11:10 am
its fine, i found teh values manually, supply values were even the first values to pop up in the list.

How you did you found out supply and xp ?

Re: Fantasy General II

Posted: Sun Sep 08, 2019 12:29 pm
by adamapple
CaesarCzech wrote:
Sun Sep 08, 2019 11:53 am

Whats the tool you used ?
dnspy, it can do a lot of stuff to unity games if you know how, for people like me that doesn't, changing a few numbers, true/false and noping lines is enough for me. for everything else i can't do i come here for cheat tables done by pros.

Re: Fantasy General II

Posted: Sun Sep 08, 2019 1:52 pm
by Cake-san
porcalete wrote:
Sun Sep 08, 2019 6:50 am
CaesarCzech wrote:
Sun Sep 08, 2019 8:40 am
danielyee wrote:
Sun Sep 08, 2019 10:15 am
Okay, most welcomed

#updated my table...
Cake-san wrote:
Sat Sep 07, 2019 10:23 pm
Here's my contribution:

-Inf Actions - Infinite actions for both attack & movement for your team
-No Wounds - Godmode ? for your team
-Set Hero skill points to 20
-Free Upgrade Unit (Thanks to adamapple)

Update 1
- Added a few pointers inside GameworldInstance script.
Image

Enjoy ;)

Re: Fantasy General II

Posted: Sun Sep 08, 2019 2:03 pm
by Vauvenalia
Thanks to all of you creators.
:)

Re: Fantasy General II

Posted: Sun Sep 08, 2019 2:33 pm
by danielyee
I envy n appreciated sir ..cake San.. for his efforts..what to say ..fearlessrevolution..are the awesome group of table creators..I m sure this table n game will be updated..hope sir cake San will follow up once again..

Re: Fantasy General II

Posted: Sun Sep 08, 2019 2:36 pm
by CaesarCzech
Cake-san wrote:
Sun Sep 08, 2019 1:52 pm
porcalete wrote:
Sun Sep 08, 2019 6:50 am
CaesarCzech wrote:
Sun Sep 08, 2019 8:40 am
danielyee wrote:
Sun Sep 08, 2019 10:15 am
Okay, most welcomed

#updated my table...
Cake-san wrote:
Sat Sep 07, 2019 10:23 pm
Here's my contribution:

-Inf Actions - Infinite actions for both attack & movement for your team
-No Wounds - Godmode ? for your team
-Set Hero skill points to 20
-Free Upgrade Unit (Thanks to adamapple)

Update 1
- Added a few pointers inside GameworldInstance script.
Image

Enjoy ;)
Thank you. This table containts everything one needs. You are quite amazing guy. Until Expansions come I figure this table will be all i need. Thank you once again and if i wasnt poor student in eastern europe you would already find yourself awarded momentarily for your excelent and openess towards helping people.


For anybody who is missing mana, Wealth Of Region or gold, its easily hackable 4byte simply let the value grow in case of mana or gold and scan when you have decently sized value. thats it. So dont bother our amazing author anymore Okay ?

Re: Fantasy General II

Posted: Sun Sep 08, 2019 7:32 pm
by ragingorator
Thank you to all those who contributed to this table. Your work is much appreciated.

Re: Fantasy General II

Posted: Mon Sep 09, 2019 12:07 am
by danielyee
A very thanks to sifu Cake-san..awesome creator table n other masters of table maker..the adm..long live to this awesome blog..we r the cool table creator..group..tq all..appreciated

Re: Fantasy General II

Posted: Mon Sep 09, 2019 12:26 am
by Traveller999
my thanks to you Cake-san and all the others that make this site so amazing :D

Re: Fantasy General II

Posted: Sat Sep 21, 2019 9:57 pm
by Khayman
Small adjustment to Region Wealth script Made by Anjinggila.
It should freeze region wealth at maximum. Should work, but I haven't tested it extensively.

Code: Select all

{ Game   : FG2.exe
  Version: 
  Date   : 2019-09-06
  Author : Anjinggila

  This script does blah blah blah
}

{$lua}
LaunchMonoDataCollector()
{$asm}

define(REGION,OwnedByGravity.FG2.Resources:ResourcePoolSystem:TryReducePool+76)
define(bytes,89 48 10 49 8B 47 20)

[ENABLE]

assert(REGION,bytes)
alloc(newmem,$1000,OwnedByGravity.FG2.Resources:ResourcePoolSystem:TryReducePool+76)

label(code)
label(return)
alloc(show_region,8)
registersymbol(show_region)

newmem:
  mov [show_region],rax

code:
  mov [rax+10],ecx
  // START adjustment (khayman)
  push ecx
  mov ecx, [rax+14]
  mov [rax+10], ecx
  pop ecx
  // END adjustment
  mov rax,[r15+20]
  jmp return

REGION:
  jmp newmem
  nop 2
return:

[DISABLE]

REGION:
  db bytes

unregistersymbol(show_region)
dealloc(show_region)
dealloc(newmem)

Re: Fantasy General II

Posted: Fri Oct 04, 2019 8:54 am
by CannonFodder
I found how to enable debug menu.
add
<debug menu="true" />
to config.xml in game install folder.
press "\" key in game to show or hide debug menu.

Re: Fantasy General II

Posted: Wed Mar 25, 2020 12:30 pm
by heidern
Please update the table for the game's new version.

Re: Fantasy General II

Posted: Sun Mar 29, 2020 1:48 am
by howdyho!
Hi any update to the table for the latest version of the game? Thanks.

Re: Fantasy General II

Posted: Wed Apr 22, 2020 12:16 pm
by zrow
+1 for update

Re: Fantasy General II

Posted: Wed Apr 22, 2020 8:19 pm
by Cake-san
...