-
Notifications
You must be signed in to change notification settings - Fork 27
Mod Scripting How it works
Topher Sheridan edited this page Jun 17, 2016
·
4 revisions
Farplane implements the CS-Script scripting engine, to allow the creation of "mods" - small bits of code that can modify the game at run time, such as replacing some code in the game's memory, modifying items and equipment, dump data from memory and more. When the API is complete, it should expose most of the regular functions of Farplane for use within the scripting language.