PtokaX forum

Lua 5.3/5.2/5.1 Scripts (for PtokaX 0.4.0.0 and newer) => Finished Scripts => FreshStuff3 => Topic started by: bastya_elvtars on 24 June, 2017, 21:45:18

Title: FreshStuff3 5.0.2 released with Lua 5.1 and 5.3 support
Post by: bastya_elvtars on 24 June, 2017, 21:45:18
After a long wait, 5.0.2 is here: https://bitbucket.org/freshstuff3/freshstuff3/downloads/5.0.2.zip (https://bitbucket.org/freshstuff3/freshstuff3/downloads/5.0.2.zip)

Just extract over the previous install (if you have one), nothing will be overwritten. Compatible with PXLUA 5.1 as well as 5.3.
Version 5.5 is in the works, there are features being actively implemented.

Here is the changelog. More updates later, stay tuned!

Quoteadded: LoadCfg() config loader function
   - checks for config files and if missing creates a default one
   - makes upgrading easier
   - every module can load its own config easier
   - you can now instal FreshStuff3 over your current install.
changed: Lua 5.3 compatibility (also compatible with 5.1)
   - removed deprecated functions or worked them around
   - reworked for new module system
   - Windows: changed for the "universal" LFS.dll (included)
changed: removed ***s form SendOut()s
added: directories 'lib' and 'data' with readmes
   (kinda forced as mercurial does not handle empty dirs,
   makes future upgrading/deployment easier)