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

Blue Shadow

Members
  • Content count

    365
  • Joined

  • Last visited

About Blue Shadow

  • Rank
    Member

Recent Profile Visitors

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

  1. Blue Shadow

    Altfire help

    Since the player doesn't move like other creatures in the game, the speed you set there is a multiplier. For instance, a value of 0.5 cuts the speed in half. For the pointer thing, don't worry about it, you can omit it.
  2. Blue Shadow

    Altfire help

    A_SetSpeed, obviously, can be used to change the speed of an actor. You can call it from a weapon. It works.
  3. Blue Shadow

    What is your stance on cheese-proofing maps?

    As a player, I like to be given the freedom and choice of how to solve a problem. Also, can we stop talking about cheese? :P
  4. Blue Shadow

    Chainging HUD border? (green rocks)

    In ZDoom, it is changed by using 'borderflat' in a MAPINFO's gameinfo block. https://zdoom.org/wiki/MAPINFO/GameInfo_definition Wheher that works in those other ports or not is something I do not know.
  5. Blue Shadow

    [SLADE 3] SBARINFO Help

    What are these steps you're trying to repeat?
  6. Blue Shadow

    Things you love and hate at the same time

    Yes, revenants and archviles, here too. Pain elementals? No. I just plain dislike them.
  7. Blue Shadow

    GZDoom Builder Bugs and/or Feature Requests

    For account reactivation, see here: https://forum.zdoom.org/viewtopic.php?f=48&t=55791
  8. Blue Shadow

    Do you miss the reputation indicator?

    I don't like quantifying this sort of things. So I'm fine with it gone.
  9. Blue Shadow

    There is something ZDoom Community Map Project Take III?

    No, there isn't.
  10. Blue Shadow

    Take away the player's weapons?

    You have to be careful with ClearInventory(), since it doesn't just remove weapons.
  11. Blue Shadow

    Why are you still playing classic Doom?

    I don't have or own many games, and with Doom, I just like it, and I can mod it as a bonus.
  12. This might work: https://zdoom.org/wiki/GetLevelInfo (check the example).
  13. With SetActorProperty, use APROP_SpawnHealth as the property. https://zdoom.org/wiki/ACS_actor_properties
  14. Blue Shadow

    SNDINFO and longer sound names?

    You can, but you need to specify the path to the file along with its extension: imp/melee "sounds/path/to/sound/impmeleeattack.ogg"
  15. Blue Shadow

    Need help with DECORATE!!!

    Then educate yourself.
×