Created
May 1, 2021 08:32
-
-
Save Yamakuzure/88bf1d40790a4fe087b8454fd8d0cdfe to your computer and use it in GitHub Desktop.
Mass Effect 1 BIOGame.ini non-vanilla sections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Dead bodies are real... | |
[BIOC_Base.BioPawnBehavior] | |
; (...) | |
m_bAllowPhysicsOnDeadBodies=True | |
; Have bodies stay much longer and not wildly disappear (Costs memory!) | |
[BIOC_Base.BioArtPlaceable] | |
; (...) | |
m_fCorpseCleanupFirstAttemptTime=360.0 ;How many seconds to wait until the first corpse cleanup attempt | |
m_fCorpseCleanupAttemptRetryTime=60.0 ;How many seconds to wait between cleanup tries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment