Tremulous Forum
Media => Mapping Center => Topic started by: your face on April 10, 2008, 04:21:27 am
-
Hello, me and brain are having trouble compiling a map file. We get the error: LoadPortals: couldn't read F:/Program Files/Tremulous/base/maps/unhax.prt
I've searched and found one topic that has my same problem, but doesn't help: http://tremulous.net/forum/index.php?topic=2170.0 (http://tremulous.net/forum/index.php?topic=2170.0)
The .map is in perfect condition, an egg, a telenode, and a intermission, placed above the ground fine and dandy, and two doors. We've tried deleting the doors, and compiling = fail, just compiling a certain part of the map = fail, deleting stuff, adding stuff... fail. We've tried compiling different maps on the same system, and it works fine. We've tried different BSP builds, also fail. Also, during the build: "Size: 99999, 99999, 99999 to -99999, -99999, -99999." We've tried copying and pasting the map, etc. :P Epic fail. If anyone knows the answer... help would be appreciated. :)
Thanks,
Face
-
Post the contents of the .map file.
-
info_player_intermission 1
team_alien_spawn 1
team_human_spawn 1
worldspawn 1
We got rid of the doors ATM.
-
we gonna have to start over, even when i try building just one segment of a hall, it phailz with areaportals 99999... im thinking its a goofed up brush built into the walls somewhere
-
Naw, cuz we have deleted the halls, and just left that one, main room. :?
-
Umm... maybe you have a leak, but it's not registering it as one? Like your preferences on stopping if leak detected might be off.
-
no, there is no leak... i think a virus has infected some of the brushes... xD
-
You mentioned something about portals. Maybe a shader is screwed up? Or you got an awkward (however you spell it) texture?
-
You don't seem to understand what portals are here.
Yourface, brain. Did you use the clipper tool extensively, or edges and vertices in a weird way. Maybe a bit too twisted patch? Try making everything detail and enclosing it in a structural box, for all intents and purposes this will be the only box you're allowed to make with hollow ;).
-
I guess he meant visportals. I guess i won't get a job at technical support anytime. xD
-
Sorry to resurrect this, but I've got a potential solution. We had a similar problem over in the UrbanTerror world. The problem was that the worldspawn entity was not the first entity in the .map file. Q3Map2 didn't know how to handle this. It tried to compile but gave no errors except for not producing a .prt file which gave an error during the vis phase. The solution was to edit the .map file with a text editor and cut all the entities that came before the worldspawn entity and paste them at the end of the file. Q3Map2 now compiled properly. Hopefully this helps someone in the future.
UrbanTerror problem thread (http://forums.urbanterror.info/topic/23531-shuls-release/page__view__findpost__p__287042)
-
Thanks a bunch! I've been having this problem again more recently and no other methods seemed to fix it. I'll test it out.
-
info_player_intermission 1
team_alien_spawn 1
team_human_spawn 1
worldspawn 1
We got rid of the doors ATM.
Also use alien_intermission and human_intermission.
But mainly problem with BSP phase as ppls notice above.
Ezy solution with broken bsp file:
Open .map, which works. Delete all. Now you got empty working file. Copy-paste your map from broken file into empty file and save. Once it helped me when GTKRadiant saved ugly bsp due to some bug.
-
info_player_intermission 1
team_alien_spawn 1
team_human_spawn 1
worldspawn 1
We got rid of the doors ATM.
Also use alien_intermission and human_intermission.
But mainly problem with BSP phase as ppls notice above.
Ezy solution with broken bsp file:
Open .map, which works. Delete all. Now you got empty working file. Copy-paste your map from broken file into empty file and save. Once it helped me when GTKRadiant saved ugly bsp due to some bug.
They aren't necessary, especially when testing a map. If you read the topic you would realise they had done that. 2 years ago.
-
Many things not necessary while u mapping, but... detailed and careful mapping its good style. =}
-
Well I doubt they were done. The point of thus thread is for a bug, not fanciness.
-
It's pretty amazing that Radiant will even save a .map like this. I wonder if it's been fixed in recent(as in after 2008 when this thread started) NetRadiant builds?
-
It's pretty amazing that Radiant will even save a .map like this. I wonder if it's been fixed in recent(as in after 2008 when this thread started) NetRadiant builds?
Not that I know of.