My personal edit and fixed up version of No Collision Camera. Disables third person camera collision for trees and static objects (walls and tables and such). Ground terrain and rocks still have collision.
Requirements
This mod does not have any known dependencies other than the base game.
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 without permission from or credit to me
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 or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This file is licensed under the WTFPL license (Do What The F*** You Want To Public License). Please use this file however you want.
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
Removes third person camera collision for some objects. This edits L_CAMERA [COLL:00088788] to remove L_STATIC [COLL:00088762], L_ANIMSTATIC [COLL:00088763], and L_TREES [COLL:0008876A]. These are responsible for collision with static objects (walls, tables, chests, etc.) and trees (self-explanatory but it also includes ingredients like Juniper Trees and the like). Third person camera collision still exists for things like outdoor rocks, terrain statics, and the like.
Also fixes an issue an issue with No Collision Camera that made an edit to L_CAMERASPHERE [COLL:00088785] that broke underwater refractions and other potential issues that may have been caused by editing this. I have made the mod author aware of these issues.
Largely untested but works pretty good from my testing. Let me know if you have any issues using the Bugs tab. I'll make edits as I play the game more if I find any issues myself of course.
You will see bugs related to culling when your camera goes through a wall. Please do your best to ignore these as I am unable to fix this due to being an idiot and it also being an engine "bug" (not really a bug but you get the idea).