FHI Weaps in DM

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

MrSmiles

selimsrm
Jan 8, 2005
1,674
0
0
36
Swizzle Firma
i was thinking about making a Deathmatch map and putting a flare launcher in it.

put it in a nice hiding spot that takes some skill to get to so only a few can get to it

how would i go about embedding it into my map so i don't need to have another package along with it
 

Parser

Hello
May 7, 2002
1,531
0
0
120
England baby!
fraghouse.beyondunreal.com
I think embedding it would be a bit complicated because you would have to import the sounds/meshes/textures and then change and recompile the code into myLevel.u

However, if you feel up to it, what you could do is open up FHITex.u (or whatever file has the underslinger/flarelauncher textures) and go to Edit - Rename, then choose myLevel as the package name and click OK.

The code is a bit more difficult. What you should do is open up FHI.u or uWM.u and double click the weapon class (it's not a placeable actor by default), then copy the code across to a new class in myLevel and edit the defaultproperties where neccessary.
 

MrSmiles

selimsrm
Jan 8, 2005
1,674
0
0
36
Swizzle Firma
i was reading in unreal wiki how to put a whole .u file into mylevel

would i be able to put fhi.u the underslinger texture, mesh,and sounds into mylevel aswell?

now that i think of it isnt the underslinger just a rocket launcher with a different texture? and the sounds are just a rocket for alt fire and is there a sound for regular fire?

is this a lot more complicated than it seems?
 

MrSmiles

selimsrm
Jan 8, 2005
1,674
0
0
36
Swizzle Firma
ok so putting the underslinger into a map without including any other file is possible.

simple explanation please

and i'll give FHI credit for the weapon
 
Last edited: