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

CrazyDoomguy

Members
  • Content count

    917
  • Joined

  • Last visited

Everything posted by CrazyDoomguy

  1. CrazyDoomguy

    Decohacked pain elementar

    I want use that new pain elementar shots new lost souls. What code need use? This may work, but there is a risk of monsters spawning one after the other and pinning each other. In addition, when new pain elementar shoots nearby opponents and this new lost soul will get stuck in this opponents - both dont move A_SpawnObject(LavaSoul, 0, 40, 0, 0, 60, 0, 0) I tried alternate, but it dont work. SP15 F 0 Bright A_PainAttack (LavaSoul) Any suggestion? auto thing Defiler "Defiler" { //$Category Monsters/Strong //$EditorSprite SP15A1 EdNum 1012 Health 2000 Speed 10 Radius 31 Height 56 Damage 0 ReactionTime 8 PainChance 128 Mass 400 clear flags +SOLID +SHOOTABLE +COUNTKILL +NOGRAVITY +FLOAT SeeSound "pesit" AttackSound "" PainSound "pepain" DeathSound "pedth" ActiveSound "dmact" states { Spawn: SP15 A 10 A_Look Loop See: SP15 AABBCC 3 A_Chase Loop Missile: SP15 D 5 A_FaceTarget SP15 E 2 A_FaceTarget SP15 F 2 Bright A_FaceTarget SP15 F 0 Bright A_PainAttack (LavaSoul) Goto See Pain: SP15 G 6 SP15 G 6 A_Pain Goto See Death: SP15 H 8 Bright SP15 I 8 Bright A_Scream SP15 JK 8 Bright SP15 L 8 Bright A_PainDie SP15 M 8 Bright Stop } }
  2. CrazyDoomguy

    The Official DoomTools Thread

    Is possible convert from dehacked.deh to decorate? like reverse conversion
  3. I did sometimes but now forget it. What is doom format? WAV? LPM? I seach online converter from OGG to doom format
  4. CrazyDoomguy

    Convert from OGG to Doom format sound

    I found online converter. I lazy download program https://audio.online-convert.com/de/umwandeln/ogg-zu-wav
  5. CrazyDoomguy

    Custom monsters

    How can I custom monster on doom editor? For example imp can shot many fireballs like fastweapons, or this imp can run fast... How can i do?
  6. Alchemy: Wanna know what happens if Tarakannik and Chillax mix? You will DIE!!!!! Most unfunny WAD, you will die!!!! - Wrong strategy = DIE!!! - Wrong dodge = DIE!!! - Wrong play = DIE!!! - Wrong think = DIE!!! - No Savescum? = Die!!! WAD Download this WAD style is a continuation from this WAD Tarachillax improvisation share idea here ---------- Name: Tarachillax Format: Boom Ports Tested: dsda-doom v0.25.6 Complevel: 21 IWAD: Doom2.wad Map: 1-9 Gameplay: Single player Build Time: 160 days Textures: Gothic, red/black style Jumping: No Crouching:No Freelook: No Difficulty: DIEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!!!!!!!!!!!!!!!!! Dehacked file: Yes --------------- Red Recluse walktrought Map 1: Walk Map 2: Walk Map 3: Walk Map 4: Walk Map 5: Walk Map 6: Walk Map 7: Walk Map 8: Walk Map 9: Walk Decohack Info txt format (This script need convert in dehacked with doomtools): Decohack.zip
  7. CrazyDoomguy

    DoomTools Tutorial

    Something I didnt saw your comment You can add A_SpawnObject( thingId , angle , xoffset , yoffset , zoffset , xvel , yvel , zvel ) anywhere on death phase of monster. You can add anything even megasphere etc. You can add z offset highter that it fall naturally Example Death: SPID J 20 A_Scream SPID K 10 A_Fall SPID LMNOPQR 10 SPID S 0 A_SpawnObject(thing 63 , 0 , 0, 0, 30 , 0 , 0 , 0) SPID S 30 SPID S -1 A_BossDeath Stop
  8. CrazyDoomguy

    DoomTools Tutorial

    I decided to dedicate to you how to work with doomtools. To understand this program I had to spend a lot of time DoomTools download: https://mtrop.github.io/DoomTools/ If you have a problem with installation, disable the antivirus and then insert this program into the exception rule DoomTools MBF21 specification: https://github.com/kraflab/mbf21/blob/master/docs/spec.md https://mtrop.github.io/DoomTools/decohack.html ++++ Infos ++++ CodePointer: https://doomwiki.org/wiki/Category:Monster_code_pointers CodePointer full: https://doomwiki.org/wiki/DeHackEd#Code_pointers Classes: https://zdoom.org/wiki/Classes:Doom Spirite: https://zdoom.org/wiki/Sprite Actor properies: https://zdoom.org/wiki/Actor_properties Actor flags: https://zdoom.org/wiki/Actor_flags ++++ Share codes ++++ In zip are all Doom2 monsters codes with sound. Check bevore use (Arachnotron is strange) Monsters.zip https://www.doomworld.com/forum/topic/136393-doomtools-new-weapon-solved/ https://www.doomworld.com/forum/topic/136288-doomtools-a_spidrefire-solved/ BetterImp Imptron ImpMoreBalls ImpSurprise ImpDistance BfGSpider
  9. CrazyDoomguy

    Tarachillax 6 level WAD

    Level 9 done :) Walk
  10. I want create some map for Tarachillax and need some improvisation and idea. Has someone super extreme hard map fantasy and want share? I will create such stuff, even new monsters
  11. CrazyDoomguy

    I_SignalHandler 8 error

    I do decohack doom tools and see this error. What does this mean? I tried make barrel because my old dehaked took original barrel and replaced to cacodemon, now i want barrel back. Fix old dehacked is not easy and take many time, so better create new thing
  12. CrazyDoomguy

    I_SignalHandler 8 error

    Thank you! indeed, it miss mass. Now it works!!!
  13. CrazyDoomguy

    Tarachillax improvisation

    No remake, just for level 9. Im creator of tarachillax maps. I need some ideas of battle fields
  14. CrazyDoomguy

    Tarachillax 6 level WAD

    Map 8 https://www.youtube.com/watch?v=q5ISTurrFag
  15. CrazyDoomguy

    What is the Hardest Map...

    Note that since the original wow.wad contains no exit, speedruns use a modified version (created by Grazza), called wow_x.wad, which moves the map to the E2M8 slot so that the cyberdemon's death triggers the level's end
  16. CrazyDoomguy

    What is the Hardest Map...

    wow is easy
  17. CrazyDoomguy

    Decohack DSDA run error

    How can I understand this error? is there any list of errors? DSDA-doom-0.24.3
  18. CrazyDoomguy

    Decohack new soulspehre?

    Is that possible new soulsphere with 1000 hp and defense?
  19. CrazyDoomguy

    The Official DoomTools Thread

    Is possible create new megasphere with 1000 HP and defense?
  20. CrazyDoomguy

    Decohack Seesound

    Why decohack SeeSound dont work properly? I used SeeSound "FRE005" Added "DSFRE005" sound into slade as "sound (Doom Format) 22380 samples at 16000 Hz" and still no sound while see... why?
  21. Sound as "doom sound" format? Name DSFRE001? (Decohack must FRE001)
  22. CrazyDoomguy

    Tarachillax 6 level WAD

    You need play with complevel 21 (MBF21)
  23. I dont see stair plugin in Ultimate Doom Bilder. Where can I download?
  24. CrazyDoomguy

    Ultimate Doom Bilder no stairs function?

    solved... why i solve, if i ask?
  25. CrazyDoomguy

    DoomTools New weapon (Solved)

    Yes, now I've made a new weapon! finally! Here's the code if anyone needs to see how it's done. Later you need to put a custom DSSAWUP without sound or you do this custom music You have to use SAWG and extra stuff CSAW!
×