![]() |
|
|
#1 |
|
Where to start?
I've done a basic run through of pretty much the only set of tutorials I can find and came up with a pretty bad map...(well I'm impressed by it anyways as it's my first)
http://www.youtube.com/watch?v=pAC6V_6q2IQ I have also managed to figure out how to port models from blender to UDK through an almost outdated tutorial so I got a deagle Static mesh inside of my game... That's as far as my research went, I looked through numerous videos and sites and most seem outdated, so where should I go to find tutorials on unreal script? Where May I go to find out how to add weapons onto the unreal engine? The tutorial I followed didn't specify how to add more guns into the game. :\ I want to start off with adding guns and such but I'm not too picky. I have knowledge in both C++ and a bit of Java, So programming isn't something new to me, but I don't like walking around in the dark. |
|
|
|
|
|
|
#2 |
|
try these for starters:
http://udn.epicgames.com/Three/SettingUpWeapons.html http://udn.epicgames.com/Three/Unrea...Reference.html when you say "add more guns into the game" do you mean spawning them into a game during play? if so, you could add them to a weapon locker or you could add them to a player's inventory when they spawn. depends what you're trying to do... |
|
|
|
|
|
|
#3 |
|
Either is fine, I have no idea how to do either.
|
|
|
|
|
|
|
#4 |
|
off the top of my head I'd say it would be easier to add them to a weapon locker. add a weapon locker to your map and then in the properties window there's a place to add weapons to it
|
|
|
|
|
|
|
#5 |
|
great I finally figured out how to add my code in, I think...How do I add in the weapon to the locker?
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|