Page 1 of 2
Bugs in WizardExt's maps storm and time
Posted: Fri Nov 12, 2004 5:39 pm
by kaaos
Almost every time I play storm or time I run into these strange bugs:
When playing in a server that has storm or time running every now and then my screen tilts for few seconds (1-10s) and it prints "Delta parse_entities too old" and/or "U_REMOVE: oldnum != newnum" (Picture 1).
And when I join a server where storm or time is running it doesn't connect properly, the console doesn't go off, half of the screen is just black and some lines of code run in the console even though it prints everything that happens in the server (Picture 2).
Picture 1:
Picture 2:
I've heard that few other people have these problems too and it would be a shame if these same problems appear in Wiz's new competition map :/
Posted: Fri Nov 12, 2004 6:02 pm
by minchiano
I've had no. 2 happen to me a couple of times. Never realized it was the maps doing it though...

Posted: Fri Nov 12, 2004 8:08 pm
by stan0x
maby it is nocheat ?
take the old serion 2.34 :]
maby it wil work out
c u

Posted: Sat Nov 13, 2004 4:22 am
by Repsaj
I also have some problems with the oldnum != newnum on Time and then things (textures and so) "dissapearing". I can see through them as if they are not there, but cannot shoot through them.
The things that disappear frequently are: the Electricity ( i think

) box, and the "Railing" in- and outside the house
Posted: Sat Nov 13, 2004 4:39 am
by Da^JuaN
Ive never had any problems with wiz' maps
Posted: Sat Nov 13, 2004 5:05 am
by imeiz
i get that pic1's bug a lot in storm. time and seen didn't work for me untill maniac coded apr's software things a bit more(thx maniac :>)
and i've heard that some opengl users can't play time nor seen for some reason.
and it's not the client. i use apr, as said :P
Wiz: i can test your competition map if you have any kinda beta version of it ready to be played :)
Posted: Sat Nov 13, 2004 6:12 am
by Caracol
Repsaj wrote:I also have some problems with the oldnum != newnum on Time and then things (textures and so) "dissapearing". I can see through them as if they are not there, but cannot shoot through them.
The things that disappear frequently are: the Electricity ( i think

) box, and the "Railing" in- and outside the house
Same here. The Electricity (you think) box and, in my case, only the inner "railing" of the house.
Caracol
Posted: Sat Nov 13, 2004 6:19 am
by imeiz
sorry for 2 messages almost after each other, i screwed it and now can't delete this one.
just noticed that i can only play seen. time crashes my quake straight ahead. seen only sometimes :P
Posted: Sat Nov 13, 2004 7:25 am
by emu
i keep getting stuck in the walls when im dead and flying around the map :L sux only happens on time i think
Posted: Sat Nov 13, 2004 10:28 am
by arild
Da^JuaN wrote:Ive never had any problems with wiz' maps
me neither.
I remember him relasing Time and a few bugs was found or something. After that he re-released the map with the problems solved. However, most server admins got their hands on the 'beta' instead of the finished and bug free map. However, I dont know if it has been changed on the servers yet.
-Arild
Posted: Sat Nov 13, 2004 10:47 am
by MarlPoro
Yeh, the problems occur with that .tga sky. I myself replaced that .tga-sky with some other sky, so I can still have download enabled if I'm missing some stuff from other maps.
Posted: Sat Nov 13, 2004 12:02 pm
by Da^JuaN
There was a re-released version indeed, on some time i couldt connect to servers having time, cause i had the latest version.. so downloaded the beta, which worked.
Posted: Sun Nov 14, 2004 3:48 am
by WizardExt
Yea I had a newer version of Time compiled and up on my page and also on some forums. But admins didn't put it up on the servers or any file archives, so noone downloaded the newer version. I later on replaced the newer version on my page just to avoid having players getting another version than what was up runing on the servers.
The sky error in Time is a comon error, and was just my fault since I converted the sky/env files using wrong colour schedule.
And the stuck-in-the-wall bug is probably an overflow caused by the amount of entities (it is the entities which are visually removed when you encounter that bug).
I didn't look in to the storm error though since the map back then wasn't at all popular.
I will edit and release some newer versions of both time and storm.
Thanks for paying interest.
Posted: Sun Nov 14, 2004 1:32 pm
by Beavisss
I have this
emu wrote:i keep getting stuck in the walls when im dead and flying around the map :L sux only happens on time i think
and these problems
Repsaj wrote:I also have some problems with the oldnum != newnum on Time and then things (textures and so) "dissapearing". I can see through them as if they are not there, but cannot shoot through them.
The things that disappear frequently are: the Electricity ( i think

) box, and the "Railing" in- and outside the house
Posted: Sun Nov 14, 2004 3:00 pm
by NRGizeR
Beavisss wrote:I have this
emu wrote:i keep getting stuck in the walls when im dead and flying around the map :L sux only happens on time i think
As the man himself said, this is an entity overflow... (entites are f.ex. ammo, players, sounds, weapons, etc.) you can get this while playing a map even though you aren't a spectator, if you see too many entites at one given time. This is because of q2s internal array with entites to draw goes over the limit (hence the overflow) the only way to really fix this in spectator mode is to see to it that there is not that many entites in the map. However, since this only happens in spectator mode on this map, I would say that it can be overlooked, since it would mean compromising the playability of the map at least to some extent to remove entities.
Btw.. I've found that if you get an overflow while outside the map, just try switching to chase cam and wait for a few seconds, that usually solves the problem for me...
-NRG