Skip to content

Commit

Permalink
- use cg_instaBounce -1 to disable auto-detect of instaBounce game type
Browse files Browse the repository at this point in the history
- set preferred weapon to railgun in instaBounce
  • Loading branch information
PredatH0r committed Nov 19, 2015
1 parent de7d340 commit f80b502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ private void InstallConfigFiles(string baseq3Path)
alias -hook '-attack; weapon 7'
alias +rock 'weapon 5; wait; wait; +attack'
alias -rock '-attack; weapon 7'
seta cl_preferredStartingWeapons '7'
// uncomment/edit the lines below
Expand Down
2 changes: 2 additions & 0 deletions source/scripts/instaBounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Version 1.0
}

function checkFactoryForInstaBounce() {
if (qz_instance.GetCvar(CVAR_InstaBounce) == "-1")
return;
//qz_instance.SendGameCommand("clear");
qz_instance.SendGameCommand("serverinfo");
qz_instance.SendGameCommand("condump extraql_condump.txt");
Expand Down

0 comments on commit f80b502

Please sign in to comment.