Search found 15 matches
- Mon Feb 11, 2008 6:54 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
You might want to look into modding an existing game as first step. Most modern shooters offer tools for that, like an editor and a simpler scripting language. You won't have as much freedom as you have when writing a game from scratch, but it will be a lot easier to get into this and you also will ...
- Fri Feb 08, 2008 9:11 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
- Fri Feb 08, 2008 8:54 am
- Forum: Beginners Help
- Topic: Loading Quake 3 Maps in irrEdit.
- Replies: 4
- Views: 313
- Fri Feb 08, 2008 7:55 am
- Forum: Beginners Help
- Topic: Loading Quake 3 Maps in irrEdit.
- Replies: 4
- Views: 313
Any Answers?
Can someone please give me an answer? 
- Fri Feb 08, 2008 7:53 am
- Forum: Beginners Help
- Topic: Problem starting off...
- Replies: 5
- Views: 458
- Fri Feb 08, 2008 7:41 am
- Forum: Beginners Help
- Topic: Problem with animated characters.
- Replies: 3
- Views: 337
Thaks Guys
Thanks a lot, Problem solved!JP wrote:When you've got a model of the formats listed by hybrid you then just use node->setFrameLoops(start, end) to set the specific animation.
- Thu Feb 07, 2008 9:15 am
- Forum: Beginners Help
- Topic: Problem with animated characters.
- Replies: 3
- Views: 337
Problem with animated characters.
Hi,
I've downlaoded an animated character, It's a zombie that walks, attacks, and dies. The problem is these three different actions are all in one .3ds file. Can I use a specific part of the animation like say the walking part?
I've downlaoded an animated character, It's a zombie that walks, attacks, and dies. The problem is these three different actions are all in one .3ds file. Can I use a specific part of the animation like say the walking part?
- Thu Feb 07, 2008 9:04 am
- Forum: Beginners Help
- Topic: Problem starting off...
- Replies: 5
- Views: 458
Problem starting off...
Hi,
Look I know some of you pros might hate me for asking a stupid question like this but I realy need to know this...
So how do you start? When I open Microsoft Visual Studio C++ 6.0 and click on new I get a list with lots of different application types to start with, so which one am I supposed ...
Look I know some of you pros might hate me for asking a stupid question like this but I realy need to know this...
So how do you start? When I open Microsoft Visual Studio C++ 6.0 and click on new I get a list with lots of different application types to start with, so which one am I supposed ...
- Thu Feb 07, 2008 8:54 am
- Forum: Beginners Help
- Topic: Loading Quake 3 Maps in irrEdit.
- Replies: 4
- Views: 313
Loading Quake 3 Maps in irrEdit.
Hi,
I want to load Quake 3 maps in irrEdit but I can't do it. It just doesn't work.When I load a Quake 3 map I get the textures in the texture pannel but my scene doesn't change, am I doing something wrong or isn't irrEdit capable of loading Quake 3 maps?
I want to load Quake 3 maps in irrEdit but I can't do it. It just doesn't work.When I load a Quake 3 map I get the textures in the texture pannel but my scene doesn't change, am I doing something wrong or isn't irrEdit capable of loading Quake 3 maps?
- Thu Feb 07, 2008 8:01 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
- Thu Feb 07, 2008 7:59 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
Answer
Yes that's what I'm after.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?
- Fri Jan 25, 2008 5:43 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
- Fri Jan 25, 2008 5:37 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
- Fri Jan 25, 2008 5:28 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
- Sat Jan 19, 2008 1:47 am
- Forum: Beginners Help
- Topic: Controling a character
- Replies: 21
- Views: 2144
Controling a character
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.