Forts
Dump - Main Tables
12개 중 1~10개 표시 중
< 1  2 >
업데이트: 2022년 4월 8일 오전 12시 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