Install RPG-Mods Counter-Strike Source Server

Опубликовано: 23 Март 2026
на канале: FreLee54
9,312
35

PLEASE SE MY NEW AND UPDATED VIDEO HERE:
   • Install and compile SM:RPG | Quick update ...  

I´m installing three different RPG Modifications for Counter-Strike Source.

My Website:
http://www.leemann.se/fredrik

Me installing Counter-Strike Source Servers:

(Installation in Windows)
   • Steamcmd + Download Counter-Strike Source ...  

(Installation in Linux Ubuntu/Zorin)
   • Update install Counter-Strike Source Serve...  

Used links:

(server.cfg, autoexec.cfg, motd.txt and mapcycle.txt)
http://www.leemann.se/fredrik/downloads

(eventscript)
http://forums.eventscripts.com/viewto...

(SourceRPG - RPG MOD#1)
http://addons.eventscripts.com/addons...

(Basic auth)
http://www.eventscripts.com/pages/Bas...

(source-python-extensions [SPE] Not used)
https://code.google.com/p/source-pyth...

(*Meow RPG* - RPG MOD#2)
http://addons.eventscripts.com/addons...

(Metamod:Source - mmsource)
http://www.sourcemm.net/

(SourceMod)
http://www.sourcemod.net/downloads.php


(THC-RPG - Installation)
https://code.google.com/p/thc-rpg/wik... // Not working!

Download THC-RPG Version 0.8.6 Here: #Mod-3 //Deleted
http://www.valve-server.ru/css/cssplu...

Download SM:RPG from Github:
https://github.com/peace-maker/smrpg

You will need to compile above plugin yourself by using sourcemod
Before you compile you will need those packages
You will probably also need some of them to load the plugins:


smlib: https://github.com/bcserv/smlib

AutoExecConfig: https://github.com/Impact123/AutoExec...

dhooks: http://users.alliedmods.net/~drifter/...

Read the "How to compile on the page for SM:RPG"
I found that you need to create a folder called "compiled" in /scripting/upgrades on your sourcemod

Download compiled version of SM:RPG (No upgrades)
https://forums.alliedmods.net/attachm...

Alliedmods.net - forum:
https://forums.alliedmods.net/showthr...


"smrpg"
{
"driver" "sqlite"
"database" "smrpg"
}


"thc_rpg"
{
"driver" "sqlite"
"database" "thc_rpg"
}


es_load examples/auth/basic_auth
BASIC_AUTH_ADMIN_LIST "STEAM_ID_LAN;Your STEAM_ID;"

//Replace the red part with your normal steamid, or as many STEAMIDs as you want with semicolons.

// ...
// ... all your other es_load lines

es_load sourcerpg
// es_xload meowrpg