-
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, a C# based scripting language. The code is compiled when Farplane attaches to a game, and allows the script creator to replace some code in the game's memory, modify 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.