Page 1 of 1

Dynamic File Consistency Check

Posted: Mon Nov 22, 2021 11:26 pm
by greenie
This plugin was something i put togeather in a few minuites mostly built using dod_match as a base and from a few discussons on the amxmodx forums.

What this will do is trap the files precached on the server and force connecting clients to have the same file version as the server.

Additionally you can specify additional files you want check by creating a file with each file you want checked on a line. This file should be placed in

/addons/amxmodx/configs/consistency/global.cfg

and should look like
/dod_narby.wad
/dod_northbound.wad
/dod_saints.wad
/dod_sturm.wad
/dod_vicenza.wad
/dod_zalec.wad
/hlbasics.wad

;Exmaple files

sprites/aplayer.spr
sprites/black_smoke1.spr
sprites/black_smoke2.spr
sprites/black_smoke3.spr
sprites/black_smoke4.spr
sprites/dirt.spr
sprites/fire.spr
get plugin