FSGModding / FS22_UtilityLibraries

Utility Libraries for FS22 Modders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FS22 LUA Libraries

Included

fs22Logger

A simple to use logging class that makes dumping strings and variables to the log file and console much simpler.

Supports searching, filtering, and multiple run levels so you don't have to remove your logging code to release a mod.

More Information...

TODO:

  • Add :printVariableOnce()
  • Add :printVariableIfChanged()

fs22ModPrefSaver

This is a module to make saving and loading user preferences to disk as simple as possible. Supports default values, and string, float, integer, boolean, and color table values.

More Information...

fs22SimpleUtils

Just a small collection of utilities used in many of our other mods.

More Information...

Distribution & Licensing Terms

(c)JTSage Modding & FSG Modding. You may reuse or alter this code to your needs as necessary with no prior permission. No warranty implied or otherwise.

About

Utility Libraries for FS22 Modders


Languages

Language:Lua 100.0%