If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Sat Jan 19, 2008 1:47 am
O.K, I've just downloaded the IRRLICHT editor and I'm tryin' to make an RPG game. My problem is I don't know how to make a character controlable.
Last edited by
Mysterio on Fri Jan 25, 2008 5:39 am, edited 1 time in total.
dlangdev
Posts: 1324 Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:
Post
by dlangdev » Sat Jan 19, 2008 1:55 am
what do you mean controllable?
can you give an example?
CuteAlien
Admin
Posts: 9734 Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:
Post
by CuteAlien » Sat Jan 19, 2008 2:13 am
You make it controllable by programming that.
wizecoder
Posts: 13 Joined: Thu Jan 03, 2008 9:36 pm
Post
by wizecoder » Sat Jan 19, 2008 4:46 am
Mysterio do you mean put a character together in a irredit scene and then be able to control it with mouse and keyboard movement?
GameDude
Posts: 498 Joined: Thu May 24, 2007 12:24 am
Post
by GameDude » Sat Jan 19, 2008 5:03 am
Read the movment tutorial in the Irrlicht folder. It should give you a basic understanding of how to move a character.
rogerborg
Admin
Posts: 3590 Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:
Post
by rogerborg » Sat Jan 19, 2008 11:05 am
I recommend using
IrrWizard to create a basic game framework for you. It has tutorials on expanding the basic framework, and its own forums in which you can ask questions.
If you are determined to do it yourself from scratch then you will get better help if you ask more specific questions.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Fri Jan 25, 2008 5:28 am
dlangdev wrote: what do you mean controllable?
can you give an example?
You know how in all the games you can make your character jump,walk,run or climb...
Well I can't get my chracter to do that.I've got all the animation needed but I can't use 'em.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Fri Jan 25, 2008 5:37 am
wizecoder wrote: Mysterio do you mean put a character together in a irredit scene and then be able to control it with mouse and keyboard movement?
Yes, That's exactly what I mean.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Fri Jan 25, 2008 5:43 am
CuteAlien wrote: You make it controllable by programming that.
I'm not a programmer I'm more of an animator.
dlangdev
Posts: 1324 Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:
Post
by dlangdev » Fri Jan 25, 2008 7:26 am
mysterio, now you're talking. i can hear you now.
are you looking for a tool that will let you put a model into a map and have it move inside the map?
FuzzYspo0N
Posts: 914 Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:
Post
by FuzzYspo0N » Fri Jan 25, 2008 7:59 am
I'm not a programmer I'm more of an animator.
then tell your programmer to do it, or become a programmer, or dont try make games with animation. animation != games, unless you use blender game engine (again, programming to a tiny extent)
shogun
Posts: 162 Joined: Wed Sep 05, 2007 11:02 am
Location: inside
Post
by shogun » Fri Jan 25, 2008 9:51 am
Mysterio wrote: O.K, I've just downloaded the IRRLICHT editor and I'm tryin' to make an RPG game. My problem is I don't know how to make a character controlable.
IrrEdit just isn't for making games, it's for making a scene which can later be used in Irrlicht.
I'd also recommend that you search for a programmer who has basically the same vision as you.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Thu Feb 07, 2008 7:59 am
dlangdev wrote: mysterio, now you're talking. i can hear you now.
are you looking for a tool that will let you put a model into a map and have it move inside the map?
Yes that's what I'm after.
Mysterio
Posts: 15 Joined: Sat Jan 19, 2008 1:41 am
Post
by Mysterio » Thu Feb 07, 2008 8:01 am
If anyone knows how to do it can you please give me a step by step procedure?
dlangdev
Posts: 1324 Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:
Post
by dlangdev » Thu Feb 07, 2008 10:23 am
did you look at the tutorials, there are about 15 to 16 of them?
try playing around with that code first.
that should keep you busy.