Forts
Dump - Main Tables
Showing 1-10 of 12 entries
< 1  2 >
Update: 8 Apr, 2022 @ 12:54am

  • Added: Name of the table that is being dumped, so you can easily copy-and-paste the dump output to a Lua file for analysis
  • Fixed: Missing commas after numbers, booleans, and function bytecode

Update: 6 Apr, 2022 @ 4:46am

  • Fixed: Boolean variable types showing up as unknown ones
  • Fixed: Unknown variable types not having a key

Update: 6 Apr, 2022 @ 3:06am

  • Changed: Switched to custom BetterLog by Thonio (Discord: Thonio#8037 ; Steam), with some customizations done by me
  • Fixed: High Seas DLC thingy, I hope (not sure)

Update: 28 Mar, 2022 @ 10:35am

I thought I needed to accept the Steam Workshop license agreement again because I got an error when I wanted to update the mod the first time. Turns out that that first attempt was actually successful. Guess what I did before I noticed that the update was actually live and didn't error out?

Update: 28 Mar, 2022 @ 10:34am

  • Changed: Switched to RegisterApplyMod()

Update: 20 Jul, 2019 @ 11:15am

  • Changed: Weapon/Device script dump functionality moved to seperate mod

Update: 9 Jul, 2019 @ 7:50am

  • Added: Support for future undocumented strings, booleans, and integers in weapon and device scripts
  • Added: More supported variables, and some forgotten ones
  • Fixed: Certain variables won't be dumped

Update: 21 Jun, 2019 @ 9:38am

  • Fixed: ProjectileAngle function wouldn't get dumped

Update: 21 Jun, 2019 @ 9:34am

  • Added: More supported variables

Update: 21 Jun, 2019 @ 9:19am

  • Added: Dump of all individual device and weapon scripts
  • Changed: Switched table serializer to Serpent
  • => Changed: Improved readability
  • => Fixed: Bad indentation