How do you make a map/track

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.
Post Reply
-LeetGamer-
Posts: 8
Joined: Thu Sep 30, 2010 12:11 pm
Contact:

How do you make a map/track

Post by -LeetGamer- »

Hello, I am just now starting to learn Irrlicht. I have only gone through a few of the tutorials (But I am going to go through them all, just wanted to get an idea of how to do it) and I really want to make a racing game similar to Motor Storm for the PSP and PS3. How would I go about making a map or a track ? Thanks for your help in advanced.
stefbuet
Competition winner
Posts: 495
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Post by stefbuet »

You can create general meshes with 3D modelling tools like 3dsmax/maya/blender/...
You can create scenes more related to Irrlicht (with nodes for exemple (including particles)) with irrEdit and editIrr (1 official, the other can be found on this forums)
Finally you can create specific maps for your very own game if you create the editor too. Some people here are developping there own level editor to be able to make maps with specials elements which are not in every games.
Note that to be able to create scenes, for exemple with irrEdit you still need some meshes because it's not a modelling tool, but you can use files exported from modelling tools directl into Irlicht too.
-LeetGamer-
Posts: 8
Joined: Thu Sep 30, 2010 12:11 pm
Contact:

Post by -LeetGamer- »

stefbuet wrote:You can create general meshes with 3D modelling tools like 3dsmax/maya/blender/...
You can create scenes more related to Irrlicht (with nodes for exemple (including particles)) with irrEdit and editIrr (1 official, the other can be found on this forums)
Finally you can create specific maps for your very own game if you create the editor too. Some people here are developping there own level editor to be able to make maps with specials elements which are not in every games.
Note that to be able to create scenes, for exemple with irrEdit you still need some meshes because it's not a modelling tool, but you can use files exported from modelling tools directl into Irlicht too.
Okay thanks, do you use blender? Because I downloaded it and every time I try to run it it says some error message:

Image
Virion
Competition winner
Posts: 2149
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

which version of blender are you using? did you install it with an installer or unzip?
My company: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
paulorr29
Posts: 27
Joined: Fri Aug 27, 2010 8:23 pm
Location: Panama
Contact:

Post by paulorr29 »

have you installed python ?

i have the same error the first time that i use blender
my first app with irrlicht http://youtube.com/watch?v=8OHUgciBT8E
-LeetGamer-
Posts: 8
Joined: Thu Sep 30, 2010 12:11 pm
Contact:

Post by -LeetGamer- »

Virion wrote:which version of blender are you using? did you install it with an installer or unzip?
Downloaded the latest one a few days ago and I never saw a installer =/ (Or I am blind :P)
paulorr29 wrote:have you installed python ?

i have the same error the first time that i use blender
Not anymore, should I get it?
Virion
Competition winner
Posts: 2149
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Not anymore, should I get it?
without python Blender won't run.
My company: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
-LeetGamer-
Posts: 8
Joined: Thu Sep 30, 2010 12:11 pm
Contact:

Post by -LeetGamer- »

Virion wrote:
Not anymore, should I get it?
without python Blender won't run.
aahh, okay, thanks I will try it out.

EDIT:

I installed the top link for windows on python.org and it still doesn't work, I don't see anything about install with Blender, any help? :P thanks again!
cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Post by cobra »

-LeetGamer-

Make sure you got either the 32bit or 64bit package depending on what you're using.

Also make sure you run with full permissions.
Josiah Hartzell
Image
Gtoknu
Posts: 9
Joined: Sat Sep 11, 2010 12:51 am

Post by Gtoknu »

You should add python folder to the runtime/environment variables.

There's a help to you: http://www.katsbits.com/tutorials/blend ... riable.php
Post Reply