Jump to content

StevenC21

Members
  • Posts

    446
  • Joined

  • Last visited

Posts posted by StevenC21

  1. Hi! I am attempting to run GZDoom to host a multiplayer LAN server for myself and my brother. We are both using Linux Mint 18.3. There is a problem. When either of us hosts a game, it can be hosted, but neither of us can connect to each other's game. If I launch it, his end can't find my hostname, and vice versa. Any insight fellow wadist oldschoolexuals?

  2. Hey guys! I found out about this mod called Wrath of Cronos for Hexen, and it looks awesome! Just one issue: All the links to the download sites are either down, or lead to one of those sketchy link-filled sites; Either way, no mod. Does anyone know where I can find it, or can someone upload it/link to a confirmed download? Thanks.

  3. Basically, I have a script. It needs to do some things. It needs to, when a button is pressed, begin raising a ceiling, when that is done, raise another, and then another. While this is happening, I need it to progressively spawn chaingunners. I can't figure this out. It seems as if I have to have everything happen at once. This is what I have so far, and I don't necessarily want someone to do it for me, but I'd like a walkthrough so I understand and can repeat it. (Thanks!)

     

    #include "zcommon.acs"

    script 1 (void)
    {
        Ceiling_RaiseByValue(1, 1, 120);
        Thing_Spawn(3, T_CHAINGUY, 90);
        
    }

×
×
  • Create New...