Creating a .bat file to run your mod.WaspIV User Offline 25.01.13 08:34:55 pm Simply open notepad and type in these few lines of code. @echo off title *modname* for Stranded start StrandedII.exe -mod *modfoldername* exit Then save as *modname*.bat Or save as *modname*.txt and then rename to .bat
Re: Creating a .bat file to run your mod.DC Admin Offline 25.01.13 11:54:16 pm I don't get why you randomly create a thread about that. It's also described at http://www.strandedonline.de/s2_modding2.php?setlan=en
Re: Creating a .bat file to run your mod.WaspIV User Offline 26.01.13 04:42:26 am :facepalm: I checked the forums for similar information.. didn't think about checking the mod help section.
Re: Creating a .bat file to run your mod.thePVTandrew User Offline 25.05.13 12:50:20 pm question How would i make it show up with a differnt icon?
Re: Creating a .bat file to run your mod.MAX-russia User Offline 25.05.13 05:28:25 pm Not only, you can add to the line with "start StrandedII.exe" some other parameters like "-debug","-win" or compilate them together like "-mod "DC adventures" -debug -quit". thePVTandrew has writtenquestion How would i make it show up with a differnt icon? Sorry, in this case batch file wont help you