Download quickbms and extract it in a folder named quickbms in game root folder.
Build Northgard extraction script and save it as Northgard.bms in the quickbms folder (**)
Run quickbms and extract res.pak in a folder named extracted in game's root dir.
Modify data.cdb with a texteditor and save it. (*)
Delete all other files from the extracted folder (leave only data.cdb)
Make a text file in QuickBMS Folder with this text and rename to Northgard.bat
quickbms -w -r Northgard.bms ../res.pak ../extracted
Now double click Northgard.bat and he replace your data.cdb with the original.
(*) = Use Notepad++ for edit file, you can find the villagers, hunters etcetc value, simple edit the 'q' value. Default Villagers is 0.4 mean 4 food, if you put this at 0.6 they carry 6 food. Then you can edit also costruction and remove stone value upgrade cost, time, etcetc.
(**)
Code: Select all
#script for quickbms
# By Allen
#2015-9-1 Evoland 2 .pak
idstring "PAK\0"
get DataOffset long
get fileSize long
get dummy short
get numFolder long
for i = 0 < numFolder
set folderName string ""
CallFunction unpack 0 folderName
next i
StartFunction unpack folderName
get namelen byte
getdstring name namelen
get type byte
if type == 0
get offset long
get size long
get dummy long
math offset += Dataoffset
set fname string FolderName
string fname += /
string fname += name
log fname offset size
elif type == 1
string folderName += /
string folderName += name
get numEntry long
for j = 0 < numEntry
set folderName2 string folderName
CallFunction unpack 0 folderName2
next j
endif
EndFunction
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1