Controling a character

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

Controling a character

Post by Mysterio »

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 »

what do you mean controllable?

can you give an example?
Image
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

You make it controllable by programming that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
wizecoder
Posts: 13
Joined: Thu Jan 03, 2008 9:36 pm

Post by wizecoder »

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 »

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 »

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.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Mysterio
Posts: 15
Joined: Sat Jan 19, 2008 1:41 am

Post by Mysterio »

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 »

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 »

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 »

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?
Image
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

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 »

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

Answer

Post by Mysterio »

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 »

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 »

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.
Image
Post Reply