;
; U1-to-UT.txt
;
; This file is used in conjunction with U1-to-UT.exe. Its purpose is to convert
; Unreal1 actors in t3d file to Unreal Tournament actors. Support for RealCTF
; maps is included.
;
; To use this utility:
;
; 1. Put U1-to-UT.exe and U1-to-UT.txt in your Unreal\Maps folder.
; 2. In UnrealEd, export your map to t3d format.
; 3. Start up a command prompt
;    (Click the Start button. Click Run. Type "Command")
; 4. Type "cd \Unreal\Maps" or wherever your Unreal\Maps folder is.
; 5. Type "U1-to-UT MyUnrealMap.t3d > MyUTMap.t3d", using whatever
;    filenames are appropriate.
;
; Usage Notes:
;
; * You can add more class conversions to the list below.
; * You can change existing conversions if you don't like them.
; * All lines starting with ";" in this file are ignored.
; * Some items are listed as "=none" and will be replaced by a HealthVial.
;

; Weapons
Stinger=PulseGun
Rifle=SniperRifle
Razorjack=Ripper
Minigun=Minigun2
AutoMag=Enforcer
Eightball=UT_Eightball
FlakCannon=UT_FlakCannon
ASMD=ShockRifle
GesBioRifle=UT_BioRifle
DispersionPistol=ImpactHammer

; Ammo
ASMDAmmo=ShockCore
RocketCan=RocketPack
StingerAmmo=PAmmo
RazorAmmo=BladeHopper
RifleRound=RifleShell
RifleAmmo=BulletBox
FlakBox=FlakAmmo
Clip=EClip
ShellBox=MiniAmmo
Sludge=BioAmmo

; Other Pickups
JumpBoots=UT_JumpBoots
Amplifier=UDamage
WeaponPowerUp=none
KevlarSuit=ThighPads
SuperHealth=HealthPack
Armor=Armor2
Bandages=HealthVial
Health=MedBox
HealthPack=MedBox
ShieldBelt=UT_ShieldBelt
Invisibility=UT_Invisibility

; Stuff Epic forgot
FlakShellAmmo=FlakAmmo
ToxinSuit=ThighPads
AsbestosSuit=ThighPads
Dampener=none
Flare=none
Flashlight=none
SearchLight=none
ForceField=none
NaliFruit=MedBox
;ScubaGear=none
Seeds=HealthVial
PowerShield=UT_ShieldBelt
Translator=none
VoiceBox=none
QuadShot=Minigun2
Suits=ThighPads

; RealCTF
RealDamage=UDamage
RealRedDamage=UDamage
RealBlueDamage=UDamage
RealPlayerStart=PlayerStart
RealRedPlayerStart=PlayerStart
RealBluePlayerStart=PlayerStart
RealDMPlayerStart=PlayerStart
RealRedBase=FlagBase
RealBlueBase=FlagBase
RealRedTeleporter=Teleporter
RealBlueTeleporter=Teleporter
RealBlueTrigger=Trigger
RealRedTrigger=Trigger
RealJumper=Kicker
RealClimbZone=NitrogenZone
RealCloudZone=CloudZone
RealStinger=PulseGun
RealRifle=SniperRifle
RealRazorjack=Ripper
RealMinigun=Minigun2
RealAutoMag=Enforcer
RealEightball=UT_Eightball
RealFlakCannon=UT_FlakCannon
RealASMD=ShockRifle
RealGesBioRifle=UT_BioRifle
RealDispersionPistol=ImpactHammer
