Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sourcemod | 850 | 3 days ago | 177 | C | ||||||
SourceMod - Source Engine Scripting and Administration | ||||||||||
Get5 | 535 | 18 days ago | 4 | gpl-3.0 | SourcePawn | |||||
CS:GO Sourcemod plugin for competitive matches/scrims | ||||||||||
Csgo Pug Setup | 402 | 5 months ago | 50 | gpl-3.0 | SourcePawn | |||||
CS:GO Sourcemod plugin for setting up private pug/10man games | ||||||||||
Csgosl | 335 | 7 months ago | 33 | gpl-3.0 | Tcl | |||||
A CSGO server launcher, one-click install & run | ||||||||||
Csgo Retakes | 328 | 13 days ago | 44 | gpl-3.0 | SourcePawn | |||||
CS:GO Sourcemod plugin for a site-retake gamemode | ||||||||||
Sourcebans Pp | 300 | a day ago | 105 | cc-by-sa-4.0 | PHP | |||||
Admin, ban, and comms management system for the Source engine | ||||||||||
Csgo Multi 1v1 | 265 | 5 months ago | 34 | gpl-3.0 | SourcePawn | |||||
CS:GO Sourcemod plugin to create multi-1v1 arena servers | ||||||||||
Little Anti Cheat | 249 | 4 days ago | 13 | SourcePawn | ||||||
Anti-Cheat for Source Games | ||||||||||
Bhoptimer | 221 | a month ago | 25 | gpl-3.0 | SourcePawn | |||||
A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2. | ||||||||||
Csgo | 193 | 2 years ago | 8 | unlicense | Shell | |||||
A containerized dedicated server for Counter-Strike: Global Offensive |
A modular generic RPG plugin for SourceMod 1.10+.
Based on CSS:RPG v1.0.5 by SeLfkiLL.
SM:RPG is a generic RPG (Role Playing Game) plugin. Players earn experience by killing other players or on other game dependent events. After they reach a certain amount of experience, they level up and get some credits. The credits can be used to buy upgrades which give the player an advantage against his enemies.
This plugin tries to be as game independent as possible. If some upgrade or core feature isn't working in your game, leave a comment. There's a seperate plugin for Counter-Strike: Source/Global Offensive to give proper experience on game events like bomb exploded or hostage rescued.
All upgrades are standalone plugins that register with the core. The core smrpg plugin handles the levels, experience and credits of a player as well as the upgrade levels. When an upgrade registers itself at the core, it'll automatically be added to the rpgmenu for players to buy.
Server admins can install a new upgrade simply by loading the upgrade plugin.
"smrpg"
{
"driver" "sqlite"
"database" "smrpg"
}
Developers can easily add new upgrades using the extensive API provided by the core. There are forwards and natives to control the earned experience, level and credits. You can add your own items to the rpgmenu as well. Have a look at the include files!
See the available upgrade plugins for examples. You can use the example upgrade as a skeleton.
There is an example PHP script to list the top 10 rpg players including their stats and selected levels. You might want to merge it into your website.