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

FyreOnix

Members
  • Content count

    16
  • Joined

  • Last visited

About FyreOnix

  • Rank
    Warming Up

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It's saying the MP40 "has no frames" but it does. Not sure what went wrong.
  2. I've been at this for an hour straight. This is my 2nd DECORATE script, the first one being a simple thing that replaced some sounds. This one, I can't see anything wrong. It's probably messed up all over the place though. actor MP40 : DoomWeapon { Weapon.SelectionOrder 650 Weapon.AmmoUse 1 Weapon.AmmoGive 20 Weapon.SlotNumber 3 AttackSound "mp40/shot" Weapon.AmmoType "Clip" Inventory.PickupMessage "$GOTCHAINGUN" // "You got the chaingun" Obituary "$OB_MPCHAINGUN" // "%o was mowed down by %k's chaingun." Tag "$TAG_CHAINGUN" States { Ready: MPFV A 1 A_WeaponReady Loop Deselect: MPFV A 1 A_Lower Loop Select: MPFV A 1 A_Raise Loop Fire: MPFV A 0 A_PlaySound("mp40/shot", CHAN_WEAPON) MPFV A 3 A_FireBullets(5.6, 0, 1, 5, "BulletPuff") MPFV B 0 A_ReFire Goto Ready Spawn: MPFL A -1 Stop } } If anyone can help me, it'd be greatly appreciated.
  3. FyreOnix

    Best/Worst maps in The Plutonia Experiment

    all of them are equally the worst
  4. FyreOnix

    id tech 7 confirmed?

    yeah its confirmed, heres his twitter bio
  5. I've been wanting to try Quake for a while, but WinQuake doesn't meet my needs with it's resolution and etcetera. What's the best Quake source port?
  6. FyreOnix

    Doom: Eternal Announced at E3

    E3 update, apparently its gonna involve the Doom Slayer's backstory in some way.
  7. FyreOnix

    Doom: Eternal Announced at E3

    This post was made before that forum existed. (Flocked to Doomworld the second it was announced to discuss.)
  8. FyreOnix

    Doom: Eternal Announced at E3

    This imp seems a bit spikier than a normal Doom 2016 imp.
  9. FyreOnix

    Doom: Eternal Announced at E3

    IM HYPE AS FUCK BOYS
  10. FyreOnix

    Doom Midi BPM Error

    I have been searching for so long and I have found no fix to this. The ripped DOOM midis have inaccurate bpms, making it hell to edit. Is there any known fix to this?
  11. FyreOnix

    E1M1 Remade Midi

    I'd like some critique on this. e1m1enhanced.zip
  12. FyreOnix

    Soundtrack to be released on CD and vinyl

    i can already imagine "hey grandma i got you a new vinyl at some store" then bfg division starts blaring
  13. FyreOnix

    Make chaingun shoot shells?

    Planning on using GZDoom. Thanks for recommending me some editors.
  14. FyreOnix

    Make chaingun shoot shells?

    I'm planning on making my first DOOM wad soon, but I don't want the normal chaingun. I want to make the chaingun shoot shotgun shells. Is there any way to do this? (Bonus points if you include how to change the sound to a shotgun sound.)
×