update 26.06.2011
* css v62(    orangebox  tf2)
*cs1.6    setti -  rev.ini   188.40.40.201
*  .

update 29.05.2011
*,     tf2.
*     , NSNet    .
*     (    ).
*  jpg(  )  .
* rev.ini   [GameServerNSNet],      eST.   tf2
[GameServerNSNet]
#EnableNSNetSvc = [False/UDP/TCP/BOTH]
#NSNetDedicatedPort = (  Slave )
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT
#AdditionalSlaveServer = IP:PORT

  vityan666   

*listen server     -insecure.
*listen server        .
* /    revloader(brink, worms reloaded, mnc ...)
*      steamID  IP,   .
*   portal2      ,      .
*garrismod         hosts

update 09.04.2011
*add SteamUser016
*fix SteamGameStats001 & SteamGameServerStats001
*fix detect type client.
*fix works threads serverbrowser
*fix leak memory when Reject banned clients

update 22.03.2011
*fix dods :)
*fix crash connect client revemu if steamID STEAM_0:0:0
*add tf2_client.dll_1.1.2.1-patch.exe patch for tf2 no-steam client (visibility items)

update 20.03.2011
*fix zps GSGetSteam2GetEncryptionKeyToSendToNewClient.
*PlayerName and ClanTag add format write in UTF-8 symbol ClanTag=\xD0\xAB\xD0\x93\xD0\x97\xD0\xA3\xD0\x9A

update 18.03.2011
*add parametr EnableSDK for use only Ultimate SSDK
*PlayerName and ClanTag write in UTF-8(ClanTAG 12 symbol UTF-8 or 24 symbol ANSI) not use ""

update 17.03.2011

*running servers from a 1 folder windows(orangebox)
etc. server_tf2.bat file contains:
...
SET SteamAppId=440
start /wait srcds.exe -console -game tf +maxplayers 24 +ip 0.0.0.0 -port 27015 +map ctf_2fort
...

etc. server_css.bat file contains:
...
SET SteamAppId=240
start /wait srcds.exe -console -game cstrike +maxplayers 24 +ip 0.0.0.0 -port 27016 +map de_dust2
...


*running servers from a 1 folder linux(orangebox)
etc. server_tf2 file contains:
...
export SteamAppId=440
./srcds_run -console -game tf +maxplayers 24 +ip 0.0.0.0 -port 27015 +map ctf_2fort
...

etc. server_css file contains:
...
export SteamAppId=240
./srcds_run -console -game cstrike +maxplayers 24 +ip 0.0.0.0 -port 27016 +map de_dust2
...

*name logging file change (windows,linux) add AppId games(if use SET SteamAppId or export SteamAppId).
etc. rev_client_440.log, rev_client_240.log
