can anyone give me a suggestion? I have leaking entities(yes i copied them) but they shouldn't stop the map from loading should they?
---- vis ----
verbose = true
1 threads
----- FS_Startup -----
----------------------
18676 files in pk3 files
reading C:\PROGRA~1\EAGAME~1\MOHAA\main\maps\test_assasin.bsp
farplane_dist = 2000.000000
vis_derived = 0
reading C:\PROGRA~1\EAGAME~1\MOHAA\main\maps\test_assasin.prt
************ ERROR ************
LoadPortals: couldn't read C:\PROGRA~1\EAGAME~1\MOHAA\main\maps\test_assasin.prt
vis...
Moderator: Moderators
Re: vis...
You haven't got anything to load. The bsp compile step failed because you have an entity that touches the void. The common entity leaked message means the entity has penetrated a brush, which doesn't hurt anything much. However when the brush it penetrates is the skybox, that's a serious leak you don't get past.bluelamb wrote:can anyone give me a suggestion? I have leaking entities(yes i copied them) but they shouldn't stop the map from loading should they?