Sourcemod: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
(Custom offsets don't work)
Line 9: Line 9:
* Download sourcemod: http://www.sourcemod.net/downloads.php?branch=stable
* Download sourcemod: http://www.sourcemod.net/downloads.php?branch=stable
* Copy the cfg and addons folders to your empires folder
* Copy the cfg and addons folders to your empires folder
* (optional) Install custom offsets
** Create a folder named custom in the addons/sourcemod/gamedata folder
** Create a folder named sdkhooks.games in the addons/sourcemod/gamedata/custom folder
** Find someone with updated offsets or generate them from: https://forums.empiresmod.com/index.php?threads/calculating-updated-sourcemod-vtable-offsets.20571/
** Place the game.empires.txt in the addons/sourcemod/gamedata/custom/sdkhooks.games folder
* Install some [[Sourcemod Plugins]]
* Install some [[Sourcemod Plugins]]

Revision as of 23:43, 20 March 2017

Sourcemod allows you to extend Empires without having access to the C++ code.

Installation