How do you make a map/track
-
-LeetGamer-
- Posts: 8
- Joined: Thu Sep 30, 2010 12:11 pm
- Contact:
How do you make a map/track
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.
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.
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:
Okay thanks, do you use blender? Because I downloaded it and every time I try to run it it says some error message: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.

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
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
have you installed python ?
i have the same error the first time that i use blender
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:
Downloaded the latest one a few days ago and I never saw a installer =/ (Or I am blindVirion wrote:which version of blender are you using? did you install it with an installer or unzip?
Not anymore, should I get it?paulorr29 wrote:have you installed python ?
i have the same error the first time that i use blender
without python Blender won't run.Not anymore, should I get it?
My company: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.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:
You should add python folder to the runtime/environment variables.
There's a help to you: http://www.katsbits.com/tutorials/blend ... riable.php
There's a help to you: http://www.katsbits.com/tutorials/blend ... riable.php
