Sourcemod: Difference between revisions
Appearance
Custom offsets don't work |
No edit summary |
||
Line 10: | Line 10: | ||
* Copy the cfg and addons folders to your empires folder | * Copy the cfg and addons folders to your empires folder | ||
* Install some [[Sourcemod Plugins]] | * Install some [[Sourcemod Plugins]] | ||
== Developing Plugins == | |||
Empires has a lot of [[Game_events_added | game events]] you can make use of. For an example of plugins you can make see our [https://git.emiresmod.com/sourcemod/ sourcemod repository]. |
Revision as of 18:53, 9 August 2017
Sourcemod allows you to extend Empires without having access to the C++ code.
Installation
- Install MetaMod:
- Download sourcemod: http://www.sourcemod.net/downloads.php?branch=stable
- Copy the cfg and addons folders to your empires folder
- Install some Sourcemod Plugins
Developing Plugins
Empires has a lot of game events you can make use of. For an example of plugins you can make see our sourcemod repository.