UDK Tutorial: Custom Weapon Part 1
Loading...
4,870
Loading...
Uploader Comments (willyg302)
see all
All Comments (41)
-
Awasome, thank you very much!!!
-
@willyg302 Thank you willyg302...i downloaded March 2011 Build yesterday and now packages are saving fine except Assault rifle and Sidearm....when trying to fully load them it says something about version difference....
-
@satheesh2040 no, actually i had this problem too when i was trying to add the scope texture. something about the packages being made for UT3 makes UDK not like them...but in any case, just store your material in a separate package and link to it. that should work
Loading...
can i note that Blender has .ase, .psa and .psk as a plugin now pre installed to the engine, you just need to enable it so u should add it in over the video so people dont get confused
ISGPixxiePayne 3 days ago
@ISGPixxiePayne thanks very much!
willyg302 3 days ago
I have a question, i followed your tutorial step by step, however when i get killed or kill someone with the Custom weapon it doesn't says the name of the weap, instead it replaces the name with this " X was killed by (Weapon) Y)
any help ?
odair96 1 month ago
@odair96 this is a problem with localization (step 11). if you're using a custom loc, make sure it has the same name as the config file you specify for the weapon, as in "class MyWeap extends UTWeapon config(MyGame);". otherwise, make sure you edited utgame.int correctly.
willyg302 1 month ago
@odair96 this is a problem with localization (step 11). if you're using a custom loc, make sure it has the same name as the config file you specify for the weapon, as in "class MyWeap extends UTWeapon config(MyGame);". otherwise, make sure you edited utgame.int correctly.
willyg302 1 month ago
What ini file do we put the code thing in?
DerpBanana 1 month ago
@DerpBanana a custom config file if you have one. if not, UTGame.ini will do fine
willyg302 1 month ago