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

andrewj

Members
  • Content count

    2535
  • Joined

  • Last visited

About andrewj

  • Rank
    Forum Staple

Recent Profile Visitors

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

  1. DOOM needs more flying enemies imo, so I'd turn it into a quake2-ish jetpack zombie with a bursty machine-gun.
  2. andrewj

    Has ID made E1M5 impossible?

    Meanwhile my version of E1M1 looks completely fine....
  3. andrewj

    RZDoom 3.2.0 released (Aug 27, 2024)

    No, cmake should auto-detect the operating system. That part worked here anyway.
  4. andrewj

    RZDoom 3.2.0 released (Aug 27, 2024)

    cmake worked for me, but since I don't have FMOD then the compile failed when it reached fmodsound.cpp (as expected). What version of cmake do you have? it may need a later one.
  5. andrewj

    EDGE-Classic v1.38 (Updated August 2024)

    In vanilla and chocolate, that is indeed what happens -- it does the complete wipe on the first call to D_Display() of the new level. I don't see how it really matters, with EDGE you are able to move around before the wipe has finished (you don't need to wait) and that seems like an advantage to me.
  6. andrewj

    Eureka v2.0.2 released

    The default source port is Vanilla, which does not support those features. Use the Manage Project command in the File menu (or CTRL-M) to change the source port.
  7. andrewj

    Blasphemer discussion

    I noticed some are marked CC-BY-SA / GPL. Are they just place-holders?
  8. andrewj

    The state of Doom on Linux

    Blame the developers who choose tools with poor cross-platform support.
  9. andrewj

    Death states that spawn actors don't spawn actors (properly)

    According the ZDoom wiki about A_SpawnItemEx:
  10. Okay, I see, thanks. So this is another "quirk" (aside from Medusa) of the horrible code which composes multiple patches in a single texture column - the passed in "originy" parameter of R_DrawColumnInCache() should ignore a negative value but doesn't.
  11. I couldn't figure out what the question was....
  12. andrewj

    Extensions id

    The config files for Eureka are a handy reference, there is generally one text line per thing or linedef type, giving a nice overview of everything.
  13. andrewj

    Where did the Sailor go?

    Wow, that is kinda amazing, and kinda hilarious. I think I owe that dude a beer....
  14. andrewj

    Hexen Hack Editor (HEX)

    I had heard about the Heretic one (HHE), but I never knew there was one for Hexen. Perhaps the reason no source ports support these is because the files they create are binary files instead of text files. I have experience with the early DEHACKED binary files, and the EDGE source port could load them, but they would be a pain to support since they are just the raw structures dumped into a file, and all the source ports (even conservate ones) have extended their structures (mobj_t in particular).
  15. It's something I tried (in V5) and it is just doesn't work, you hit that "sameness" quality much much quicker than in V7 (or even V3/V6). Producing levels better than Obsidian is going to require maching learning I think. Though it is hard to imagine how it might work, e.g. I doubt a 3D version of Stable Diffusion would "know" enough to produce fully working levels. Be a lot of fun to try it -- just need a few billion dollars....
×