Custom GPF Patcher

ShadowKing

New member
Messages
26
Points
0
Anyone have a program that can merge a .gpf directly into the data.grf with a click?

Used one before where the program would automatically update data.grf with update.gpf by clicking on a program called UpdateGRF

However, it has stopped working for some reason, anyone have a program that does the same?

 
Anyone have a program that can merge a .gpf directly into the data.grf with a click?

Used one before where the program would automatically update data.grf with update.gpf by clicking on a program called UpdateGRF

However, it has stopped working for some reason, anyone have a program that does the same?
Get rsu.merge and create a file called UpdateGRF.bat in the same folder with the following content and it will do what you describe:

Code:
@rsumerge.exe data.grf update.gpf

 
Back
Top