Page 1 of 1
How to make door between two rooms
Posted: Tue Jul 28, 2009 8:44 am
by gamerfan
Hi,
I am new to game making and RealityFactory.I am in the processi of creating a game.So I have desiged a level
with two rooms in it and in one room I have put light and playerstartup.But I am not able to put the door properly
between the rooms as I am getting the following eror.
Occupied : 5
Num Points : 5
Pos1 = 4
Pos2 = 68
Failed to remove hidden leafs.
Compile Failed: GBSP_CreateBSP encountered an error, GBSPLib.Dll
I am sure that I am making mistake , but I am not able to figure it out.Is there any tutorial for putting door between the rooms?
Looking forward to see your valuable help.
Thanks
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:11 am
by zany_001
Have you read Making 3d games with Reality Factory, the ebook on the main site?
And from what i remember, you get that error when there is a gap that 'lets the void in'. This is known a leak. To fix it, make sure all the doors and walls are exactly against each other. You can't have any gaps or you will get an error.
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:33 am
by gamerfan
I placed two rooms right up against each other.btw, how do we check whether there is a leak ?
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:43 am
by Gamemaker
Welcome to forums
In 3D view you just move in the map and go to the doorway, and check if you see any black area in the doorway.. If you see, then there's a LEAK, and you have to mak your doorway "smaller" so the leak "disappears"
..
If you don't see any black area, then check if any of your entities are not outside of map (rooms)..
Hope you got help!
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:45 am
by gamerfan
this time I was able to place the door without compilation error and see the door getting placed in 3d view.But when I am runnning in preview mode , suddenly the application is exiting.This I am not able to figure out.Can you tell me where is the log files?
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:48 am
by Gamemaker
After you compile and then it asks run preview and then it crashes without error when you select yes ?
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:57 am
by gamerfan
yes.this is what I am getting.To be more precise, I am getting microsoft error and exiting.
I am using windows XP service Pack2 and Intel pentium Dual 1 GM Ram DirectX 9.0c
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 9:59 am
by Gamemaker
Are you sure you have a playersetup and playerstart entity in your level ?
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 10:01 am
by gamerfan
Nope.let me try that way
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 10:05 am
by gamerfan
You are right....This time I was to able to make a door way.Thanks
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 10:06 am
by Gamemaker
You're welcome
and always remember to place those two main entities to your level
Re: How to make door between two rooms
Posted: Tue Jul 28, 2009 10:36 am
by gamerfan
Sure. Thanks and in due course I shall air more questions