Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Far Cry 2

You mean, you don't have build_patch.bat to pack your edited files into patch files? It doesn't somehow appear after you run bootstrap.bat to extract patch files first (present in WobFC2Dunia042.7z/Enhanced Gibbed Tools with Hash Decoder from moddb)?

If somehow not, here's the content of build_patch.bat I have after I already used the tool in the past (just paste it to notepad, change extension to all files (.*), and in the name write build_patch.dat and save in <path-to-game>\modding\

[code]@echo off

echo Converting patch.xml... Wob_Gibbed\Gibbed.Dunia.ConvertBinary.exe --fcb mymod\patch.xml mypatch\generated\entitylibrarypatchoverride.fcb

echo Creating patch.fat/dat... Wob_Gibbed\Gibbed.Dunia.Pack.exe -c patch.fat mypatch original\patch

rem This one will directly overwrite the real one :) rem Wob_Gibbed\Gibbed.Dunia.Pack.exe -c ..\Data_Win32\patch.fat mypatch original\patch

echo Done. pause

[/code]