RPG-like mod for CS:GO called SpellCraft.
The mod is in early stage (mostly barebones code), currently not development. Anyone interested - feel free to get in touch with the previous maintaners.
The mod uses transitional SourcePawn syntax described in this article. Every developer is encouraged to introduce themselves to some new amazing benefits of that syntax.
Material on SourcePawn language used is found on this wiki
- All source code goes into
./source
. - All server files (sound, textures, models...) go into
./server
and shall assume the root path ofgameserver/csgo
. Example:castSpellX.wav
will go intogameserver/csgo/sound/spellcraft/
. - All plugin files (translations, data) go into
./data
and shall assume the root path ofgameserver/csgo/addons/sourcemod
.
Unless there is a need, developing will happen right on the Master branch. Specific features will have their own branches, granted they take significant period of time to be developed.