All public logs

Combined display of all available logs of DF21 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:34, 14 December 2024 Lucius talk contribs created page Math Script API (Created page with "Core math API used by the script system. It can be accessed using the math interface and consists of a number of constants, functions, and built-in vector and matrix types. == Basic Types == Basic math types available to the script system include: * int - 32-bit signed integer * uint - 32-bit unsigned integer * float - 32-bit floating point value == Vector and Matrix Types == * '''float2, float3, float4''' - vector types of the indicated size. A float3, for example,...") Tag: Visual edit
  • 16:13, 14 December 2024 Lucius talk contribs created page TFE Level Script (Created page with "To include a Level Script with your mod, simply create a '''LevelScript.fs''' file and include it in the same ZIP or folder as your GOB file. Minimal script example: <pre> ////////////////////////////////// // Level Script. ////////////////////////////////// // Level Start! void levelStart(string levelName) { // Prints out the levelName and sector count. // This is just an example and should be replaced by your own code. // **Important** Script state is persistant a...") Tag: Visual edit: Switched
  • 13:53, 14 December 2024 User account Lucius talk contribs was created