Search found 12 matches

by raubritter
Sat Apr 28, 2007 3:59 pm
Forum: Project Announcements
Topic: RPG Builder Official Post
Replies: 51
Views: 27306

very nice
by raubritter
Thu Apr 12, 2007 6:33 pm
Forum: Open Discussion and Dev Announcements
Topic: RPG Music pack
Replies: 11
Views: 1305

@Beshr search in google ;)
by raubritter
Wed Apr 11, 2007 8:15 pm
Forum: Beginners Help
Topic: how can I stop the game and preload it later on
Replies: 5
Views: 410

thx
now I have this code:


if (event.EventType == EET_KEY_INPUT_EVENT &&
event.KeyInput.Key == KEY_ESCAPE &&
event.KeyInput.PressedDown == false)
{
scene::ICameraSceneNode* camera = 0;
scene::ISceneManager* scenemanager = device->getSceneManager();
camera=scenemanager->getActiveCamera ...
by raubritter
Wed Apr 11, 2007 6:15 pm
Forum: Beginners Help
Topic: how can I stop the game and preload it later on
Replies: 5
Views: 410

thanks, but I have a new problem:

I have addet scene::ICameraSceneNode* camera = 0; so that there are no more problems.

But, when I start the game and klick on ESC the error is:
Demo.exe hat ein Problem festgestellt und muss beendet werden.
Demo.exe had found a problem and must be end.

here I ...
by raubritter
Wed Apr 11, 2007 5:10 pm
Forum: Off-topic
Topic: meaning of the word Irrlicht?
Replies: 5
Views: 902

youre right Halan,

Its so funny, that you need to get a sound to hear how it sounds^^
by raubritter
Wed Apr 11, 2007 5:02 pm
Forum: Beginners Help
Topic: how can I stop the game and preload it later on
Replies: 5
Views: 410

how can I stop the game and preload it later on

hi,

In nearly every game you come to the Options by using ESC. I had testet a lot. Now, if I push ESC the Option comes, but In the background the play runs and the coursor is in the middle of the window. What can I do, to rotate with the coursor how I want. And the play dont recognice it.
by raubritter
Wed Apr 11, 2007 10:37 am
Forum: Project Announcements
Topic: Anteron Online
Replies: 52
Views: 14780

are there no daily updates anymore?

These sceens were quite nice
by raubritter
Fri Mar 30, 2007 9:35 pm
Forum: Game Programming
Topic: Importing WoW Models
Replies: 2
Views: 2202

Hi, you are from germany, thats nice.

"ich bin auch von Deutschland ;) "

so, when you want to build something with other germans chat to me
by raubritter
Thu Mar 29, 2007 11:18 am
Forum: Beginners Help
Topic: Large Terrain
Replies: 16
Views: 3546

so you cant model a terrain with Blender?
by raubritter
Wed Mar 28, 2007 5:34 pm
Forum: Beginners Help
Topic: A begginer question
Replies: 4
Views: 477

when you mean a mesh you can made it with the freeware - version BLENDER.

(ah, I like it, that so many words are the same in german and english :) )
by raubritter
Wed Mar 28, 2007 1:03 pm
Forum: Beginners Help
Topic: Irrlicht projects with C++
Replies: 3
Views: 326

thanks. Thats fine. But are there also other games none SDK engine? when not I will learn from only one source. An I cant see the differences
by raubritter
Wed Mar 28, 2007 12:30 pm
Forum: Beginners Help
Topic: Irrlicht projects with C++
Replies: 3
Views: 326

Irrlicht projects with C++

Hallo,

I am a beginner of Irrlicht from Germany (so srry for my bad english)

I want to find out how much code you have tu use with this engine. Is there any open source Project using Irrlicht and C++?

I had searched for it on the website ect. but I couldn´t find anything which you con download ...