SZ_GetSpace: 8098 Is > Full Buffer Size
#1302 posted by PuLSaR on 2004/03/02 16:37:43
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
#1303 posted by Mike Woodham on 2004/03/02 16:40:23
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
#1304 posted by necros on 2004/03/02 18:19:07
count as edicts.
It's Bad
#1305 posted by PuLSaR on 2004/03/02 23:40:45
Pretty Much
#1306 posted by necros on 2004/03/03 01:02:37
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
#1307 posted by metlslime on 2004/03/03 02:12:35
...is also a static entity, and therefore not an edict.
What's Wrong?
#1308 posted by madfox on 2004/03/03 10:37:19
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
#1309 posted by Fern on 2004/03/03 16:08:41
you should put it in the /id1/ directory, not the quake directory
I Did
#1310 posted by madfox on 2004/03/03 16:52:35
won't work.
#1311 posted by . on 2004/03/03 18:12:31
"Just fired off a little .wad"
Bet you did ^_~
What Does It Mean...
#1312 posted by LTH on 2004/03/03 20:11:00
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
#1313 posted by R.P.G. on 2004/03/03 21:36:32
FERN I LOVE
Rennie...
#1314 posted by distrans on 2004/03/03 23:19:28
You don't need to tell Quake that the file is a .dem, so just type "playdemo test1"
Fr3N!
#1315 posted by distrans on 2004/03/03 23:22:28
...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
#1316 posted by PuLSaR on 2004/03/04 01:14:23
thanks, I'll note that
Against All Ods
#1317 posted by madfox on 2004/03/04 07:56:05
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
#1318 posted by aguirRe on 2004/03/04 12:37:59
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=-
#1319 posted by PuLSaR on 2004/03/04 16:21:36
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?
#1320 posted by LTH on 2004/03/04 18:23:47
You won't overflow the edict count by going into an area with many edicts - the edict count is static.
I Know
#1321 posted by PuLSaR on 2004/03/04 18:32:05
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,
#1322 posted by necros on 2004/03/04 19:48:46
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.
#1323 posted by PuLSaR on 2004/03/04 19:58:18
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...
#1324 posted by necros on 2004/03/04 22:38:34
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 :\
#1325 posted by PuLSaR on 2004/03/04 23:34:35
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
#1326 posted by Preach on 2004/03/05 05:16:22
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.
|