Search found 6 matches
- Mon Jul 31, 2023 4:02 pm
- Forum: General
- Topic: [SPRITES] Spriting Carnival!!
- Replies: 38034
- Views: 4643341
Re: [SPRITES] Spriting Carnival!!
Lot of great sprites here. Been browsing this site for years. However before I search 2500 pages, is there any decent Merman/Dagon/deepone fish like monster sprites? Think creature of the black lagoon. I am making a set of lovecraftian demons for my megawad. I did find a "deepone" on realm667 but ...
- Mon Jul 24, 2023 2:38 pm
- Forum: General
- Topic: [SPRITES] Spriting Carnival!!
- Replies: 38034
- Views: 4643341
Re: [SPRITES] Spriting Carnival!!
Lot of great sprites here. Been browsing this site for years. However before I search 2500 pages, is there any decent Merman/Dagon/deepone fish like monster sprites? Think creature of the black lagoon. I am making a set of lovecraftian demons for my megawad. I did find a "deepone" on realm667 but ...
- Thu May 12, 2022 11:57 am
- Forum: Graphic/Audio Patches
- Topic: [WIP] HXRTC HUD Platinum v0.60
- Replies: 66
- Views: 35291
Re: [WIP] HXRTC HUD Platinum v0.03
Ill be keeping a eye on this. Will there be room for scalability? I need a custom hud for my mod since it has custom ammo types, keys, runes and armor variants. Not sure if there is room on the display to have 500+ items but at least more than vanilla. S/B at least a full rainbow (green, purple ...
- Thu Apr 14, 2022 5:10 pm
- Forum: Scripting
- Topic: Giving 10 Max Health without Healing player to Full
- Replies: 4
- Views: 558
Re: Giving 10 Max Health without Healing player to Full
problem with Strife item was that it was healing me to full. Right now the zscript one is working so far.
- Wed Apr 13, 2022 9:01 pm
- Forum: Scripting
- Topic: Giving 10 Max Health without Healing player to Full
- Replies: 4
- Views: 558
Re: Giving 10 Max Health without Healing player to Full
Jack Krausser made this for me in Zscript from the UDB discord. Class MaxHealthPack : Inventory { Int MaxHPBonus; Property MaxHPBonus : MaxHPBonus; Default { Inventory.MaxAmount 1; Inventory.PickUpMessage "BonusHealth: +25"; MaxHealthPack.MaxHPBonus 25; } Override Bool TryPickUp(in out Actor toucher ...
- Wed Apr 13, 2022 11:23 am
- Forum: Scripting
- Topic: Giving 10 Max Health without Healing player to Full
- Replies: 4
- Views: 558
Giving 10 Max Health without Healing player to Full
Very long time lurker, first time poster ... I think my older account got deactcivated. Anyways google search has brought me to these forums many times in search for answers to fix my megawad. However this one still seems to be be either impossible or very complicated in the scripting world. I am ...