Page 1 of 1

Total Nooob needs help.

Posted: Sat Jan 02, 2010 6:02 pm
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?

Posted: Sat Jan 02, 2010 6:09 pm
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

Posted: Sat Jan 02, 2010 6:10 pm
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:

Posted: Sat Jan 02, 2010 6:14 pm
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.

Posted: Sat Jan 02, 2010 7:33 pm
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

Posted: Sat Jan 02, 2010 8:44 pm
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.

Posted: Sat Jan 02, 2010 9:08 pm
by eddielexx
Okay thkx :D:D

BTW what should be the size of the pic? I mean resolution? Is it fixed or what?

Posted: Sat Jan 02, 2010 9:34 pm
by hybrid
try 129x129 or 257x257. For huge terrains look up tiled terrain manager in the forums.

Terrain Generator

Posted: Sat Jan 02, 2010 10:46 pm
by frr171
Nem has good a pretty good free terrain generator here:
http://nemesis.thewavelength.net/index.php?c=2

Posted: Sun Jan 03, 2010 3:21 pm
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