1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Created Unreal Tournament (markdown)

Robert Beekman 2016-08-12 23:00:26 +02:00
parent ac1cc007e1
commit 35672b921a

20
Unreal-Tournament.md Normal file

@ -0,0 +1,20 @@
Artemis now supports the pre-alpha of Unreal Tournament.
## Weapons
In regular matches you can expect the following weapon names (Some don't include the BP_ prefix, not a typo)
* BP_BioRifle_C
* Enforcer_C
* BP_FlakCannon_C
* BP_ImpactHammer_C
* BP_LinkGun_C
* BP_Minigun_C
* BP_Redeemer_C
* BP_RocketLauncher_C
* BP_InstagibRifle_C
* BP_InstagibRifleZoom_C
* ShockRifle_C
* BP_Sniper_C
* BP_Translocator_C
In the practice range, these may be different. So in order to get a reliable result, setup a condition to only contain part of the weapon name, like so: ```Player -> Weapon -> Name Contains 'FlakCannon'```