News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
SZ_GetSpace: 8098 Is > Full Buffer Size 
Too many entities. Right?

But does this mean to many edicts or just too many brushmodels? Or both?

And also: Am I correct thinking that ambient sounds don't count as edicts or other bad things with low limits? 
Missing Texture 
WARNING 16: Texture bodiesa3_1 not found

Thanks again, aguirRe

I usually have -verbose turned off and just did not think. (Too busy checking the �re weather whilst compiling my map file!) 
Ambient Sounds 
count as edicts. 
It's Bad 
 
Pretty Much 
every entity, except for lights which aren't switchable or have a "style" set to them are edicts. that doesn't include torches and flames -- these are "static entities" and have a limit all their own. 
Func_illusionary 
...is also a static entity, and therefore not an edict. 
What's Wrong? 
So I received a demo from a map I sended.
Unzipped it with Dzip, and placed it in my
Quake directory. Openend the map that was related to, and gave the console the option:
playdemo test1.dem

Still I receive the -can't open test1.dem- 
Here's What's Wrong 
you should put it in the /id1/ directory, not the quake directory 
I Did 
won't work. 
 
"Just fired off a little .wad"

Bet you did ^_~ 
What Does It Mean... 
What does it mean when I get a 'Reached occupant at XYZ, no filling performed' error, not in FillOutside but in GrowRegions (hull 2 to be precise)?

Cheers. 
What 
FERN I LOVE 
Rennie... 
You don't need to tell Quake that the file is a .dem, so just type "playdemo test1" 
Fr3N! 
...still lurking, good to see. Can we expect a release soon ;P (seems to be the go with some of the old krew). 
Necros&metlslime 
thanks, I'll note that 
Against All Ods 
Had the same rubbish with the Dzip file Necros sended me. Don't know what it is. After months I was able to read the demo file.
Same goes with this one. Done all I could, even without the *.dem option, but it won't work.

Think the Orges are conspiring against me, after they noticed I turned them up in a Mission pak.

But nevermind, if they catch my real name, I still have time enough to establish my firewall and jumppath... 
LTH 
you just have a leak in hulls 1/2. GrowRegions has nothing to do with it, leaks always occur in FillOutside.

Load up the game with the pts file and see where the leak is. I suggest you also take a look at my Q1 ToolTips at http://user.tninet.se/~xir870k .

If you still can't fix the leak, send me the zipped map+wad and I'll take a look at it. 
-=0=- 
glquake/winquake crash without any errors when I enter large open area in my map. I suppose it happens because of edicts, but Tyrquake says there are only 560+ edicts there, not >600

Im not sure, should any error tell me about edicts overflow when crashing? 
 
You won't overflow the edict count by going into an area with many edicts - the edict count is static. 
I Know 
but I noticed that edicts grow up a little (about 20-30) from their ammount in the begining of the map. And that area is the second area from the start room. 
Well, 
rockets and nails count as edicts, as well as gibs, so if you gib alot of guys while shooting rockets and there are nail traps firing at you, you can go over the limit.

you should try to keep about 60 edicts free for this kind of stuff, and even that is close. 
 
you should try to keep about 60 edicts free for this kind of stuff, and even that is close.

Well, let's kill some... ammo crates and medkits:)

seriously, I need to free at least 20 edicts, that's bad;
it won't be easy, I've just completed placing monster on normal and now I need to fix it without destroing gameplay..:( 
Well... 
the obvious solutions would be replacing lots of smaller ammo with less larger ammo...

you can look into monster spawning to help abit, especially if you already have the teleporting monsters set up... you can get rid of like 3 edicts there: the trigger, the teleport trig and the teledest ent.

also, you can code a thing to remove corpses, that way you get an edict back everytime you kill something...

and, of course, change the gameplay -- less health and less monsters.

good luck. i ran into the same problems with most of my newer levels :\ 
 
the obvious solutions would be replacing lots of smaller ammo with less larger ammo...

oh, there's already no small ammo

but I think I have to remove some teleporing monsters 
Teleporting Monsters 
Pulsar: I think what Necros is talking about is using a QC patch to make the monsters teleport in, rather than removing them completely. There are patches that allow you to set a flag on a monster, which will 'teleport' it in when triggered. That way you wouldn't need the entities he listed. Of course, then your map isn't properly playable without the custom QC patch...

Perhaps an alternative for an ambush would be to have the monsters that currently teleport in behind a door that will slide away to reveal the monsters. That way, instead of three entities per monster, you'd just have 1 entity to set up the entire attack. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.