A high-fidelity camera modification for GeoFS designed to provide a "cinematic" feel. This script adds physical weight and momentum to camera movements, smooths out zoom transitions, and introduces advanced features like Dynamic Zoom.
- Smooth camera movement
- Smooths camera movement for the ultimate GeoFS experience
- Integrated settings
- Settings are integrated with the GeoFS UI.
See it in action in this video.
-
Copy the code from
Smooth Camera.js. -
Open the javascript console in your browser. (F12 in chrome or ⌥⌘C in Safari)
-
Paste the code in the console and press Enter.
-
Install the Tampermonkey extension for your browser.
-
Create a new script and paste the contents of
Smooth Camera.js. -
Save the script and refresh GeoFS.
-
Create a new bookmark in your browser.
-
In the URL or Location field, paste the following:
javascript:(() => {
var liveryScript = document.createElement('script');
liveryScript.src = "https://raw.githack.com/cesjn/GeoFS-Smooth-Cam/main/Smooth%20Camera.js";
document.body.appendChild(liveryScript);
liveryScript.onload = () => { console.log('Livery Selector loaded!'); };
})();- Save the bookmark and launch GeoFS.
- Click the bookmark once while you are in the GeoFS game to load the settings.
Once installed, open the GeoFS Preferences menu and navigate to the Graphics tab. You will see a new section titled Cinematic Camera Settings.
-
Enable Smooth Camera: Toggle the entire effect on or off.
-
Master Smoothness: Drag to the right for a "heavier" cinematic feel, or to the left for more responsive, snappy movement.
-
Advanced Tweaks: Expand this menu to override specific smoothing factors or toggle Dynamic Zoom.
TIP!
Lower values in the manual "Advanced Tweaks" sliders result in smoother motion, while higher values make the camera more responsive.
Developed by L Movies, ChatGPT, and Gemini.
