Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Flavio Manna

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by Flavio Manna

  1. Hi, i'm trying to understand Doom monster's logic, and i was asking to myself, when a monster harms a dormant state's monster (so a monster wich hasn't seen the player yet) does he immediately wakes up and targets the other monster or he needs to be harmed multiple time before waking up?
  2. Hi, i discovered a little while ago the Doom RNG thanks to this video where it says that zombiemans and imps use the RNG to determinate wich alert sound to use, how does this work? I mean, there are 255 numbers in the random table, based to what they chose a sound or another?
  3. I think i got it, for example if i need a number between 1 and 8 i just pick the number from the random table and do random_number % 8, and then increment the index by 1.
  4. Hi, i'm trying to understand Doom monster's logic, and i was asking to myself, when a monster harms a dormant state's monster (so a monster wich hasn't seen the player yet) does he immediately wakes up and targets the other monster or he needs to be harmed multiple time before waking up?
  5. Flavio Manna

    What appens when a monster harms a dormant state's monster?

    So based to what this video sais a dormant state's monster has the 50% chance of start an infigth with the monster who damaged him.
×