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

Line 4: Line 4:
 
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\
 
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 off
  
 
echo Converting patch.xml...
 
echo Converting patch.xml...
Line 17: Line 17:
 
echo Done.
 
echo Done.
 
pause
 
pause
 
[/code]