Free Camera and time of day scripts for Steam version from 5.16.19 (hotfix)
Features:
- Free camera
- Calm enemies
- HUD switch
- FOV multiplier
- Time of day change
If you wish to change hotkeys (most of them stored inside the scripts), you should look inside desired script and see strings as "local MoveForward = isKeyPressed(VK_W)", where is MoveForward some kind of internal link and description (you shouldn't change this) and "isKeyPressed(VK_W)" is actual hotkey that use "W" key. So if you wish to change it to "T", this string should looks like "local MoveForward = isKeyPressed(VK_T)". You can find list of virtual-key codes (hotkeys) here:
[Link]
If you enable "Hide_Weapons" and "Hide_Bottom_HUD" scripts when you are in safe zone, than you can shoot and use double-jump even when you in that zones.
List of all hotkeys you can find in "Table Extras" in bottom right corner of Cheat Engine window.
Knowing issues:
- When you enable free camera and jump few times or just moving too far away, you will start to see falling down animation (it will not affect camera position) and wind sound. I can't find at current moment how to deal with, but it doesn't really affect free camera behavior.
Script list and descriptions:
--Time:
Manual switch tome of day.
--Calm_Enemies:
Enemies doesn't react to player.
--no_All_HUD:
Turn off overall HUD. I made that because for some reason in-game photo mode doesn't make screenshots when i press "F", so this script useful for disabling HUD and making screenshot without of in-game hotkeys.
Free Camera group:
--Free_Camera:
Allow you to fly around at any direction and any distance.
--freeze_player:
Doesn't allow player model to move in any direction. Used for being able to move camera with ordinal WASD keys, but at the same time player will doesn't moving as well.
--No_Fall:
Prevent player from falling underground and triggering player respawn event when you move camera too far away.
--Hide_Weapons:
Makes game think that you are in the safe zone and move weapon down (use pistol if you wish "clean" view).
--Hide_Bottom_HUD:
Makes game think that you are in the safe zone and hide bottom HUD.
--Waypoint_XYZ (place after enable free cam):
Allows free camera to jump at placed waypoint on the map. Jumps are not really precisely, seems like i can do nothing with it.
--Custom_FOV (num7,4 + Ctrl):
Change FOV with normal of fast speed.