Control
0 of 0

File information

Last updated

Original upload

Created by

peittov

Uploaded by

peittov

Virus scan

Safe to use

Tags for this mod

About this mod

A hack that makes the player model invisible so that the first person mode from the dev tools is playable without clipping issues.

Requirements
Permissions and credits
Why and How

This is a very hacky way to get the already built-in first person mode from the dev tools to a playable state. Previously it wasn't playable because it essentially just moves the camera to the center of the player controller which causes a lot of clipping with the player model when the player moves at all. Also for some reason the Near Clip Plane doesn't work even though the Far Clip Plane is adjustable. So editing the player model felt the most promising avenue, but unfortunately Remedy has some custom file formats for the models that some people have been able to import to Blender, but not export back to the game. Also swapping models crashes the game.

So I did what anyone with no idea how to solve a technical problem would do, and started kicking and poking the thing. In this case specifically by opening the model files in a text editor and randomly changing some symbols into other random symbols. Through hours of trial and error I discovered that changing certain symbols in the .binskeleton file caused the player model and the gun to disappear, but if you tried to shoot the gun the game would instantly crash. So with even more hours of trial and error I finally found a symbol that by changing it only the player model disappears but the gun is still floating in the air as if you're holding it which fixed the crashing.

For anyone curious or if someone wants to investigate it further, the file in question is "data\objects\characters\intermediate\jesse_civilian_publish_physx.binskeleton" and by changing the first symbol of row 343 from "C" to "x" did the trick. (changing it into other symbols and changing some of the surrounding symbols also seemed to work but in this mod its "x" if that matters)


Installation


1. Install Loose File Loader

2. Install Tweakables

3. Add the following lines to the "data\globaldb\tweakables.xml" file so that they are between the "<tweakables>" and "</tweakables>" tags:
  <tweakable type="bool" name="Camera:Use FPS camera" value="1"/>
  <tweakable type="float1" name="FPS Camera:Eye Height" value="1.600000"/>


3b. (Optional) If you want to adjust FOV or disable sprint FOV, add also the following lines to the above "tweakables.xml" and changing the 75 to what you need:
  <tweakable type="bool" name="Camera:Override FOV" value="1"/>
  <tweakable type="float1" name="Camera:Override FOV Value" value="75.000000"/>

4. Unpack the contents of this mods .zip file into your Control installation folder

5. Equip the default outfit in-game if not already done so


Known issues

The player is invisible in cutscenes too, but you can just change outfits to see Jesse again, only the default outfit is affected by the mod.

If using Ray-Tracing, in some areas there can be weird ground shadows or reflections cast by the invisible player model. You can get rid of these at the cost of less RT by turning off "Ray Traced Transparent Reflections", "Ray Traced Indirect Diffuse Lighting", and "Ray Traced Contact Shadows".


Credits

Big thanks to registrator2000 for the requisite mods.