The Ship Single Player: Starting your Mod: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
After downloading [[The Ship SDK]], download [http://files.filefront.com/The_Ship_SDK/;6224866;;/fileinfo.html The Ship Single Player Mod Template] and extract its contents to <code>..\Steam\SteamApps\SourceMods</code>. 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 <code>..\MODDIR\resource</code> and rename <code>ship_sp_mod_english.txt</code> to <code>MODDIR_english.txt</code>. Open <code>resource\MODDIR_english.txt</code> and replace <code>ship_sp_mod_Chapter1_Title</code> with <code>MODDIR_Chapter1_Title</code> (This serves as an example for chapter titles).  If you'd like to include credits in your mod, modify <code>scripts\credits.txt</code> to your liking and delete <code>resource/GameMenu.res</code>; otherwise, delete <code>scripts\credits.txt</code>. Now, open <code>gameinfo.txt</code> and make changes to the top few lines of the file. Continue to [[The Ship Single Player: Creating Chapters|creating chapters]].
After downloading [[The Ship SDK]], download [http://files.filefront.com/The_Ship_SDK/;6224866;;/fileinfo.html The Ship Single Player Mod Template] and extract its contents to <code>..\Steam\SteamApps\SourceMods</code>. 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 <code>..\MODDIR\resource</code> and rename <code>ship_sp_mod_english.txt</code> to <code>MODDIR_english.txt</code>. Open <code>resource\MODDIR_english.txt</code> and replace <code>ship_sp_mod_Chapter1_Title</code> with <code>MODDIR_Chapter1_Title</code> (This serves as an example for chapter titles).  If you'd like to include credits in your mod, modify <code>scripts\credits.txt</code> to your liking and delete <code>resource/GameMenu.res</code>; otherwise, delete <code>scripts\credits.txt</code>. Now, open <code>gameinfo.txt</code> and make changes to the top few lines of the file.
[[Category:The Ship Single Player]]
[[Category:The Ship Single Player]]

Revision as of 19:42, 21 November 2006

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.