Skip to content

Instantly share code, notes, and snippets.

@Yamakuzure
Created May 1, 2021 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yamakuzure/88bf1d40790a4fe087b8454fd8d0cdfe to your computer and use it in GitHub Desktop.
Save Yamakuzure/88bf1d40790a4fe087b8454fd8d0cdfe to your computer and use it in GitHub Desktop.
Mass Effect 1 BIOGame.ini non-vanilla sections
; 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