wumpwump Posted April 25, 2016 Share Posted April 25, 2016 (edited) EDIT: solved by BobDoleOwndU, thanks Bob! I'm getting text like the following pic. I tried changing the encoding to UTF-8, I tried converting to different types of encoding. The weird thing is I can still read .lua's that I have already opened and edited, which are MbmCommonSetting.lua, TppHero.lua, and MbmCommonSetting40RewardDeploy.lua I can also open EquipParameters.lua and EquipParameterTables.lua but NOT from my own 00.dat, only the files that I downloaded from an outdated mod on nexus. As far as I can tell every other .lua displays the same gibberish. It seems the .lua's that work open in UTF-8 by default, while the ones that do not, open in ANSI. And encoding or converting them to UTF-8 doesn't work. Any help is appreciated. http://i.imgur.com/UOAUN8E.pngI'm getting text like this: Edited April 25, 2016 by wumpwump Link to comment Share on other sites More sharing options...
BobDoleOwndU Posted April 25, 2016 Share Posted April 25, 2016 That's because those scripts are encrypted. You can either use GzsTool to unpack, as it decrypts the scripts by default or you can use the QAR Tool to unpack with decryption via CMD command: MGSV_QAR_Tool.exe "C:\Program Files (x86)\Steam\steamapps\common\MGSV_TPP\master\0\00.dat" -r The -r tells the QAR Tool to decrypt the luas. Link to comment Share on other sites More sharing options...
wumpwump Posted April 25, 2016 Author Share Posted April 25, 2016 (edited) Thank you so much, sorry for the extremely noob question. Edited April 25, 2016 by wumpwump Link to comment Share on other sites More sharing options...
Recommended Posts