+ Reply to Thread
Results 1 to 1 of 1
  1. Sparky Utilities v2.0 server settings 
    #1
    Join Date
    Jul 2013
    Posts
    5
    Sparky Utilities v2.0 is a Metamod plugin e.g. used to set the maximum speed for bunny hopping.

    C&P from the original thread:

    The downloads at the web archive still work, though the cfg generation doesn't. But it's possible to figure out the values for the options. Open the HTML source of the website and search for "checkbox". Add the values you want and assign the result to the cvar "sparky_options".

    http://web.archive.org/web/200505021...cy.org/server/

    Code:
    // SECTION 1: General Sparky options
    
    //    "1"    Allow flag timers
    //    "2"    Allow flag locations
    //    "4"    Allow speedometer
    //    "8"    Allow team info hud/timeleft
    //   "16"    Enable spectator on join fix
    //   "32"    Enable grenade in ceiling fix
    //   "64"    Enable grenade exploding on spawn fix
    //  "128"    Enable death bug fix
    //  "256"    Allow players to use "unstuck" command
    //  "512"    Unmute text fix + health/armor in team_say
    // "1024"    Enable pipe lagging server fix
    
    sparky_options 2047 // 2047 = all options enabled
    
    // "1"        Fix missing HUD Messages
    
    sparky_fixhudmsgs 1
    
    // SECTION 2: striggers_ activation
    
    //   "1"    Allow strigger_killsg
    //   "2"    Allow strigger_yoursgdown
    //   "4"    Allow strigger_teamcap
    //   "8"    Allow strigger_enemycap
    //  "16"    Allow strigger_endofround
    //  "32"    Allow strigger_suicide
    //  "64"    Allow strigger_die
    // "128"    Allow strigger_kill
    
    sparky_triggers 255 // 255 = all triggers allowed
    
    // SECTION 3: File consistency checks
    
    // Note: The file consistency checks don't seem to work any more.
    
    sparky_forceconsistency sprites/explode01.spr
    sparky_forceconsistency sprites/playerflame.spr // This is checked if mp_consistency is 1.
    sparky_forceconsistency sound/weapons/ax1.wav
    
    // SECTION 4: CVars/commands locking
    
    sparky_addcvarlock ex_interp 0.1
    sparky_addcvarlock fullupdate
    // sparky_addcvarlock _special (Removed by Valve.)
    
    // SECTION 5: Speedlimit
    
    sparky_speedlimit 2.0 // 2.0 = up to 200% of class speed
    
    // SECTION 6: Extra configration options
    
    // sparky_foxbotareas "tfc/addons/foxbot/tfc/areas/" // Linux (slash)
    sparky_foxbotareas "tfc\addons\foxbot\tfc\areas\" // Windows (backslash)
    Last edited by pizzahut; 4th March 2017 at 10:05 PM. Reason: Synced with original thread.
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 18th April 2016, 10:35 PM
  2. Replies: 0
    Last Post: 17th April 2016, 01:33 PM
  3. APG 2142 Server
    By sTimulated in forum BattleField
    Replies: 17
    Last Post: 28th February 2016, 10:27 AM
  4. Replies: 0
    Last Post: 12th December 2015, 05:12 PM
  5. Quake3 Server zu installieren
    By RoboCop in forum Deutsch
    Replies: 0
    Last Post: 11th May 2013, 10:37 PM

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may post attachments
  • You may edit your posts
  •  
DMCA.com Protection Status

https://apg-clan.org tested by Norton Internet Security https://apg-clan.org tested by McAfee Internet Security

Flag Counter