Difference between revisions of "PostNukeRP SVN"

From PostNukeRP
Jump to: navigation, search
Line 31: Line 31:
 
Your directory structure should look liek the following
 
Your directory structure should look liek the following
  
-orangebox
+
  -orangebox
|-garrysmod
+
  |-garrysmod
    |-gamemodes
+
      |-gamemodes
      |-PostNukeRP
+
        |-PostNukeRP
          |-content
+
            |-content
          |-entities
+
            |-entities
          |-Gamemode
+
            |-Gamemode
  
 
;Have a suggestion or bug report?
 
;Have a suggestion or bug report?
 
*[http://radioactivecricket.com/forums/index.php/ PNRP Forums]
 
*[http://radioactivecricket.com/forums/index.php/ PNRP Forums]
 
*[http://code.google.com/p/pnrp/issues/list PNRP Issue Tracker]
 
*[http://code.google.com/p/pnrp/issues/list PNRP Issue Tracker]

Revision as of 09:21, 26 January 2013



PostNukeRP Setup
  1. Setup a Garry's Mod Server
  2. Download and Install TortoiseSVN: http://tortoisesvn.net/
  3. Create a directory named PostNukeRP in your folder \garrysmod\gamemode\
    • It should look like this \garrysmod\gamemode\PostNukeRP\
  4. Right-Click on the PostNukeRP folder and choose SVN Checkout
  5. Enter the URL: http://pnrp.googlecode.com/svn/trunk/PostNukeRP/ and press OK


Alternate Way

If you are only running the PNRP Gamemode

  1. Follow Step 1-2
  2. Right-Click the gamemode folder and choose SVN Checkout
  3. Enter the URL: http://pnrp.googlecode.com/svn/trunk/ and press OK


Video Tutorial

Provided by Metroidfighter

Directory Strucure

Your directory structure should look liek the following

 -orangebox
  |-garrysmod
     |-gamemodes
        |-PostNukeRP
           |-content
           |-entities
           |-Gamemode
Have a suggestion or bug report?