Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
While searching though TPP's files, I stumbled upon the function, SetAroundCameraManualModeParams, which lets you change the third person camera offsets in-game. As a result, I made a script that lets you create a custom camera.
To install, download the latest version of GzsTool, and use it to extract 00.dat in master/0. This will create a 00_dat folder with the extracted files.
In that folder, go to \Assets\tpp\script\lib\ and place CustomCamera.lua into it.Then open Tpp.lua. Use ctrl+F to jump to this phrase: "/Assets/tpp/script/lib/TppMbFreeDemo.lua"
Add this directly after that phrase: ,"/Assets/tpp/script/lib/CustomCamera.lua"
Then open TppMain.lua and use ctrl+F to jump to this phrase: TppMission.UpdateForMissionLoad Add this directly after that phrase:,CustomCamera.Update
Then go back to master/0 and open 00.dat.xml. Inside the <Entries> block, add this line to the list:<Entry FilePath="/Assets/tpp/script/lib/CustomCamera.lua" Compressed="false" />
Finally, drag and drop 00.dat.xml on to Gzstool to repack everything.
When in game, you can start the script by pressing Down on the keyboard. If it works, the camera will shift to the center of the character.
You can open CustomCamera.lua in any text editor to edit the camera offset values.