My program doesn't have bugs. It just develops random features.

Legacy:Place A Pickup

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

This page is one of a sequence of Mapping Lessons.

Previous Lesson:

Instructions for UT2003[edit]

For Unreal2 scroll down the page a bit

Overview[edit]

Now we're going to add a weapon to the map which can be picked up.

Instructions[edit]

To place a Pickup, click the Actor Class Browser button, go to the Inventory Tab, expand xPickUpBase and select xWeaponBase.

Note: This picture is from an earlier version of Unreal, but you get the picture

Once you have that done, Right click on the exact location that you want to place the Pickup, and select Add xWeaponBase Here. The Pickup appears in your scene. Now in your scene double click the newly added Pickup. The xWeaponBase Properties window opens. Down at the very bottom, expand xWeaponBase, click in the little arrow on the right and select a weapon type. You won't see any changes in your scene until you build and play the map.

You must build your map before a Pickup, or any actor for that matter, will be accessible in a map.

Now to place the ammunition for the weapons, go up and expand Pickup -> Ammo and select the appropriate ammo for your weapon.


Next Lesson:[edit]


Instructions for Unreal2[edit]

Overview[edit]

You must build your map before a Pickup, or any actor for that matter, will be accessible in a map.

Instructions[edit]

To place a Pickup, click the Actor Class Browser button, go to the Inventory Tab, and choose what Pickup you want to place, as shown below.

Legacy acb.jpeg

Once you have that done, Right click on the exact location that you want to place the Pickup, and select Add (name of * Pickup) Here.

Make sure the Pickup is a TournamentPickup though, as most of the Unreal pickups will either convert themselves to TournamentPickups anyway.

To place the ammunition for the weapons, go to the Ammo Tab and select TournamentAmmo, ammunition will not work at all in Tournament, so be careful when you choose, as many of the weapons have the same name.

Not every Pickup for Unreal will work in a Tournament map. Also, WarheadAmmo is obsolete.


Next Lesson:[edit]

mosquito: some of the images are missing


Musicalglass: Added UT2003 specific instructions

amitakartok: I wonder if there's a way to place UT2k4's Scoped Super Shock Rifle? Maybe you should place it as a sniper weapon which disappears if you leave a certain area...