Search found 7 matches

by eddielexx
Mon Jan 04, 2010 9:40 am
Forum: Game Programming
Topic: Creating Tiles
Replies: 6
Views: 2214

Well, textures and models are lesser problem, I really need a way to extract graphic engine from the game. I'm gonna ask on Simutrans forum. I downloaded source code, but it is CHAOS
by eddielexx
Sun Jan 03, 2010 10:54 pm
Forum: Game Programming
Topic: Creating Tiles
Replies: 6
Views: 2214

Yeh, but Simutrans is 2D, I need to convert it in 3D. I tought just to add free zooming, that is the only thing I want to add, but, Simutrans models are in 2D(isometric) and It seems I have to rework entire graphic subsystem. Any hint how to do that :D

http://simutrans.com/
by eddielexx
Sun Jan 03, 2010 9:17 pm
Forum: Game Programming
Topic: Creating Tiles
Replies: 6
Views: 2214

Creating Tiles

I would like to know is there any posibility to create and manipulate with tiles in Irrlicht ? I am makin 3D version of Simutrans, and I would like to copy its tiles in my game. I want firstly to generate terrain, I know how to do that, but when i get terrain, how to divide it in tiles, and is there...
by eddielexx
Sun Jan 03, 2010 3:21 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 631

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
by eddielexx
Sat Jan 02, 2010 9:08 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 631

Okay thkx :D:D

BTW what should be the size of the pic? I mean resolution? Is it fixed or what?
by eddielexx
Sat Jan 02, 2010 7:33 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 631

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 ...
by eddielexx
Sat Jan 02, 2010 6:02 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 631

Total Nooob needs help.

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?