Skip to content

Mod Scripting How it works

Topher Sheridan edited this page Jun 17, 2016 · 4 revisions

What sort of mods does Farplane support?

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.