Dragonji Posted December 25, 2011 Share Posted December 25, 2011 Could there be an option to enable friendly fire during warmup when g_friendlyfire is set to 0? Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted December 26, 2011 Share Posted December 26, 2011 I hope it exists, it is a very fun idea ! And also a good side-effect 'd be:-> setting this fun-warmup for 1minute or more will permit new players to finish their map-download ! Yes xD Link to comment Share on other sites More sharing options...
Sol Posted December 27, 2011 Share Posted December 27, 2011 (edited) Here you are: check = true ff = 0 function et_InitGame(levelTime, randomSeed, restart) ff = tonumber(et.trap_Cvar_Get( "g_friendlyfire" )) et.trap_SendConsoleCommand(et.EXEC_APPEND, "g_friendlyfire 1\n") check = true end function et_RunFrame( levelTime ) if tonumber(et.trap_Cvar_Get( "gamestate" )) == 0 and check == true then et.trap_SendConsoleCommand(et.EXEC_APPEND, string.format("g_friendlyfire %d\n", ff)) check = false end end Edited December 27, 2011 by sol Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted December 28, 2011 Share Posted December 28, 2011 V27 ? (Where to ?) Link to comment Share on other sites More sharing options...
NRD Posted February 14, 2012 Share Posted February 14, 2012 Was this ever resolved? The players on my server love shooting each other in warmup and would love to have this option working again. Little help? Link to comment Share on other sites More sharing options...
Management gaoesa Posted February 14, 2012 Management Share Posted February 14, 2012 What do you mean with again? Link to comment Share on other sites More sharing options...
NRD Posted February 14, 2012 Share Posted February 14, 2012 (edited) Sorry I was referring to my old server that ran etpub where match_warmupdamage 2 would allow friendly fire damage and damage to enemies durring warmup. Sorry upon checking, I didn't have the cvar set properly. Edited February 14, 2012 by NRD Link to comment Share on other sites More sharing options...
Management gaoesa Posted February 14, 2012 Management Share Posted February 14, 2012 No problem. I'm glad you got it solved. Link to comment Share on other sites More sharing options...
Dragonji Posted February 15, 2012 Author Share Posted February 15, 2012 Sorry I was referring to my old server that ran etpub where match_warmupdamage 2 would allow friendly fire damage and damage to enemies durring warmup. Sorry upon checking, I didn't have the cvar set properly.Does it mean that match_warmupDamage 2 works in silEnT too? Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted April 9, 2012 Management Share Posted April 9, 2012 Little late update, but to let other people reading this thread know, match_warmupDamage cvar works in silEnT too. Link to comment Share on other sites More sharing options...
Dragonji Posted August 3, 2012 Author Share Posted August 3, 2012 (edited) Little late update, but to let other people reading this thread know, match_warmupDamage cvar works in silEnT too.Unfortunately option 2 works only when friendly fire is enabled on the server Edited August 3, 2012 by Dragon Link to comment Share on other sites More sharing options...
Dookie Posted August 5, 2012 Share Posted August 5, 2012 i like the idea, hope it might be relased Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 22, 2012 Share Posted September 22, 2012 HelloIs this " FF during warmup " a feature-request ? Link to comment Share on other sites More sharing options...
Dragonji Posted September 22, 2012 Author Share Posted September 22, 2012 HelloIs this " FF during warmup " a feature-request ? Read the first post, please. Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 22, 2012 Share Posted September 22, 2012 (edited) I did, but I don't understand if you have solved the issue with "match_warmupDamage 2" or a LUA script.I was connected on your server yesterday night, and FF was ON during warmup, and OFF during the game.Thanks in advance Edited September 22, 2012 by clan DIABOLIK Link to comment Share on other sites More sharing options...
Dragonji Posted September 22, 2012 Author Share Posted September 22, 2012 I did, but I don't understand if you have solved the issue with "match_warmupDamage 2" or a LUA script.It was never an issue, I just requested this because I thought it would be nice to have such a feature. I have working Lua mod for this but it doesn't mean the request shouldn't be completed. However, it depends on developers if they are going to implement the feature or not Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 22, 2012 Share Posted September 22, 2012 OK, thanks to clear it Dragon, and one thing.... your server really rocks ! GG ! V55 Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted December 18, 2012 Management Share Posted December 18, 2012 Unfortunately option 2 works only when friendly fire is enabled on the server Reworked in the next version. Starting from the next version, option 2 will allow to kill team mates during warmup regardless of FF setting. Dragonji 1 Link to comment Share on other sites More sharing options...
Recommended Posts