Hi, I used your code but I have 2 problems. The camera is following the player but when I press "backward", the Pawn doesn't turn back and walk, He simply walk backwards, and the weapon doesn't shoot forward either. I looked around in foruns but I couldn't find the any solution. Could you help me or show me any tutorials? I'm pretty newbie in programming right now. Thank you for the free scripts and sorry for my bad english.
seems cool, however did I see the characters moving on their motion planes?
I had a friend make a platformer game in UDK and if anything ever happened to get the character to move forward or backward slightly it ruined shit lol.
@TheDaneTuts What do you expect? It's just a simple code demo and the level itself is practically a placeholder :) I actually fleshed it out a bit more to test some more stuff later down the road but didn't have any more time to finish and publish it.
@dandi8 How hard is it to make AI? I've been wanting to do a single player game with UDK but AI sounds troublesome. i want AI similar to AI found in single player game, and not like bots. any idea?
@Bunie1989 I wouldn't know, as I haven't tried it but I suppose you'd have to know a bit of programming to program special behavior. I don't know how advanced the UDK is in case of AI.
@Bunie1989 Initially, AI is difficult to do, but with UDK, it's a little easier since most of the hard work is already done. I got a simple 20 line code that makes a pawn chase after you and zap energy if they touch you.
@dandi8 I really hate to bother you with this -- I've gone through your code and found the piece I needed. I was having trouble when writing my own, I couldn't seem to get the camera to move very smoothly. However, upon implementing your CalcCamera class, my character will now ONLY face left, and no matter what I try, I cannot get that to change. Any suggestions?
@BurningZombieGames I published the code on the Epic Games forum. Just find a thread by me about the platformer and you should find the link somewhere in the posts.
Very nice! I can imagine this being not all too hard to program, but I'm sure there would be some pretty difficulty changes in getting the movement right.
I wonder what you've used to make sure the character doesn't change in depth, like by a rocket explosion. Blocking volumes in the map preventing that movement?
@TheCoder09 I did upload it, look on the Epic Games forum, UDK section. I made a thread about my platformer there. The link to the code is somewhere in the posts.
cant find any tutorials written nor video to help me get this far, i just want to have a side scroller going that I can make completely-static-mesh (or mostly) levels with. In other words, i need the programming done and a starting platform, or a tutorial for it if anyone can help as I do not have coding knowledge at all, only modeling.
Hey just wondering if anyone coulod upload this somewhere else? I cant download from that site :(
geraint429 2 months ago
wow this is really good dude 5/5. i noticed though that it sounds kind of like he is belching when he double jumps lol XD
mapleleaf123456789 4 months ago
XD BEHOLD NEW METROID GAME XD
kenonerboy 4 months ago
Turrican?
7GIGEO7 7 months ago
Tut?
MrFamusbal 7 months ago
how to use the source code to see the game ?
hemagoku 7 months ago
Hi, I used your code but I have 2 problems. The camera is following the player but when I press "backward", the Pawn doesn't turn back and walk, He simply walk backwards, and the weapon doesn't shoot forward either. I looked around in foruns but I couldn't find the any solution. Could you help me or show me any tutorials? I'm pretty newbie in programming right now. Thank you for the free scripts and sorry for my bad english.
PomboKad 8 months ago
@PomboKad Got the same problem :(
nonim99 7 months ago
seems cool, however did I see the characters moving on their motion planes?
I had a friend make a platformer game in UDK and if anything ever happened to get the character to move forward or backward slightly it ruined shit lol.
jakelhybrid 8 months ago
Do you have the source code of this?
conexy2k7 10 months ago
Reminds me of Vectorman :D
Bistavolk 10 months ago
Great work, but how can u constrain the character by just facing left and right without looking at the player?
ArlickS 11 months ago
Good luck!
theMrARGON 1 year ago
it fart-burps when it jumps
comfycommando 1 year ago
up up down down left right left right B A!
marscaleb 1 year ago
Very nice, but it could use a level designers hand :-)
TheDaneTuts 1 year ago
@TheDaneTuts What do you expect? It's just a simple code demo and the level itself is practically a placeholder :) I actually fleshed it out a bit more to test some more stuff later down the road but didn't have any more time to finish and publish it.
dandi8 1 year ago
@dandi8 How hard is it to make AI? I've been wanting to do a single player game with UDK but AI sounds troublesome. i want AI similar to AI found in single player game, and not like bots. any idea?
Bunie1989 1 year ago
@Bunie1989 I wouldn't know, as I haven't tried it but I suppose you'd have to know a bit of programming to program special behavior. I don't know how advanced the UDK is in case of AI.
dandi8 1 year ago
@Bunie1989 Initially, AI is difficult to do, but with UDK, it's a little easier since most of the hard work is already done. I got a simple 20 line code that makes a pawn chase after you and zap energy if they touch you.
Kinos141 1 year ago
@dandi8 I really hate to bother you with this -- I've gone through your code and found the piece I needed. I was having trouble when writing my own, I couldn't seem to get the camera to move very smoothly. However, upon implementing your CalcCamera class, my character will now ONLY face left, and no matter what I try, I cannot get that to change. Any suggestions?
HeartFoxxie 5 months ago
Pretty good, but try using a different texture next time. I recommend CG textures, they have thousands of textures
kyziken 1 year ago
just like Unreal Flash 2007 ;)
grineti5 1 year ago
"Metendo Bala - Jogo produzido por: LoL Developers UDK" this is a game will used your "help".. thx bro
kapuera666 1 year ago
reminds me of LBP
StrikingNinja 1 year ago
Please make a tutorial!!!!!
niuarts 1 year ago
i just wana ask
HOW!?!?!?! ! lol!
BurningZombieGames 1 year ago
@BurningZombieGames I published the code on the Epic Games forum. Just find a thread by me about the platformer and you should find the link somewhere in the posts.
dandi8 1 year ago
@dandi8 i cant find it :(
BurningZombieGames 1 year ago
Very nice! I can imagine this being not all too hard to program, but I'm sure there would be some pretty difficulty changes in getting the movement right.
I wonder what you've used to make sure the character doesn't change in depth, like by a rocket explosion. Blocking volumes in the map preventing that movement?
Bulska 1 year ago
@Bulska Just a simple Z-plane restriction hardcoded into the player's update function IIRC :)
dandi8 1 year ago
could you please upload the source code? Cause i have big problems with walking backwards, while mouse is on the opponent side!
TheCoder09 1 year ago
@TheCoder09 I did upload it, look on the Epic Games forum, UDK section. I made a thread about my platformer there. The link to the code is somewhere in the posts.
dandi8 1 year ago
how do you make the character to just move left and right?
RanderCorp 1 year ago
Soldat!
AdeonC 1 year ago
put some Contra inspiration on that and would be awesome!
isacveiga 1 year ago
cant find any tutorials written nor video to help me get this far, i just want to have a side scroller going that I can make completely-static-mesh (or mostly) levels with. In other words, i need the programming done and a starting platform, or a tutorial for it if anyone can help as I do not have coding knowledge at all, only modeling.
supermortalhuman 1 year ago
Dood thats totally sweet! Just change the yellow background and u got a good game
shalkana 1 year ago
very nice, but how did you configur the crosshair ?
GroundZer00X 1 year ago
wow love...
but how can u make something like this ?????
lopidum 2 years ago
so good! i was wondering if it was possible with the UDK, thank you for your video!
khaoskeith 2 years ago
nice
aztectrev123 2 years ago
Unreal Little Big Planet Style ;).
Creative and original. Keep up the good work.
carfoz 2 years ago
Nice
spread212 2 years ago