Total Nooob needs help.

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
eddielexx
Posts: 7
Joined: Sat Jan 02, 2010 5:47 pm

Total Nooob needs help.

Post by eddielexx »

Hello everyone. I need to make a game, transportation simulator, to be exact. Now, I would like to know what do I need to start making it. I downloaded Irrlicht Engine 1.6, 3DSMAx( I worked in it), and what to do next? Any help?
DarkRage4
Posts: 31
Joined: Wed Jul 29, 2009 11:07 pm
Location: Ontario, Canada
Contact:

Post by DarkRage4 »

Have you tried looking at some of the Irrlicht tutorials? There a great way to get started, as they explain things to you.

http://irrlicht.sourceforge.net/tutorials.html
Masterhawk
Posts: 299
Joined: Mon Nov 27, 2006 6:52 pm
Location: GERMANY
Contact:

Post by Masterhawk »

well, i guess you should have a look at the tutorials first

http://irrlicht.sourceforge.net/tutorials.html

start with simple test-apps first before you start your transport app. so you maybe avoid this to end in a messed up application.

EDIT: too slow :oops:
Image
DarkRage4
Posts: 31
Joined: Wed Jul 29, 2009 11:07 pm
Location: Ontario, Canada
Contact:

Post by DarkRage4 »

Masterhawk wrote:well, i guess you should have a look at the tutorials first

http://irrlicht.sourceforge.net/tutorials.html

start with simple test-apps first before you start your transport app. so you maybe avoid this to end in a messed up application.

EDIT: too slow :oops:
Lol, you almost beat me :P

And ya besides from what I said to look at the tutorials

Master made a good point; to try a much smaller app before you go with your main goal.
eddielexx
Posts: 7
Joined: Sat Jan 02, 2010 5:47 pm

Post by eddielexx »

Oh wow, I saw those tutorials, they explains everything, and I understand this coding, and at least, i can always use those tutorials as a template. But now, My first goal is to create scenery, I mean terrain for my game. I saw it here:
http://irrlicht.sourceforge.net/docu/example012.html
and it is great but where to model, or create those mountains. In 3dsMax? I saw that textures are added or called by program, but how to make this wireframe terrain? Sry cuz of my bad english, I hope u have the point of my question :D
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The terrain is generated from a heightmap. You can create them with graphics tools such as gimp or photoshop, or even better with terrain modellers such as terragen.
eddielexx
Posts: 7
Joined: Sat Jan 02, 2010 5:47 pm

Post by eddielexx »

Okay thkx :D:D

BTW what should be the size of the pic? I mean resolution? Is it fixed or what?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

try 129x129 or 257x257. For huge terrains look up tiled terrain manager in the forums.
frr171
Posts: 4
Joined: Sat Jan 02, 2010 10:17 pm
Location: Chandler Arizona
Contact:

Terrain Generator

Post by frr171 »

Nem has good a pretty good free terrain generator here:
http://nemesis.thewavelength.net/index.php?c=2
eddielexx
Posts: 7
Joined: Sat Jan 02, 2010 5:47 pm

Post by eddielexx »

I found a little problem, I installed Visual C++ 2008, but i cant run any of these examples that i downloaded from the irrlicht site... How to get exe files from those examples???

Edit:
Solved F5 haha
Post Reply