sourcemod/README.md

28 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2014-05-25 05:08:46 +02:00
SourceMod
=========
2014-05-27 09:08:15 +02:00
General
-------
2014-05-27 09:09:12 +02:00
- [SourceMod website](http://www.sourcemod.net): Source Engine scripting and server administration
2014-05-27 09:08:15 +02:00
- [Forum](https://forums.alliedmods.net/forumdisplay.php?f=52): Discussion forum including plugin/extension development
- [General documentation](https://wiki.alliedmods.net/Category:SourceMod_Documentation): Miscellaneous information about SourceMod
2017-08-23 15:52:31 +02:00
- [Stable builds](http://www.sourcemod.net/downloads.php?branch=stable): The latest stable SourceMod releases
- [Dev builds](http://www.sourcemod.net/downloads.php?branch=dev): Builds of recent development versions
2014-05-27 09:08:15 +02:00
Development
-----------
2017-08-23 15:52:31 +02:00
- [Issue tracker](https://github.com/alliedmodders/sourcemod/issues): Issues that require back and forth communication
2014-05-27 09:08:15 +02:00
- [Building SourceMod](https://wiki.alliedmods.net/Building_SourceMod): Instructions on how to build SourceMod itself using [AMBuild](https://github.com/alliedmodders/ambuild)
- [SourcePawn scripting](https://wiki.alliedmods.net/Category:SourceMod_Scripting): SourcePawn examples and introduction to the language
- [SourceMod plugin API](https://sm.alliedmods.net/new-api): Online SourceMod plugin API reference generated from the include files
2014-05-27 09:08:15 +02:00
- [SourceMod extension development](https://wiki.alliedmods.net/Category:SourceMod_Development): C++ examples and introduction to various extension interfaces
Contact
-------
- Connect with us on [GameSurge](https://gamesurge.net) IRC in #sourcemod
- Alternatively feel free to join our [Discord](https://discord.gg/HgZctSS) server
License
-------
SourceMod is licensed under the GNU General Public License version 3. Special exceptions are outlined in the LICENSE.txt file inside of the licenses folder.