Jump to content

Gaargod

Members
  • Content count

    36
  • Joined

  • Last visited

3 Followers

About Gaargod

  • Rank
    Green Marine

Recent Profile Visitors

659 profile views
  1. Gaargod

    Making an enemy summon more enemies?

    You can make the enemy shoot cubes like the ones the Icon of Sin shoots using DECORATE: example: Actor CubeSpawner (or any name you want) { Radius 5 Height 5 Speed 12 Projectile +ThruGhost -NoGravity +TELESTOMP +LowGravity Seesound "weapons/smlbrn" DeathSound "vile/firecrkl" States { Spawn: BOSF AABBCCDD 1 Bright A_SpawnItemEx("BarbTrail",0,0,0,0,0,0,0,128) Loop Death: TNT1 A 0 A_jump (128,"Death2") TNT1 A 0 A_jump (128,"Death3") TNT1 A 0 A_jump (128,"Death4") TNT1 A 0 A_jump (128,"Death5") Death2: FIRE A 3 Bright FIRE B 3 Bright A_SpawnItem("DoomImp",0,0) FIRE CDEFGH 3 Bright Stop Death3: FIRE A 3 Bright FIRE B 3 Bright A_SpawnItem("Demon",0,0) FIRE CDEFGH 3 Bright Stop Death4: FIRE A 3 Bright FIRE B 3 Bright A_SpawnItem("Hellknight",0,0) FIRE CDEFGH 3 Bright Stop Death5: FIRE A 3 Bright FIRE B 3 Bright A_SpawnItem("Cacodemon",0,0) FIRE CDEFGH 3 Bright Stop } } Also if you want to make the enemy only shoot 3 cubes you can do this: MissileX: XXXX A 5 A_FaceTarget XXXX A 0 A_CustomMissile("CubeSpawner",65, 10, 0) XXXX A 5 A_FaceTarget XXXX A 0 A_Custommissile("CubeSpawner",65, 10, 20) XXXX A 5 A_FaceTarget XXXX A 0 A_CustomMissile("CubeSpawner",65, 10, -20) (change the values to fit the enemy you are editing)
  2. Updated my map: - Fixed the Archvile jump (so now you can't skip the map grabbing the blue skull earlier lol) - Added a Death Exit I tried to improve the visuals but honestly, I'm not good at it. 30mc_Gaargod_V3.zip Thanks for the feedback!
  3. Nice map, fun and challenging!
  4. Gaargod

    How do I change a monster's obituary?

    Also, this is what a DECORATE script looks like in Slade:
  5. Gaargod

    How do I change a monster's obituary?

    The DECORATE is an in-game file that gives all doom actors their properties, such as their health, speed, obituary, etc. To change the values you can do two things: Copy and paste the DECORATE of the monster you want to modify and then put it in your WAD using Slade (you can get the DECORATE here: https://zdoom.org/wiki/Category:Doom_II_monster ) Or you can use DeHacked but to be honest I don't know how to do that lmao
  6. Map30 finished TNT_FromMemory_MAP30.zip Tested with Crispy Doom, GZDoom, ZDoom, Zandronum and DSDA Doom It only needs to be tested in 4-Players Coop to make sure the voodoo dolls work fine.
  7. I would like to try Map30 Btw, this is cursed already...
  8. Gaargod

    Worst Steam Game You've Ever Played?

    "Hatred", I felt scammed, not only for the money but for the game itself, since it was promoted as the most violent and controversial video game in history but it really is unplayable, the controls are lousy and the graphics are horrendous, worst of all is that it doesn't even have a story, it's just senseless violence for 7 levels in a row.
  9. Gaargod

    BLOOD CHAMBER - New map

    Quite simple but challenging, the visuals are cool and it was very fun to play! I did a playthrough of your map:
  10. Gaargod

    My second map

    Made a playthrough of your map The final fight was just chaotic lmao
  11. Gaargod

    30 Heads, my first WAD

    Do simple maps, that way you can learn to better use the textures and the enemy placement. It's the only thing I can recommend since I consider myself a beginner too so I can't give you more advice.
  12. Gaargod

    30 Heads, my first WAD

    I made a playthrough of the first 4 maps The concept of taking original maps and remaking them is great but here it's not well executed, the enemy placement it's almost identical to the original maps and some fights don't make much sense, I kinda liked the random Icon of Sin appearance at the end of the levels but, again, it is not well executed and the arena it's pretty much the same in every map. In Map04:Torture Chamber is where I found more errors, the map is confusing, the enemies seem to be randomly placed and it's not following a coherent order. The textures and the structure itself makes it feel like a maze and it's not really fun to play. But despite everything, it's not bad to be your first WAD, when I started mapping, my maps looked very similar to the ones you have posted. From my own experience, I think you should not make a 32-level megawad as your first project, when I made my first WAD I already had at least 6 years of experience, so I would recommend you to improve your mapping skills before starting such a big project.
  13. 30mc_Gaargod_V2.zip @dac Map Name: Patio Bloodbath Author: Gaargod Theme: Outdoors/Hell/Plutonia Based Music: “La Migra” by Brujeria Difficulty Settings: Implemented Ports Tested: GZDoom, DSDA-DOOM, ZDoom, Zandronum Description: Small map inspired by The Plutonia Experiment, mid and high-tier enemies but relatively easy due to open spaces. Notes: Custom sky “SKYR3D3”, also, this is my 33rd map ever made, so the design is quite simple compared to other maps that have already been posted on this thread lmao
  14. I'm in, started a map this morning, it should be finished soon @dac
  15. Gaargod

    My first WAD (Caronte)

    1.- Yes, I wanted the player to be surrounded by a large number of enemies all the time. 2.- If by "complex" you mean difficult and/or large, yes. 3.- You have to shoot the door to open it.
×