Skip to content

LeandroTheDev/immersive_tps_camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immersive Third Person Camera

Smoothly changes third-person camera positions, improving player immersion in the world

Before

image

After

image image

Observations

This mod modifies the native camera function from vintage story, and probably might break in new updates.

Considerations

Calculation for the camera position is quietly simple so no performance can be impacted.

About Immersive Third Person Camera

Immersive Third Person Camera is open source project and can easily be accessed on the github, all contents from this mod is completly free.

If you want to contribute into the project you can access the project github and make your pull request.

You are free to fork the project and make your own version of Immersive Third Person Camera, as long the name is changed.

Using

Download the latest version from releases

Place the mod in Mods folder vintage story

Building

Learn more about vintage story modding in Linux or Windows

Linux

Make a symbolic link for fast tests

  • ln -s /path/to/project/Releases/immersivetpscamera/* /path/to/game/Mods/ImmersiveTPSCamera/

Execute the comamnd ./build.sh, consider having setup everthing from vintage story ide before

Windows

Just run the ImmersiveTPSCamera.sln

FTM License