.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 Quake c - gone bad #7 (view original)
Quake c - gone bad #7
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
numbersix Author
numbersix - - 2,244 comments

Hint: the actual morph cube sequence goes like this: A spawner starts up and spawns a number of cubes at random specced by an sv_{} variable. After a timeout those cubes go away and new ones spawn in other random locations.

What went wrong here was the cubes were not timing out and going away like they were supposed to. This was likely a logic fault that didnt start the timeout sequence or a .nextthink time assignment failure on the .think() to remove the cubes.

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

Sometimes when the game server doesnt crash, the quake-c fault is not so obvious. Seems like this screen might have a few too many cubes though.