A modern reimagining of the iconic role-playing game Gothic, preserving the atmosphere of a dark and brutal world that became a symbol of the original. The action... Read more
Analog Movement and Fixed Camera (UE4SS)
Author:
WinterElfeas
Uploaded by:
Size:
4.08 kB
Date:
Yesterday, 11:10
Downloads:
2
-
Download (4.08 kB)June 7, 2026, 11:10 AMAnalog Movement and Fixed Cameraanalogovoe-upravlenie-i-fiksirovannaja_1780819843_829819.zip
-
Download (6.79 MB)June 7, 2026, 11:10 AMUE4SSanalogovoe-upravlenie-i-fiksirovannaja_1780819843_973002.zip
Analog Movement for controller and Camera Tweaks for fixed camera between idle, walking, running, sprinting and combat, can be edited.
Installation instructions:
- Download the latest experimental version of UE4SS.
- Extract it into your game folder: ...\Gothic 1 Remake\G1R\Binaries\Win64.
- Download this mod.
- Extract it into: ...\Gothic 1 Remake\G1R\Binaries\Win64\ue4ss\Mods\AnalogMovementCamera (or your specific mod folder name).
Warning:
- CONTROLLER / GAMEPAD: When you launch the game, do not use the keyboard or mouse afterward. Try to spam the A button until you reach the main menu and load your game. It seems that doing otherwise sometimes causes the game to stop detecting the controller's analog input, which the mod needs to determine how far you push the stick. Sadly, this issue is not very consistent.
- MOUSE / KEYBOARD: Disable Analog Movement in the script (see configuration below).
- Globally, the mod has not been heavily tested yet.
- Hand-drawn mod picture (pinky promise!).
Configuration:
Open the main.lua file inside the mod folder to edit values as you see fit.
The main lines to enable or disable each feature are:
- -- ANALOG MOVEMENT
local enableAnalogMovement = true -- Put false to let movement vanilla. - -- CAMERA
local enableCameraChanges = true -- Put false to disable camera changes.
Useful links:
