Very basic experience-system implemented in UDK
Thanks to my brother for helping with coding this!
XP is gained from a Kismet trigger ( underneath the giant DEFTONES logo ) or by killing a bot
LINK TO TUTORIAL: http://udkc.info/index.php?title=Tutorials:Creating_a_XP_system
can u pls make a tutorial on how u made the xp sistem pls!!!!
i really want to do it too but i dont know how to do it.
dorinel11 1 year ago
@dorinel11 I put a link to the tutorial in the description of the video. Enjoy! :)
LimoNL 1 year ago
Nice! How were you able to make the camera move up and down from 3rd person?
spitworld 1 year ago
@spitworld if you mean the aiming up and down, i used a bit of code in the defaultproperties of MyPlayerController,
i believe it was someting like this:
defaultproperties
{
CamOffset ( X, Y, Z );
}
LimoNL 1 year ago