DarkRP Config

zarah

mod mod mod mod mod mod mod mod
User
Nov 6, 2021
381
28
otrzarah.neocities.org

Finding your Garry's Mod cfg/ Folder​

steam_23hr03m58s08d01mo2022_L298605595695e0-c6ec-4869-b085-a8d1b9cd2f5c.png

steam_23hr05m19s08d01mo2022_U26G79556d86a2e-8c8f-4337-937e-c328f4413ac3.png


You should see a folder named "garrysmod", enter it.​

Then, near the top, there should be a folder named "cfg". That is the folder you will be putting the config files in.​


Installation​

Extract the two config files found in the attached .zip file at the bottom of the post into the "cfg" folder you found in the previous step.

Contents​

Code:
treeeula's DarkRP Config.zip/
                            /DarkRP.cfg (3530 bytes)
                            /global.cfg (2703 bytes)

Binding Keys​

To create binds that will load once you execute the config, you must open the DarkRP config (named "DarkRP.cfg") and go to the bottom.

Then, find out what you want to bind a key to (look at the names of the aliases, or the comments above each command) and type this:

Code:
bind KEY ALIASNAME

With KEY being which key you want to bind it to (non-letter/number/symbol keys found here) and ALIASNAME being the name of the aliased command you want to have the key bound to.


If you want to change what the default binds are (movement keys, etc), open the global config (named "global.cfg") and change the bound key to whatever you want.

If you want to add a command, follow the format provided earlier but replace ALIASNAME with whatever command you want that key to be bound to.

Customizing Adverts​

To customize the adverts, simply change the text after the "/advert" to whatever you want your advert to be.

Make sure to keep the quotation mark at the end​


Creating Aliases​

To create an alias, use this format:

Code:
alias ALIASNAME COMMAND

if your command has spaces in it, use this format:

Code:
alias ALIASNAME "COMMAND"

replace ALIASNAME with the name that you want the alias to be
replace COMMAND with the command(s) that you want to be applied to ALIASNAME

Executing the config​

To execute the config, you must be in a server (singleplayer included), and you must type this command:

Code:
exec darkrp
 

Attachments

  • treeeula's DarkRP config.zip
    1.7 KB · Views: 68