Collection of a few immersive land vehicle features I implemented lately; Visible Body, Smart Aim, Panorama View, Rear View, Exit Anywhere, Companion Chatter.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
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 are not allowed 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
Changelogs
Version 3.1
Added support for Game version 1.14.70
The Settings INI is no longer included with the Main file (it can be downloaded separately to prevent the previous one from getting overwritten while updating)
Version 3.0
Added feature Companion Chatter
Version 2.0
Fixes a bug in the 3D handler (it could prevent the player's 3D from being rendered properly)
Various performance improvements
Added setting bExitAnywhere to the INI to enable/disable the Exit Anywhere feature
Version 1.3
Added missing setting bRearView to the INI to enable/disable the Rear View feature
Fixes a bug that could cause the first person camera to enter in the wrong position if the player previously pressed the rear view hotkey while in third person
Version 1.2
Exposed mod settings to the INI: fPlayerFirstPersonCameraOffsetMinX, fPlayerFirstPersonCameraOffsetMaxY, fPlayerFirstPersonCameraOffsetMaxZ, fPlayerFirstPersonCameraOffsetMaxX, fPlayerFirstPersonCameraOffsetMinY, fPlayerFirstPersonCameraOffsetMinZ, fPlayerFirstPersonCameraPanoramicAngleUp, fPlayerFirstPersonCameraPanoramicAngleDown, fPlayerFirstPersonCameraPanoramicAngleLeftRight, fPlayerFirstPersonCameraPanoramicAngleLeftRightAimMode, bSmartAim
Placed the first person camera root position slightly lower
Version 1.1
Fixes a bug that prevented custom INI settings (hotkeys) to be read instead of the defaults.
Fixes a bug that caused the Slow Time effect to to get activated while not in a vehicle (which could also interrrupt the Phased Time Power effect).
Fixes a bug that could cause certain driving animations applied by the vanilla code in 3rd person to remain active after switching to 1st person.
Various performance improvements.
Version 1.0
Initial release
About this mod:
A few SFSE mods I decided to merge into one plugin.
Visible Body:
You're no longer floating above the driver's seat.
Also, in vanilla, the player is technically sitting almost in the center of the car; now you actually sit in the seat. (And yes, you have a shadow).
Instead of the vanilla "forced slow motion while aiming", you can decide when to slow down time, by pressing Space. Aiming no longer changes the time scale. The slow time effect is active until you release Spacebar (or have Oxygen, though I made a mod for that earlier..).
Also, the SFSE plugin ensures the mouse's movement speed isn't affected by the slow time effect so that you won't be disrupted by different input handling..
I noticed that sometimes the player can't exit REV-8 despite there's no actual obstacle in the way (only a smaller dune or a stone). This feature allows you to hop out whereever you like.
Hotkeys' values (e.g. 0x20) are the Virtual Key Codes of the hotkeys.
The rests are pretty straightforward; like bSmartAim to enable/disable Smart Aim or fPlayerFirstPersonCameraPanoramicAngleUp to change the first person look up limit.
Settings are refreshed on every save game create/load event. So, if you'd like to test various settings ingame, simply open and edit the INI then reload a save or make a quicksave (or hard save if you wish) to refresh all settings.
Compatibility:
The mod has been tested with and made for mouse and keyboard.