Skip to content

JohnCorby/ow-vanilla-fix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

cover image

VanillaFix

Fixes some vanilla bugs in Outer Wilds

Fixes

  • Makes the proxy sun's atmosphere look correct. (credit to MegaPiggy)
  • Properly resets PlayerState on scene change.
  • Adds some missing button prompt textures. (credit to MegaPiggy)
  • Prevents SetLanguage from being called when it shouldn't be, fixing several mods.
  • Lets input turn off when the game isn't in focus, meaning mods that turn on runInBackground work.
  • Fixes places where the probe is not null checked (since it can be destroyed).
  • Fixes NREs with ship logs and mods with custom facts (like The Outsider).
  • Fixes a hard-to-find visual bug with projection pools.