RocknRoll Posted February 25, 2007 Posted February 25, 2007 (edited) When I took over the PB responsibilities for our server the PB config was already set for Alias management: pb_sv_aliasfn // Path to where the pbalias.dat is located. // Blank is default location/pb/ pb_sv_AliasAutoload 1 // 0 = no, 1 = yes // PB will load from Alias database ( pbalias.dat ) after each // map change pb_sv_AliasMax 5 // (0 to 99)Max number of alias per GUID that is tracked. pb_sv_AliasMaxEnforce 1 // If set to 1 then PB will kick players who execeed the // pb_sv_AliasMax number. But there is NO pbalias.dat in the pb folder. How do I get PB to log aliases? Thanks. Edited February 25, 2007 by RocknRoll Quote
foxdie Posted February 25, 2007 Posted February 25, 2007 PB_SV_AliasMax [0-99]Setting defaults to 0 which means alias tracking is disabled; set to some value above 0 to enable and to specify how many aliases will be stored for each GUID; if the player uses more aliases than the max, the later ones will be ignored Quote
RocknRoll Posted February 25, 2007 Author Posted February 25, 2007 So it should make the file ( pbalias.dat ) automatically? But the only dat files in my pb folder are: pbns.dat pbsv.dat :huh: Quote
foxdie Posted February 25, 2007 Posted February 25, 2007 pbalias.dat is created only if PB_SV_AliasMax is nonzero and its created automatically by PB. Quote
RocknRoll Posted February 25, 2007 Author Posted February 25, 2007 pbalias.dat is created only if PB_SV_AliasMax is nonzero and its created automatically by PB. Thanks, foxdie. :) Quote
RocknRoll Posted March 19, 2007 Author Posted March 19, 2007 Just to update.... the Alias Management stuff DOES NOT work for the CoD series. As far as I can tell it is only for Wolfenstein:ET. ( Based on the Server Admin manuals at EvenBalance ) How it ended up in my CoD config I don't know. :blink: Thanks again for the help anyways. Quote
foxdie Posted March 19, 2007 Posted March 19, 2007 I think its because server part of PB is almost same for every PB supported game so EB may have forgotten to remove. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.