Mod Name: CSSRPGMod
Game: Counter-Strike: Source
Download File: cssrpg.zip
Rating: (8/10)
Spawn Points: N/A
Total Downloads: 21266
Authors: http://cssrpg.sourceforge.net/
Description:
CSS:RPG v1.0.5
This installation includes all necessary files for the mod to function properly.
What is it?
"CSS:RPG Mod is a role playing (level-based) server-side plugin for Counter-Strike: Source. It is not just another WC3/Superhero mod. It's based off the UT2K4RPG Mod for Unreal Tournament 2004.
As you kill your opponents, you gain Experience. Eventually when you have reached your experience quota, you gain a new Level. This means you can buy Upgrades which give you an advantage over your opponent.
CSS:RPG Mod allows you to buy the Upgrades you want or Sell them for different Upgrades. Each Upgrade has a higher Level. So for example, Regeneration Level 2 will give you two health points every second as opposed to one health point every second for Regeneration Level 1. All player data is saved into a SQLite Database so there is no need to setup any type of Remote Database. CSS:RPG is also highly customizable with variables that change the plugin effectively immediately after it has been set. The source code for CSS:RPG is made publicly available under the zlib/libpng open source license for people who want to port the plugin to their own Half-Life 2 mod or just want to learn how to create a plugin."
*From http://cssrpg.sourceforge.net/
Q: How can I turn on/off this mod?
Put these following variables in your server.cfg file and restart your server.
//The below command turns the mod on.
cssrpg_enable 1
//The below command turns the mod off.
cssrpg_enable 0
To make any changes in-game with rcon commands, you'd need to use the following format.
rcon_password "1234567"
rcon "cssrpg_enable 1"
Requirements:
This mod runs off of Metamod, which is included in this download for easy installation.
This download works for both Linux and Windows game servers.
Installation:
Add "exec cssrpg105.cfg" to your server.cfg file.
Recommended Server Settings:
Below are all of the commands you will have available with this mod.
Editing the DB ingame:
rpg_help - List of CSS:RPG commands and help for specific commands
rpg_player - Get info about a certain player
rpg_resetstats - Reset a player's Level, Credits, Experience, and Upgrades (this cannot be undone!)
rpg_resetexp - Reset a player's Experience
rpg_setlvl - Set a player's Level
rpg_addlvl - Add Level(s) to a player's current Level
rpg_setexp - Set a player's Experience
rpg_addexp - Give a player Experience
rpg_setcredits - Set a player's Credits
rpg_addcredits - Add to player's Credits
rpg_setupgradelvl - Set a player's Upgrade Level
rpg_giveupgrade - Give a player an Upgrade (increment)
rpg_giveall - Give a player all the Upgrades available
rpg_takeupgrade - Take an Upgrade from a player (decrement)
rpg_buyupgrade - Force a player to buy an Upgrade
rpg_sellupgrade - Force a player to sell an Upgrade (full refund)
rpg_sellall - Force a player to sell all their Upgrades (full refund)
rpg_db_delplayer - Delete a player entry from both tables in the database (this cannot be undone!)
rpg_db_mass_sell - Force everyone in the database (and playing) to sell a specific upgrade
rpg_db_write - Write current player data to the database
rpg_cvarlist - Build a list of CSS:RPG's CVARs for a config file
rpg_reloadlangs - Reload all languages for CSS:RPG
Changing configuration-values ingame (for the map):
"RPG:MOD ON" : cssrpg_enable 1
"RPG:MOD OFF" : cssrpg_enable 0
"RPG:Health+ off" : cssrpg_hbonus_enable 0
"RPG:Health+ on" : cssrpg_hbonus_enable 1
"RPG:Regeneration off" : cssrpg_regen_enable 0
"RPG:Regeneration on" : cssrpg_regen_enable 1
"RPG:Resupply off" : cssrpg_resup_enable 0
"RPG:Resupply on" : cssrpg_resup_enable 1
"RPG:Vampire off" : cssrpg_vamp_enable 0
"RPG:Vampire on" : cssrpg_vamp_enable 1
"RPG:Stealth off" : cssrpg_stealth_enable 0
"RPG:Stealth on" : cssrpg_stealth_enable 1
"RPG:LongJump off" : cssrpg_ljump_enable 0
"RPG:LongJump on" : cssrpg_ljump_enable 1
"RPG:FireGrenade off" : cssrpg_fnade_enable 0
"RPG:FireGrenade on" : cssrpg_fnade_enable 1
"RPG:IceStab off" : cssrpg_icestab_enable 0
"RPG:IceStab on" : cssrpg_icestab_enable 1
"RPG:FrostPistol off" : cssrpg_fpistol_enable 0
"RPG:FrostPistol on" : cssrpg_fpistol_enable 1
"RPG:Denial off" : cssrpg_denial_enable 0
"RPG:Denial on" : cssrpg_denial_enable 1
Note: If you want to change those variables permanently you have to edit the cssrpg105.cfg!
Screenshots
No Screenshots
Game: Counter-Strike: Source
Download File: cssrpg.zip
Rating: (8/10)
Spawn Points: N/A
Total Downloads: 21266
Authors: http://cssrpg.sourceforge.net/
Description:
CSS:RPG v1.0.5
This installation includes all necessary files for the mod to function properly.
What is it?
"CSS:RPG Mod is a role playing (level-based) server-side plugin for Counter-Strike: Source. It is not just another WC3/Superhero mod. It's based off the UT2K4RPG Mod for Unreal Tournament 2004.
As you kill your opponents, you gain Experience. Eventually when you have reached your experience quota, you gain a new Level. This means you can buy Upgrades which give you an advantage over your opponent.
CSS:RPG Mod allows you to buy the Upgrades you want or Sell them for different Upgrades. Each Upgrade has a higher Level. So for example, Regeneration Level 2 will give you two health points every second as opposed to one health point every second for Regeneration Level 1. All player data is saved into a SQLite Database so there is no need to setup any type of Remote Database. CSS:RPG is also highly customizable with variables that change the plugin effectively immediately after it has been set. The source code for CSS:RPG is made publicly available under the zlib/libpng open source license for people who want to port the plugin to their own Half-Life 2 mod or just want to learn how to create a plugin."
*From http://cssrpg.sourceforge.net/
Q: How can I turn on/off this mod?
Put these following variables in your server.cfg file and restart your server.
//The below command turns the mod on.
cssrpg_enable 1
//The below command turns the mod off.
cssrpg_enable 0
To make any changes in-game with rcon commands, you'd need to use the following format.
rcon_password "1234567"
rcon "cssrpg_enable 1"
Requirements:
This mod runs off of Metamod, which is included in this download for easy installation.
This download works for both Linux and Windows game servers.
Installation:
Add "exec cssrpg105.cfg" to your server.cfg file.
Recommended Server Settings:
Below are all of the commands you will have available with this mod.
Editing the DB ingame:
rpg_help - List of CSS:RPG commands and help for specific commands
rpg_player - Get info about a certain player
rpg_resetstats - Reset a player's Level, Credits, Experience, and Upgrades (this cannot be undone!)
rpg_resetexp - Reset a player's Experience
rpg_setlvl - Set a player's Level
rpg_addlvl - Add Level(s) to a player's current Level
rpg_setexp - Set a player's Experience
rpg_addexp - Give a player Experience
rpg_setcredits - Set a player's Credits
rpg_addcredits - Add to player's Credits
rpg_setupgradelvl - Set a player's Upgrade Level
rpg_giveupgrade - Give a player an Upgrade (increment)
rpg_giveall - Give a player all the Upgrades available
rpg_takeupgrade - Take an Upgrade from a player (decrement)
rpg_buyupgrade - Force a player to buy an Upgrade
rpg_sellupgrade - Force a player to sell an Upgrade (full refund)
rpg_sellall - Force a player to sell all their Upgrades (full refund)
rpg_db_delplayer - Delete a player entry from both tables in the database (this cannot be undone!)
rpg_db_mass_sell - Force everyone in the database (and playing) to sell a specific upgrade
rpg_db_write - Write current player data to the database
rpg_cvarlist - Build a list of CSS:RPG's CVARs for a config file
rpg_reloadlangs - Reload all languages for CSS:RPG
Changing configuration-values ingame (for the map):
"RPG:MOD ON" : cssrpg_enable 1
"RPG:MOD OFF" : cssrpg_enable 0
"RPG:Health+ off" : cssrpg_hbonus_enable 0
"RPG:Health+ on" : cssrpg_hbonus_enable 1
"RPG:Regeneration off" : cssrpg_regen_enable 0
"RPG:Regeneration on" : cssrpg_regen_enable 1
"RPG:Resupply off" : cssrpg_resup_enable 0
"RPG:Resupply on" : cssrpg_resup_enable 1
"RPG:Vampire off" : cssrpg_vamp_enable 0
"RPG:Vampire on" : cssrpg_vamp_enable 1
"RPG:Stealth off" : cssrpg_stealth_enable 0
"RPG:Stealth on" : cssrpg_stealth_enable 1
"RPG:LongJump off" : cssrpg_ljump_enable 0
"RPG:LongJump on" : cssrpg_ljump_enable 1
"RPG:FireGrenade off" : cssrpg_fnade_enable 0
"RPG:FireGrenade on" : cssrpg_fnade_enable 1
"RPG:IceStab off" : cssrpg_icestab_enable 0
"RPG:IceStab on" : cssrpg_icestab_enable 1
"RPG:FrostPistol off" : cssrpg_fpistol_enable 0
"RPG:FrostPistol on" : cssrpg_fpistol_enable 1
"RPG:Denial off" : cssrpg_denial_enable 0
"RPG:Denial on" : cssrpg_denial_enable 1
Note: If you want to change those variables permanently you have to edit the cssrpg105.cfg!
Screenshots
No Screenshots
| Emme^Swe's Comment - Report Spam | |
| can i install in source dedicated server ?? | |
| mad315's Comment - Report Spam | |
|
|
|
| punkid's Comment - Report Spam | |
|
where to put the folders.pls help me pls can u email me the instruction.
|
|
| punkid's Comment - Report Spam | |
| ooohhhh i forgot here is my email add "hanaam_punkid@hotmail.com" | |
| putteg's Comment - Report Spam | |
|
ive got a server with thiis mod and it *s
|
|
| ajtillen's Comment - Report Spam | |
|
Very good mod works well with deathmatch mod 5 star
|
|
| jambernesere's Comment - Report Spam | |
| were are my rcon?? | |
| alexcool20's Comment - Report Spam | |
|
i dont know whare to putt the folder can someone send me a instruction. mi email is hipphopp_902@hotmail.com |
|
| slina's Comment - Report Spam | |
|
haw to start this mod
|
|
| ponneGM's Comment - Report Spam | |
| very good mod but you should write what to type in the autoexec.cfg file and to answer you other guys you should put it in the C:ProgramSteamsteamappsusernamesource dedicated servercstrike | |
| Game Servers | Other Services | Community | Company |
| CS:S 100 Tick | Ventrilo Servers | Forums | Contact Us |
| CS:S 66 Tick | Teamspeak Servers | Maps | Link To Us |
| CS:S 500 FPS | Dedicated Servers | Mods | Why Us? |
| CS 1.6 | Resell Game Servers | Strategy | |
| Garry's Mod | Fastmap Redirect | FAQs | |
| Team Fortress 2 | Web Hosting | Game Commands | |
| Full List |

