.qc (dot qc) - the group for quake c coders of all denominations. If you make quake one mods and write code in quake c, join our group! I'll try to answer any quake c questions - please post your inquiry in the forums...

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS Strange bug
Post comment Comments
numbersix Author
numbersix - - 2,244 comments

This was easy to track down - because generators reuse a set of targets, monsters that spawn on top of other monsters get stuck. Unless you spawn_tdeath - and set up a telefrag for existing monsters. (Monsters can NOT telefrag a player - on regular skill settings anyway...)

Well, if you set the tdeath owner to the generator (so it doesnt get fragged) it can kill the monster. And if you set the tdeath owner to the monster, it can take out the generator. Had to build in a case to test when the monsters owner is a generator - and not frag those.

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

With land bound monsters the generator performs with an occasional monster to monster telefrag. However, with the flying scragg - something tells me there might be a bug in the code.