OdinCZ 8 Posted October 8, 2019 Hello, Please, how change bleed out time in Enigma Revive mod? Standart time is 120s. Thx Share this post Link to post Share on other sites
chernaruski 338 Posted October 8, 2019 Bleedout time has nothing to do with Enigma Revive, its param that can be changed in reviveBleedOutDelay = 120; > description.ext 1 Share this post Link to post Share on other sites
OdinCZ 8 Posted October 8, 2019 2 hours ago, chernaruski said: Bleedout time has nothing to do with Enigma Revive, its param that can be changed in reviveBleedOutDelay = 120; > description.ext Thank you master Share this post Link to post Share on other sites
OdinCZ 8 Posted October 8, 2019 So I changed 300, but there is still 120 in the game. Any advice? Share this post Link to post Share on other sites
chernaruski 338 Posted October 8, 2019 I was pretty sure I changed something in description.ext for it to be longer... maybe it was the respawnDelay = ? Share this post Link to post Share on other sites
OdinCZ 8 Posted October 8, 2019 /////////////////////////////////////////////////////////////////////////////// // Exile Settings - Do not change these! /////////////////////////////////////////////////////////////////////////////// forceRotorLibSimulation = 2; skipLobby = 1; joinUnassigned = 1; respawn = "BASE"; respawnDelay = 120; respawnDialog = 0; respawnOnStart = 0; respawnButton = 1; respawnTemplates[] = {"Exile"}; corpseManagerMode = 0; corpseLimit = 20; corpseRemovalMinTime = 1800; corpseRemovalMaxTime = 3600; wreckManagerMode = 0; wreckLimit = 2; wreckRemovalMinTime = 60; wreckRemovalMaxTime = 360; scriptedPlayer = 1; disabledAI = 1; enableItemsDropping = 0; briefing = 0; debriefing = 0; allowFunctionsLog = 1; enableDebugConsole = 0; allowFunctionsRecompile = 0; showSquadRadar = 0; showUAVFeed = 0; reviveDelay = 6; reviveForceRespawnDelay = 3; reviveBleedOutDelay = 300; Share this post Link to post Share on other sites
chernaruski 338 Posted October 8, 2019 yeah, try the second one .. Share this post Link to post Share on other sites
OdinCZ 8 Posted October 8, 2019 I'm sorry, I'm a blind idiot. I kept changing the BleedOut Delay all the time. Thank you Share this post Link to post Share on other sites