NOTE (mainly for Red Barrels): In addition to the files from this repository, you should still have the original source files and a licensed copy of the game (for content files, etc.). The files from this repository are provided only for modding convenience
If you happen to have the original Outlast source files, you can add/replace them with these
The resulting OLGame.exe, along with Core.upk, Engine.upk, OLGame.upk, or any other (post-cook) .upk files to which you add UnrealScript, can be used to replace the original files in your licensed Steam version of the game.
- Load original maps (including DLC)
- Load custom maps via a separate tab in the main menu (maps displayed in this tab must be placed in the
CookedPCConsole/Mods/Persistentfolder) - Cook
.upkfiles, saving textures and lighting in separate.tfcfiles (which are read from any subfolder ofCookedPCConsole) - Cook
.upkfiles, savingTextures,CharTexturesandLightingwithin each .upk (without.tfcfiles). This is useful when you don’t want to drag three separate.tfcfiles just for one.upk - Adding a custom suffix to
RefShaderCachewhen cooking.upkfiles (unfortunately, the originalRefShaderCache, likeGlobalShaderCache, is not supported)
- Changing the player's mesh at specific checkpoints
- Changing the gamemode at specific checkpoints