Download ASE :
http://www.udpsoft.com/eye2/
For exemple :
http://www.ut2k3.fr/news/rocketeer_20031101.jpg
http://www.ut2k3.fr/news/ut2004_ase.jpg
- if you have UT2003 into ASE, go to Tools/Options/Games/Installed games/Unreal Tournament 2003 and replace the UT2003 .exe with the UT2004 .exe.
- if you don't have UT2003 into ASE, go to Tools/Options/Games/Not installed and choose UT2003, then look after the UT2004 .exe.
Then :
- right clic into the left of ASE and choose New...
- Name : UT2004 Demo "gametype" (Onslaught, Assault, CTF, DM/TDM and BR)
- keep the default options
- copy/past the following lines :
For Onslaught :
1 if game ~== "ONSOnslaughtGame" goto 3
2 remove
For Assault :
1 if game ~== "ASGameInfo" goto 3
2 remove
For Capture the Flag :
1 if map ~== "CTF-BridgeOfFate" goto 3
2 remove
For DM/TDM :
1 if map ~== "DM-Rankin" goto 3
2 remove
For Bombing Run :
1 if map ~== "BR-Colossus" goto 3
2 remove
- clic on OK
- a new folder appear on the left : My Filters/UT2004 Demo "gametype".
Repeat this for the 5 gametype.
This puts them all in one filter, just name it UT2004 and viola.
1 if map == "ONS-Torlan" goto 7
2 if map == "AS-Convoy" goto 7
3 if map == "CTF-BridgeOfFate" goto 7
4 if map == "DM-Rankin" goto 7
5 if map == "BR-Colossus" goto 7
6 remove |