Forum

> > Stranded II > Scripts > Creating a .bat file to run your mod.
ForenübersichtStranded II-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Creating a .bat file to run your mod.

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Creating a .bat file to run your mod.

WaspIV
User Off Offline

Zitieren
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

alt Re: Creating a .bat file to run your mod.

MAX-russia
User Off Offline

Zitieren
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".

user thePVTandrew hat geschrieben
question
How would i make it show up with a differnt icon?


Sorry, in this case batch file wont help you
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtStranded II-ÜbersichtForenübersicht