Entities question/cmpile problem

Post topics regarding Level Building/Design and Entity Usage with Reality Factory
User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post by Juutis » Mon May 08, 2006 4:52 pm

I think one of the best ways to avoid leaks is very careful level desing. Learn to make every house and room and everything else carefully sealed in the very beginning. Using a snap grid of 32 or 16 helps a lot. It's pure hell if you try to find a leak in a completed level.
Pain is only psychological.

User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams » Mon May 08, 2006 9:41 pm

@crazy
post your 3dt file so we can see what you're doing wrong
It's pure hell if you try to find a leak in a completed level.
In fact it's pretty easy, just open the leak (.pnt) file that's created during compilation and you will see where the leak is...

User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post by Juutis » Tue May 09, 2006 2:20 pm

Oh, nice! Thanks for letting me know... :D
That really is useful.
Pain is only psychological.

hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 » Wed May 10, 2006 5:03 pm

http://terrymorgan.net/download.htm

worldedtips2.zip (1.1MB)-Doors, Leaks, adding a vent floor to the jail.3dt started in wrldedtips.zip, making a key actor unlock a lock. Read the 1st 2 worldedit tuts.

crazy
Posts: 12
Joined: Wed Apr 26, 2006 12:48 pm
Location: USA

Post by crazy » Thu May 11, 2006 8:24 pm

I started all over no leaks and no operations to worry about but i got this problem. :D :D :D :D :D :D
:arrow: ** BSP Compile Version: 15
** Build Date/Time: Nov 28 2003,21:24:04
--- Load Brush File ---
Num Solid Brushes : 7
Num Cut Brushes : 0
Num Hollow Cut Brushes : 0
Num Detail Brushes : 0
Num Total Brushes : 7
--- Remove Hidden Leafs ---
--- Remove Hidden Leafs ---
--- Weld Model Verts ---
--- Fix Model TJunctions ---
--- CreateLeafClusters ---
--- Save Portal File ---
--- Create Area Leafs ---
InitTextures: Unable to load texture library 'C:\Documents and Settings\sean.LAIRKOZIATEK\Desktop\Copy of RealityFactory071\media\levels\default'.
Compile Failed: GBSP_SaveGBSPFile for file: C:\Documents and Settings\sean.LAIRKOZIATEK\Desktop\Copy of RealityFactory071\media\Levels\Darkness.bsp, GBSPLib.Dll.
.
so what do i do about this problem? i neeeeeed hhhheeeeeellllllppppp!!!!

User avatar
paradoxnj
RF2 Dev Team
Posts: 1328
Joined: Wed Mar 01, 2006 7:37 pm
Location: Brick, NJ
Contact:

Post by paradoxnj » Fri May 12, 2006 11:06 pm

Looks lieke you forgot the file extension:

InitTextures: Unable to load texture library 'C:\Documents and Settings\sean.LAIRKOZIATEK\Desktop\Copy of RealityFactory071\media\levels\default'.

Should be:

InitTextures: Unable to load texture library 'C:\Documents and Settings\sean.LAIRKOZIATEK\Desktop\Copy of RealityFactory071\media\levels\default.txl'.

hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 » Sat May 13, 2006 12:21 am

Or your path is too long, make a copy of realityfactory in C:/realityfactory.

User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Post by jonas » Sat May 13, 2006 5:54 am

That is pretty long it might not be able to deal with it. On my computer I created a folder with my name ex: c:\aaron's\ and I install all my programs in that folder. That way I always can find my programs real easy.
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack

User avatar
animatrix
Posts: 134
Joined: Thu Jul 07, 2005 10:51 pm

Post by animatrix » Mon May 15, 2006 2:08 am

Make sure you have the model that the player entity is asking for,
if you placing the entities correctly then you might not have the actual actor its looking for. also make sure your cube is hollow and your entities are inside in all views,

Post Reply