Tremulous Forum
Media => Mapping Center => Topic started by: PROEM on August 23, 2009, 12:36:05 pm
-
...Or at least I can't see it. I'm experimenting with GtkRadiant and I'm trying to create a map for trem, but when I try to compile it I get an error saying "MAP LEAKED." Unless I'm mistaken that's the message you get when the map is exposed to the void. Thing is, the entire map is basically just a big cube that I hollowed out with the "hollow" button, so I don't see how there could be any leaks.
I'm using GtkRadiant 1.5.0. Here's a link to the map:
http://www.2shared.com/file/7331417/17b1628c/map-box-alpha1-110.html
That's basically the entire pk3, but in zip form. The .map is in there but I thought it would be useful to include the stuff needed to compile it.
-
Because I couldn't be bothered to actually look at your map :P I just want to remind you to make sure that no entities are touching the void.
-
Your map needs an info_player_intermission entity (this serves as the intermission viewpoint) somewhere inside the brush hull.
Compilable copy of your .map: Here (http://www.2shared.com/file/7333596/3a47aae/box_01_edit.html)
Check out http://tremmapping.pbworks.com/ (http://tremmapping.pbworks.com/) for getting started in mapping.
-
Don't use hollow anyways.
-
Make the map hull from brushes that don't overlap. Don't use hollow.
-
Your map needs an info_player_intermission entity (this serves as the intermission viewpoint) somewhere inside the brush hull.
Compilable copy of your .map: Here (http://www.2shared.com/file/7333596/3a47aae/box_01_edit.html)
Check out http://tremmapping.pbworks.com/ (http://tremmapping.pbworks.com/) for getting started in mapping.
Ohh, I had a hunch it was because it was incomplete. Much thanks! :)