iLiR Posted August 2, 2010 Share Posted August 2, 2010 (edited) Hi. I have a question: Is there a program which I can delete files from gta3.img using .bat file (console mode)? I know there's a Vice-city .img injector IMGEDCMD.EXE, but I can't find nothing for GTA San Andreas. I tried SparkCS, but no success Edited August 3, 2010 by ilir Link to comment Share on other sites More sharing options...
fastman92 Posted August 7, 2010 Share Posted August 7, 2010 It is very easy using Spark. 3 steps required. 1. Copy SparkCS.exe to San Andreas root directory. 2. Create Run.bat in root directory with so content: SparkCS.exe -script "script.scs"pause 3. Create file script.scs in root directory with content above: -open "models\gta3.img"-delete "vinewood01_lahills.txd"-save-close Now, when you run Run.bat, file vinewood01_lahills.txd will be deleted from gta3.img If you want to close window of cmd and not to press key to that, just remove pause from Run.bat Link to comment Share on other sites More sharing options...
iLiR Posted August 8, 2010 Author Share Posted August 8, 2010 Hey thanx man, but is there a -rebuild command? Link to comment Share on other sites More sharing options...
crazzy_boyy Posted October 6, 2010 Share Posted October 6, 2010 It is very easy using Spark.3 steps required. 1. Copy SparkCS.exe to San Andreas root directory. 2. Create Run.bat in root directory with so content: SparkCS.exe -script "script.scs"pause 3. Create file script.scs in root directory with content above: -open "models\gta3.img"-delete "vinewood01_lahills.txd"-save-close Now, when you run Run.bat, file vinewood01_lahills.txd will be deleted from gta3.img If you want to close window of cmd and not to press key to that, just remove pause from Run.bat hello, i know this is a bump but i tried the same thing i just get that the cmd doesn't find the script file " ERROR: script file not found " and i put it in the same directory.... Link to comment Share on other sites More sharing options...
fastman92 Posted October 8, 2010 Share Posted October 8, 2010 Do you have in GTA SA directory these files? SparkCS.exe Run.bat script.scs - maybe you haven't extension .scs? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now