Forts
Dump - Main Tables
12件中 1-10 を表示
< 1  2 >
更新:2022年4月8日 @ 0時54分

  • 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

更新:2022年4月6日 @ 4時46分

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

更新:2022年4月6日 @ 3時06分

  • 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)

更新:2022年3月28日 @ 10時35分

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?

更新:2022年3月28日 @ 10時34分

  • Changed: Switched to RegisterApplyMod()

更新:2019年7月20日 @ 11時15分

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

更新:2019年7月9日 @ 7時50分

  • 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

更新:2019年6月21日 @ 9時38分

  • Fixed: ProjectileAngle function wouldn't get dumped

更新:2019年6月21日 @ 9時34分

  • Added: More supported variables

更新:2019年6月21日 @ 9時19分

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