Difference between revisions of "PostNukeRP SVN"

From PostNukeRP
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
<div style="color: white;">
  
 +
* '''PostNukeRP Code: ''' https://github.com/radioactivecricket/PostNukeRP
  
'''PostNukeRP SVN: ''' https://code.google.com/p/pnrp/
 
  
 
;PostNukeRP Setup
 
;PostNukeRP Setup
Line 8: Line 9:
 
#* SRCDS Game List: http://forums.srcds.com/viewtopic/12473
 
#* SRCDS Game List: http://forums.srcds.com/viewtopic/12473
 
#* Make sure you have Episode 1 & 2 installed.
 
#* Make sure you have Episode 1 & 2 installed.
# Download and Install TortoiseSVN: http://tortoisesvn.net/
+
# [https://github.com/radioactivecricket/PostNukeRP/archive/master.zip Download] and unpack the repository.
# Create a directory named '''PostNukeRP''' in your folder \garrysmod\gamemode\
+
#* You may need to rename the directory to just PostNukeRP
 +
# Copy the '''PostNukeRP''' directory into your folder \garrysmod\gamemode\
 
#*  It should look like this \garrysmod\gamemode\PostNukeRP\
 
#*  It should look like this \garrysmod\gamemode\PostNukeRP\
# Right-Click on the PostNukeRP folder and choose '''SVN Checkout'''
 
# Enter the URL: http://pnrp.googlecode.com/svn/trunk/PostNukeRP/ and press OK
 
  
  
;Alternate Way
+
;Video Tutorial
If you are only running the PNRP Gamemode
+
Provided by Metroidfighter (For the old SVN Version)
# Follow Step 1-2
+
* https://www.youtube.com/watch?v=fItnyfFY7Bw
# Right-Click the gamemode folder and choose '''SVN Checkout'''
+
 
#  Enter the URL: http://pnrp.googlecode.com/svn/trunk/ and press OK
+
 
 +
;Directory Structure
 +
Your directory structure should look like the following
 +
  -orangebox
 +
  |-garrysmod
 +
      |-gamemodes
 +
        |-PostNukeRP
 +
            |-content
 +
            |-entities
 +
            |-Gamemode
 +
 
 +
 
 +
;Have a suggestion or bug report?
 +
*[http://radioactivecricket.com/forums/index.php/ PNRP Forums]
 +
*[https://github.com/radioactivecricket/PostNukeRP/issues Issue Tracker]
 +
 
 +
</div>

Latest revision as of 18:09, 5 July 2015


PostNukeRP Setup
  1. Setup a Garry's Mod Server
  2. Download and unpack the repository.
    • You may need to rename the directory to just PostNukeRP
  3. Copy the PostNukeRP directory into your folder \garrysmod\gamemode\
    • It should look like this \garrysmod\gamemode\PostNukeRP\


Video Tutorial

Provided by Metroidfighter (For the old SVN Version)


Directory Structure

Your directory structure should look like the following

 -orangebox
  |-garrysmod
     |-gamemodes
        |-PostNukeRP
           |-content
           |-entities
           |-Gamemode


Have a suggestion or bug report?