• DarkRP and Server Questions
    5 replies, posted
Hi, i want to start up a server with the gamemode darkrp in it... But i know nothing about coding and have no idea where to start. :/ can anyone help get me started? [highlight](User was banned for this post ("Extended, also missed the darkrp thread" - postal))[/highlight]
Do you have a server setup already?
No, i don't want to set one up untill i know what to do.
What you need to do is download the gamemode from [url]https://github.com/FPtje/DarkRP[/url] When you go to that site near the right side a little down the page there is a "Download Zip" button. Click it and extract it to a folder called [B]DarkRP[/B]. The folder structure should now be: [lua] DarkRP\gamemode DarkRP\content DarkRP\entities [/lua] And so forth. Once you have your server set up, copy the[B] DarkRP[/B] folder to your /garrysmod/gamemodes/ folder on the server. Either in the [B]/garrysmod/cfg/server.cfg[/B] file [U]OR[/U] in the command line to run the server set the game mode to run. In server.cfg, add: [lua] "gamemode" "darkrp" [/lua] In command line, add: [lua] +gamemode "darkrp" [/lua]
[QUOTE=noaheroufus;41269102]When you go to that site near the right side a little down the page there is a "Download Zip" button. [/QUOTE] I highly recommend using Git/SVN instead.
[QUOTE=Bo98;41269682]I highly recommend using Git/SVN instead.[/QUOTE] What if he's setting up a server via a web game panel. You can't really use Git/SVN, for most of them at least, and if it does provide that feature it's usually from a pre-defined list. This was a quick guide just to get him set up with the gamemode and get it running.
Sorry, you need to Log In to post a reply to this thread.