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, 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.

Clone this wiki locally