I would like some good examples for Irrlicht 0.09.
Like:
Seamless World
Gui (showing all elements)
Lighting in a Quake 3 map (bps)
How to do AI
3rd Person Camera
Maybe even a small RPG example
And any other examples you can give me.
Irrlicht 0.09
-
- Posts: 340
- Joined: Wed Sep 28, 2005 4:38 pm
- Location: Canada, Eh!
What's wrong with the newer and updated versions? I don't think too many people are using 0.09 nowadays.
Royal Hamilton Light Infantry - http://www.rhli.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
Paris/Port Dover Pipes'n Drums - http://www.parisdover.ca
I'm using Game Maker which has a dll that someone made using Irrlicht 0.09.
Its impossible to find tutorials for Irrlicht 0.09 cuz Irrlicht is no longer on 0.09.
And I'm only looking for tutorials not someone to make my games.
Also if someone wants to I'll tell them where to get info on writing a dll for Game Maker if they want to make Irrlicht 0.14 for Game Maker.
But until a new version of Game maker Irrlicht comes out I'm stuck with 0.09
Its impossible to find tutorials for Irrlicht 0.09 cuz Irrlicht is no longer on 0.09.
And I'm only looking for tutorials not someone to make my games.
Also if someone wants to I'll tell them where to get info on writing a dll for Game Maker if they want to make Irrlicht 0.14 for Game Maker.
But until a new version of Game maker Irrlicht comes out I'm stuck with 0.09
ok sorry boss. my bad. but about Game Maker well.....it's not a bad program, but if you're really into making games I suggest you should try writing your code in a language like C++/C/Lua/BASIC (BASIC is good for a total beginner, I stopped using it when i discovered C++ ). But on the other hand, my friend made a shoot'em up style game using Game Maker a little while ago (a few months ago if I remember correctly :/). The game was very nice, had cool grafics and other nice stuff. But as my friend said "Game Maker is a good choice to learn how games are built, how they work and how to build one in a developer-friendly way. But if you want to develop a big project (and I mean BIIIIG ^^) then you should try C++ or something." Well he's the one that convinced me to start learning C++ and I really don't regret it. C++ gives me a lot of flexibility and power at the same time. But for beginners (like myself ^^) it can be a little hard.