Skip to content

Latest commit

 

History

History

Install_Other_File

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Navigation

2024/11/2 updated by Harry


Stripper

  • What is stripper?

  • Installation

    1. Go to Stripper:Source and click SNAPSHOTS
      image

    2. Search the latest version and download files depending on your system
      image

    3. Unzip all files to your server same folder, press yes if ask override. You will have stripper folder in addons folder
      image

    4. Restart Server,type stripper_version in serve console

      ] stripper_version
      "stripper_version" = "1.2.2"
      notify singleplayer replicated
      - Stripper Version

l4dtoolz

  • What is l4dtoolz?

    • To unlock server slots limit, you can have 8+ players in your server
      image
    • Max slot limit is 31 in left4dead 1/2
    • 🟥 Not apply to local server
  • Installation

    1. Go to l4dtoolz and download files depending on your game and system
      image

    2. Unzip all files to your server same folder, press yes if ask override. You will have l4dtoolz folder in addons folder
      image

    3. Write down the following cvars in cfg/server.cfg

      • If you don't have server.cfg, then create it
         // Max Human Players, free to modify value (1~31)
         // How many human players can join server (Not including AI Bots)
         sv_maxplayers 18
        
         // Maximum players" number that's visible to people in the server browser and server queries
         // Suggest to set the same number as sv_maxplayers
         sv_visiblemaxplayers 18
        
         //If 0, Allow to join server via matchmaking lobby, connect, or server list
         //If 0, server has reserve match system when from lobby only
         //If 0, Allow to change sv_cheats to 1 anytime
         //If 1, Allow to join this server from matchmaking lobby only
         //If 1, server has reserve match system no matter how players join server 
         //If 1, Now allow to change sv_cheats to 1
         sv_allow_lobby_connect_only 0
        
         //This cvar from l4dtoolz extension
         //If 1, force sv_allow_lobby_connect_only to be 0
         //If 1, no reserved cookie + don't reply reservation request form lobby
         sv_force_unreserved 0
    4. By default, the game engine only allow 18 max clients. To change max clients

      • Max. clients = Human player + AI Bots
        image
      • If using launch panel/software tool/linux system,please input launch parameter -maxplayers 31
        image
      • 🟥 Server would crash if set over 31 clients
    5. Restart Server,type meta list in serve console

      ] meta list
      Listing 11 plugins:
      [04] L4DToolZ (1.1.0.2) by Accelerator, Ivailosp
    6. Install plugin l4d_unreservelobby

      • Removes lobby reservation when server is full, allow 9+ players to join server

TickrateEnabler

  • What is TickrateEnabler ?

    • To unlock server tickrate limit, up to 100 tickrate
      • If you don't know tickrate, please google it
      • Tickrate = Server fps
    • High Tickrate costs more cpu performance
  • Installation

    1. Go to Tickrate-Enabler and download files depending on your game and system
      image

    2. Unzip all files to your server same folder, press yes if ask override. You will have tickrate_enabler folder in addons folder
      image

    3. Write down the following cvars in cfg/server.cfg

      • If you don't have server.cfg, then create it
      // 100 Tickrate, free to modify value
      sm_cvar sv_minrate 				"100000" 	// tickrate * 1000
      sm_cvar sv_maxrate 				"100000" 	// tickrate * 1000
      sm_cvar sv_minupdaterate 		"101"	 	// tickrate +1
      sm_cvar sv_maxupdaterate 		"101"		// tickrate +1
      sm_cvar sv_mincmdrate 			"101"		// tickrate +1
      sm_cvar sv_maxcmdrate 			"101"		// tickrate +1
      sm_cvar rate					"100000" 	// tickrate * 1000
      sm_cvar net_splitpacket_maxrate "50000" 	// (tickrate÷2) * 1000
      sm_cvar fps_max					"0"
    4. Change the Launch Parameters.

      • -tickrate 100
    5. Restart Server,type plugin_print in serve console

      ] plugin_print
      1:  "Tickrate_Enabler 1.6, ProdigySim"
    6. Join server,open game console and type net_graph 4, you will see the network usage graph on your screen, make sure tickrate is 100
      image

    Warning

    • High Tickrate costs more cpu performance, you can adjust tickrate to 60 or 45
    • Need to modify server.cfg and Launch Parameters together to change tickrate
  • Q&A 1: Why the windows server Tickrate stuck at 64?

    image

    • Reason: Windows system problem
    • To Solve:
      • Method 1:Go complain Microsoft
      • Method 2:Using windows 7 instead
      • Method 3:Using linux server instead
      • Method 4:Connect Server from lobby with mm_dedicated_force_servers command, it will fix 64 tick issue in windows server
  • Q&A 2: Why player's tickrate is not 100?

    image

    • Reason: Limited by your fps, Your in-game fps must be above 100 to enjoy 100 tickrate
      image
    • To Solve:
      • Method 1:Options->Video->Advanved Settings->WAIT FOR VERTICAL SYNC "Disabled",Unlock fps limit
        image
      • Method 2:Better upgrade Graphics Card (GPU)

Country and City Database

  • When to install?

    • Plugins that need to retrieve data from client, such as IP, country, region, city.
    • You have geoipcity.ext or geoip2.ext
      • Unsupported, please REMOVE geoipcity.ext and geoip2.ext, they are now included with SourceMod v1.11 or above
  • Installation

    1. Register on maxmind.com to be able to download databases

    2. Go to account -> My License Keys -> Create new license key.

    3. Go to this page: https://www.maxmind.com/en/accounts/XXXXXX/geoip/downloads

      • XXXXXX is your account ID
        ID
    4. Seach "GeoLite2 Country" and "GeoLite2 City" -> download databases.
      GeoLite2 Country
      GeoLite2 City

    5. Put mmdb database files to path addons/sourcemod/configs/geoip/ folder
      image

    6. Recompile all plugins that use geoip.inc, done.


Others