Terrain - Character fo irredit

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
hepastios
Posts: 13
Joined: Sun Oct 15, 2006 10:04 pm

Terrain - Character fo irredit

Post by hepastios »

hi all i m newbie for this forum and irredit i have some questions if they answer i m get too happy

1 - How to i create terrain in irredit example grass vsvs.
2- I have character picture for 3dsmax how to i move this character if u push up button its go forward ?
3- i cant run irrlich :( now i m using irredit 0.5
4- how to i export my completed programs its dont work how to i test it ?

i m waiting answers thank you all !!
hepastios
Posts: 13
Joined: Sun Oct 15, 2006 10:04 pm

Post by hepastios »

hi again

last time i m download irrlicht but i cant see any exe in downloaded files how to i run irrlicht ?

now i m use irredit 0.5 how to i make character in irredit 0.5
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

Irrlicht isn't an application to make games, its a programming API. if you want to do anything with it, you have to learn how to program.

irrEdit can be used to make scenes, but you still have to do programming to use anything made with it.

read this thread, you'll learn more there: http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548
The Bard sRc

Blog | Twitter
hepastios
Posts: 13
Joined: Sun Oct 15, 2006 10:04 pm

Post by hepastios »

i cant make game in irrlicht ?
some peoples doing game in irrlicht ?
hey_i_am_real
Posts: 44
Joined: Thu Sep 28, 2006 2:27 pm
Location: Europe

Post by hey_i_am_real »

hepastios wrote:i cant make game in irrlicht ?
some peoples doing game in irrlicht ?
Some peoples use IrrLicht to make games.

IrrLicht is an engine to "display" the game.

If you want to make a game with IrrLicht, you have to include IrrLicht into your program.
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

You'll need to learn the basics of C++ first, then you can look for a graphics engine(Irrlicht :D) to help with the process. Irrlicht is really great in doing so, Irredit just makes scenes to load in Irrlicht(with C++ code).
CodeDog
Posts: 106
Joined: Sat Oct 07, 2006 8:00 pm
Location: CA. USA
Contact:

Post by CodeDog »

Irrlicht is a cross platform scene graph based 3D graphics library.
If you know C++ and you have a compiler then you can write programs that use Irrlicht.

Think of Irrlicht like the engine in your car.
You need an engine in order for a car to run but you still need to build the car and know how to drive it.
Post Reply