LaVarious Posted April 13, 2002 Share Posted April 13, 2002 Alright. I have messed around with some config settings I found on here and this is what I am looking for: Game Type: FFA Weapons: Sabre Only Force Powers: Yes Force Level: Jedi Master Force Disabled: No Now this is the coding I think I need to edit in order to get this: seta g_gametype "2" // 3=duel seta g_weaponDisable "65531" seta g_duelWeaponDisable "65531" seta g_forcePowerDisable "32767" seta g_spawnInvulnerability "3000" seta g_forceRegenTime "0" seta g_maxForceRank "9" seta g_saberLocking "1" seta g_allowvote "1" I am a little lost on the numbers I need to add or replace. Does anyone have a clue on this? Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 13, 2002 Share Posted April 13, 2002 Originally posted by LaVarious Alright. I have messed around with some config settings I found on here and this is what I am looking for: Game Type: FFA Weapons: Sabre Only Force Powers: Yes Force Level: Jedi Master Force Disabled: No Now this is the coding I think I need to edit in order to get this: seta g_gametype "2" // 3=duel seta g_weaponDisable "65531" seta g_duelWeaponDisable "65531" seta g_forcePowerDisable "32767" seta g_spawnInvulnerability "3000" seta g_forceRegenTime "0" seta g_maxForceRank "9" seta g_saberLocking "1" seta g_allowvote "1" I am a little lost on the numbers I need to add or replace. Does anyone have a clue on this? seta g_gametype "0" // 0 = FFA seta g_weaponDisable "65531" // This is right seta g_duelWeaponDisable "65531" // This is right seta g_forcePowerDiable "0" // 0 = nothing disabled seta g_forceRegenTime "200" // 200 = default seta g_maxForceRank "7" // 7 = Jedi Master (highest) seta g_privateDuel "1" // Might want to add this (allows duels) What else you have there is either the default or personal preference. Are you going to use g_autoMapCycle "1"? or have your own rotation? Link to comment Share on other sites More sharing options...
LaVarious Posted April 13, 2002 Author Share Posted April 13, 2002 Thanks again Matrix. I was just going to have the default rotation until some MP maps are released. How did you learn about the numbers for the coding? Is there a site I can look at or is this some sort of standard on the Quake 3 circuit? Again, many thanks. Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 13, 2002 Share Posted April 13, 2002 There was an early discussion about it here and some good old fashioned trial and error. Link to comment Share on other sites More sharing options...
LaVarious Posted April 13, 2002 Author Share Posted April 13, 2002 Great!! Time to do some reading. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.