[Fixed] Old bugs not yet fixed
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 69
- Joined: Mon Oct 27, 2003 1:31 pm
- Location: The Death Orb of Planet Peehole
Old bugs not yet fixed
1. Some monsters can see through walls.
This is most obvious in levels with a boss (cyberdemon, boss shooter, etc.) where you can hear their sounds anywhere in the level.
This happened in earlier betas, and it still is happening in .50. It's happened in many different levels.
2. The old text bug; Ys are replaced with Is in wads where font graphics are changed.
This was fixed in an earlier version, but it's come back somehow.
This is most obvious in levels with a boss (cyberdemon, boss shooter, etc.) where you can hear their sounds anywhere in the level.
This happened in earlier betas, and it still is happening in .50. It's happened in many different levels.
2. The old text bug; Ys are replaced with Is in wads where font graphics are changed.
This was fixed in an earlier version, but it's come back somehow.
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
1. I need specifics. Not just "many different levels."
2. Remove the erroneous STCFN121 from the offending wads. It's supposed to be a lowercase 'y', but for whatever reason doom(2).wad contains a graphic by this name with an uppercase 'I'. I can automatically avoid loading this for the IWAD but not for user wads, because it might be a valid character.
2. Remove the erroneous STCFN121 from the offending wads. It's supposed to be a lowercase 'y', but for whatever reason doom(2).wad contains a graphic by this name with an uppercase 'I'. I can automatically avoid loading this for the IWAD but not for user wads, because it might be a valid character.
-
- Posts: 69
- Joined: Mon Oct 27, 2003 1:31 pm
- Location: The Death Orb of Planet Peehole
Well, I don't know what the specifics are. It's almost random.
I only notice it in levels with Cyberdemons or other bosses you can hear from far away, but I'm sure it happens all the time with most levels I play. It does happen very frequently.
I'll see if I can narrow it down, but in any case the monsters are seeing me through many 1-sided walls, and in some cases entirely on the other side of the map.
I only notice it in levels with Cyberdemons or other bosses you can hear from far away, but I'm sure it happens all the time with most levels I play. It does happen very frequently.
I'll see if I can narrow it down, but in any case the monsters are seeing me through many 1-sided walls, and in some cases entirely on the other side of the map.
-
- Lead GZDoom+Raze Developer
- Posts: 49211
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Are you sure the monsters can actually see you or is it also possible that they merely hear you. Sound does travel throughout the entire level until it gets blocked by a closed door or something similar.Hyena wrote:Well, I don't know what the specifics are. It's almost random.
I only notice it in levels with Cyberdemons or other bosses you can hear from far away, but I'm sure it happens all the time with most levels I play. It does happen very frequently.
I'll see if I can narrow it down, but in any case the monsters are seeing me through many 1-sided walls, and in some cases entirely on the other side of the map.
An interesting example for this is in Map07 of Nimrod (ok, its for Legacy but it's still good). There is a Spiderdemon in this map but in an area that can be accessed only after a few doors have been opened. However, if you make a noise in the starting room (i.e shoot) it will wake up nevertheless. Can it be something like this what you experiencing?
If monsters can actually see you they will occasionally attack so you might want to type IDDT twice and check whether they are shooting any projectiles.
-
- Posts: 1066
- Joined: Tue Jul 15, 2003 5:13 pm
- Location: That little island pritch created.
-
- Lead GZDoom+Raze Developer
- Posts: 49211
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
This can be errors in the blockmap. Since ZDoom uses the blockmap for visibility calculations small errors in it may create 'windows' in the walls where monsters could look through. I have seen countless maps with small problems in this area. In more than 99% of all cases they will go unnoticed, however, because there are very few effects that show them off.
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Lead GZDoom+Raze Developer
- Posts: 49211
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 1066
- Joined: Tue Jul 15, 2003 5:13 pm
- Location: That little island pritch created.
-
- ... in rememberance ...
- Posts: 2975
- Joined: Tue Jul 15, 2003 8:06 pm
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
Are you sure that's not by design? The cubes are set to go through walls, so maybe the spawner is set to see through walls as well.Destroyer wrote:I noticed this in my TeLeFrAgGeD 1337-type map as well: The Icon of Sin demon spawners can see you no matter where in the map you are, as long as you're within what would be their line of sight, they'll always wake up regardless of whether you are in their actual LOS or not.
-
- Lead GZDoom+Raze Developer
- Posts: 49211
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 1066
- Joined: Tue Jul 15, 2003 5:13 pm
- Location: That little island pritch created.
I made a large level with five spawners in the exact same spot once. Sometimes, halfway through the level (not even anywhere near the room where the spawners are), one would wake up, but not the others.HotWax wrote:Are you sure that's not by design? The cubes are set to go through walls, so maybe the spawner is set to see through walls as well.
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm