The Ship Single Player: Starting your Mod
After downloading The Ship SDK, download The Ship Single Player Mod Template and extract its contents to ..\Steam\SteamApps\SourceMods
. Rename the mod's directory from ship_sp_mod to an alias for your mod; we'll call the new directory MODDIR for this tutorial. Navigate to ..\MODDIR\resource
and rename ship_sp_mod_english.txt
to MODDIR_english.txt
. Open resource\MODDIR_english.txt
and replace ship_sp_mod_Chapter1_Title
with MODDIR_Chapter1_Title
(This serves as an example for chapter titles). If you'd like to include credits in your mod, modify scripts\credits.txt
to your liking and delete resource/GameMenu.res
; otherwise, delete scripts\credits.txt
. Now, open gameinfo.txt
and make changes to the top few lines of the file. Continue to creating chapters.