For Total Conversions and projects that don't otherwise fall under the other categories.
Forum rules The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Does anybody remember the classic game Hocus Pocus? It was an old sidescrolling platform game made by Apogee in 1994.
What would happen if Hocus Pocus was a fps like Doom, rather than a sidescroller? Inquiring minds wanted to know! Hocusdoom is a Total Conversion for Doom 2 that attempts to bring Hocus into the third dimension in a dazzling new adventure!
[===== Download: =====] Requires the latest stable version of GzDoom and Doom 2. Be careful using unstable devbuilds, as obviously they may not always work.
fixed particle bridges moving up if you're underneath it.
particle bridge inherits from a zscript actor that lets you jump onto it from underneath. Thanks To Gutawer for zscript help!
changed automap strings for kills,treasures,crystals (now that its available)
teleport particles only activate when teleporting, freeing up memory otherwise used by it
rewrote script for Power Wand, and may actually use it. Its a bit weird so I'll need more feedback on it.
added handling for if your time is greater than 999.
lowered chance for ghosts to fade to 1/4
dragon boss done, added dinos (John Hammond would be so proud)
picking up new special weapons doesn't remove other weapons (You still lose them at the end of a level though)
returning from a teleport sets your last used weapon back (due to change above) (nevermind still need to fix)
IDFA cheat no longer breaks weapons (good news for you cheaters!)
lowered tree demon boss's health to 175
made fireball much more destructive
fixed a bug where some scripts were still using setammocapacity when no longer needed.
fixed minor texturing & scrpting in map01
renamed Gargoyle to Devil to avoid conflicts with another enemy
added several E4 enemies
added laser trap for E4
fixed bug where explosive shots were throwing decorations in map20 around like crazy. WHUT
added stuff for secret level
new alternate hud sprites for powered shots
new powerup - flamethrower!
made the eastern crystal a bit more visible on map21 and tweaked bridges to it some.
more small changes to early levels
added small hints for multi-switch puzzles
made jump and teleport potions fullbright to match other potions (and to make more visible)
tweaked all 3d models to be gzdb friendly (most of them at least)
lowered lava damage from 2 to 1.
rewrote script for Power Wand again. (This is version six or so. I guess I don't know what I want)
added secret weapon
new weapon powerups for E3 secret level
cookies!
changelog for - 01-27-17
added smartbombs. Kill any monster within a very large radius, but can also be tied to certain enemies too.
finished map23
added name particles to most item pickups. These can be disabled in Hocus Options.
Fixed picking up rapid fire when already under its effect-thus wasting the pickup.
Tweaked breakable boxes so they don't get destroyed by smartbombs. (Why were they ignoring damagetypes from A_Explode that weren't called by projectiles? BECAUSE ZDOOM)
Made shooting a little faster. Its amazing how much a single frame makes a difference!
added rudimentary code for Highscores table. Not part of the menu yet, so check Hocusdoom options to bind it to a key!
Also built in support for future bonus episodes too! This thing is ugly as sin but seems to be working.
added TEXTCOLO
fixed various minor areas in most other maps
expanded last room on map13
rewrite most of particle handling again. should be a bit more flexible now. This also changed the CVARS that handled them so be sure to check your settings
convert TEXTURE1 to zdoom's TEXTURES and moved to main archive. hocustxt.wad no longer needed
moved boost pad script to library and fixed.
replaced hocus_mp3.pk3 with hocusogg.pk3 for reduced filesize
changelog for - 01-04-2017
tweaked laser shots blasting through breakable boxes.
lowered the volume for spooks.mp3 It was far louder than all the other tracks. (Why did I wait so long to do this?)
finished map19
added particle controls to LeafBlower and fixed HocusMagicSmoke
changed the flame jet traps so they can have a delay before they shut off. Easier for making trap chains
changed Maxamount for MonsterMaxHealth from 0xFFFFFFFF to 1000 because it breaks in linux zdoom. Whoops!
finished map20
finished map21
started map22
changelog for - 11-28-2016
fix all instances of A_SpawnItem and replaced them with A_SpawnItemEx. They were broken in later versions of gzdoom BECAUSE ZDOOM
fixed minor graphical bug with one of the exit strings. Was the wrong color
completed map18
completed map19
more work to particle options (add leaf spawner too)
reworked end of episode intermission screens. Should be bugfree.
changed inconsistent method for damage for spikes. now uses terrain instead of A_explode
added extra frame & sprites for eskimo attacks. Not sure if they were unused in the original game or I missed ripping them. Thanks to Hisymak for their work on a Hocus Pocus editor.
with lava becoming much more dangerous to touch, I had to add some extra pathways in some levels to get out of big pools of lava without taking too much damage.
removed +SOLID from pillows in the egyptian levels.
changed the hudwrap width for wizardtalk from 200 to 250. Gives a little more room for when he feels like being wordy.
added several new enemies: skeleton, ghost, another floater (from unused graphics, thanks to Hisymak)
added +NOGRAVITY to keys. Now I can place them anywhere!
gave the flamejets a damagetype. Monsters could kill themselves on them.
made the flamejets less intensive. Did every projectile really need a light?
added +DONTSPLASH to several particle effects. They were getting on my nerves.
crystal ball pickup sound should not be overridden by anything anymore (hopefully)
made the secret platforms in map10 a little more visible.
included Hisymak's GENMIDI. Sounds pretty close to the original. I'll still keep the mp3s around though.
changelog for - 03-07-2016
nerfed monster trap on map11. forgot to when I nerfed the rapid fire powerup.
implemented some actual difficulty levels. Monsters on HARD don't have as much health, but will still do more damage, and will be more of them. EASY won't be quite as pushovery either. ULTRA will still fuck you. Sorry, not sorry.
rapid powerup no longer uses powered shots, thus encouraging you to fire freely without wasting ammo
updated music entries so intermission music resets on new level (it wouldn't reset if it had the same music as map)
added map16
started map17
started map18
started map19
added collapsing bridge actors
new sounds for lava terrain and fire-related actors
added option to disable the intro help screen
removed the vertical sprites from player shots as they weren't working properly.
fixed some minor lighting issues in previously finished maps
cleaned up some old textures
added +NOGRAVITY to upwards fire jet
completely remade map10 with new enemies
changelog for - 09-08-2015
updated switch textures (they were badly scaled placeholders from an older era)
added map12
added snow effects on maps map05 and map06
added options menu to disable or reduce excess weather particles
more reorganization of decorate scripts
added fog for some maps
removed +SOLID flag for icy rocks. God they were annoying.
added options to disable enemy health bars (or show numbers instead)
made all player shots slightly faster (feels better)
added a bunch of little decorative flowers/grass to fill out levels a bit.
added secret weapon for a secret level
added GAMEINFO lump to change startup colors and title
added map15
updated mapinfo and language to add formatting to level names
stable teleports are now a thing! these rifts don't dissapear like teleport potions
increased the damage radius of fireballs to make them more effective.
changelog for - 04-06-2015
changed icy water in the Ice levels damage from 5 to 1
finished map08
finished map09
added several new models & decorations for maps 13 & 14
finally fixed the scrolling secret gem platform in map04 (after forgetting to fix it several updates in a row)
nerfed the ambush to the crystal above the bridge in map06. It was too annoying.
made Egg Dragons shoot only one egg instead of 1-3, since they're severely powerful
also made the fire shots from eggs affected by gravity.
changelog for - 02-02-15
made player shots smaller so you could shoot alongside walls easier
added better support for althud, thanks to Gez
changes to map01 and map02 to make them a little easier (also map02 had no mushroom chargers)
lowered weapon sprites so they didn't obstruct your view too much
made power shot sprites smaller for the same reason (they should stay fairly large though)
added speed/jump boost floors
fixed some minor things in most of the maps
used a different method for the ladders in map10. No longer uses swimmable 3d floors (no way around reverb effect and using ThrustThingZ works better)
changed weapon sprites yet again. Not quite as in the way now (and is almost pointing now)
made the rapidfire less powerful (overlapping shots). In turn nerfed many mass ambush areas to compensate. They're not as grindy anymore.
Super Health Potions will now give you 20 health (with sbarinfo updated to represent it as gold hearts atop of the red hearts :D
Heart icons updated to be less ugly
added +GHOST to monsters and +THRUGHOST to projectiles so now they are no longer impeded by other monsters. (like in the original game)
added the 10 story pages. Put them at the end of the help screens because I don't know if you can define a totally separate set of help pages
changelog for - 01-24-15
Completely redid map06. No longer lags and flows much better.
added map07
started map08 (Not finished)
started map09 (Not finished)
added map10
added map11 (episode 2)
added sprites and mechanics for hocus player. (jumping animation works too!)
changed projectiles for Power Wand again. The blue and Red just didn't feel right.
Fixed floor check for the jump potion particles. Should work now. (a bit goofy if you hit a ceiling)
New weapon sprites to match the toony look.
Made Monsters return to their original position when they despawn
Reverted monster returning because it doesn't work yet.
added some E2 enemies (blackbeast, mummy, bat)
added some E3 enemies (secret enemies)
added A_SentinelBob to flying monsters to see how they work (works nicely)
added sound variants for power/rapid fire weapons
added some secret stuff
added textures and decorations for Egypt and Night 2 sets
Reworked how bosses work. They should despawn and reset the boss health bar scripts fine now.
changelog for - 08-05-14
added map06
fixed a bug where enemy health bars wouldn't work after loading a savegame
Fixed Progress screens, both when you win a level, and when you die. Now you can't interrupt the death window by pressing a key. Also, they fade out properly now. Unfortunately now there's an issue with the camera spawning inside walls.
Updated decorate and scripts for Monk bosses
Fixed a bug where when you restart a level after dying you retain upgrade shots.
Health Potions give 1 heart instead of 3. Added Big Health Potions that give 3 instead.
Reorganized decorate lumps so that when I start the other episodes it won't be as confusing.
Due to the way the death script works, I had to fix a bug where you'd keep your score after death. obviously your score should reset to where it was when you first entered the level.
Made the Iron Key darker to differentiate from the Silver Key
Fixed a minor issue where the teasure checker wouldn't reset if there was more treasure spawned after you found everything.
added map07
added frames and changed how bosses work (won't be seen until map09 anyway)
(debating: do I change mapnames to ExMx format?)
made player projectiles wider to make shooting enemies easier. (is it too wide now?)
added decorations for Moon Castle levels.
changelog for - 05-21-2014
New sprites for Lightning Spell
Added new enemy - Tengu
Added Map05
Fixed some issues with Wizard talk. Still waiting for new changes to TimeFreeze to fix music not playing
Did some more work for the Full-screen hud
Added to the huds a background meter for your max number of shots
Changed Power Shot. Instead of doing 10 damage to one enemy, now splits into 10 lightning shits.
Changed Hard difficulty. Monsters now have 1.5 health and their shots do twice as much damage.
Added secret difficulty. Rage mode ensues.
Power Shot gives 20 shots instead of 10
Splitter Shot gives 30 shots instead of 20
Homing shots gives 40 instead of 50
More work with the Power Wand. Shots do the same damage as regular, but recharge time is faster and autofires.
cosmetic changes to some actors.
I don't know if I want to have backers to Wizard conversations, but I thought I'd try them out anyway. They don't look half bad, actually.
Changed the par time for map04 to something more sensible. Probably not possible to get EVERYTHING in 300 seconds. Someone prove me wrong.
Completely remade the font and moved item strings to language.enu
Monsters now play their sound at full volume regardless of where you are
Monsters deaths are more satisfying now. They really do *POP* :P
05/11/2014
Made the radius for player shots larger so that they hit enemies easier. also made them slightly homing.
Toying with autofire. The main spell weapon won't have autofire, but is more responsive.
The Power Wand WILL have autofire though.
Hitting enemies will give you a point of recharge. Now rewards you for getting into the fray by letting you shoot faster when up close.
Cleaning up various scripts that I haven't touched in years.
Fixed an issue with the fireball prematurely detonating on breakable blocks. Works fine now!
Added the Super Jump Potion. Thanks Kate! -Unavoidable issue where landing on a bridge or breakable block won't cancel glitter effect.
Help page updated to reflect new Power Wand
Moved music in _mp3 into a folder to alleviate some hotloading issues
Hocusdoom will have relatively the same features as the original Hocus Pocus. You complete maps by collecting all available crystals. However, you can also find red crystals that let you warp to secret maps at the end of the level. You are awarded points for finding treasure, killing enemies, and completing each map within a time limit. At the end of every episode your highest score will be recorded.
Powerups:
Rapid Fire - Fire a long continuous stream of shots lightning-fast. Lasts for 30 seconds and doesn't use extra shot ammo.
Flamethrower - Fire a short-range stream of fire that leaves smoldering ground. Incredibly powerful and rare! Lasts for 30 seconds and doesn't use extra shot ammo.
Extra Lightning Bolt - Lets you fire lightning bolts faster. Your shots slowly recharge, but charge faster if you hit enemies.
Twin Shot - Shoot two bolts at one time. Gives 40 shots per bottle.
Splitter Shot - Shoot three bolts in a spread pattern. Gives 30 shots per bottle.
Laser Shot - Shoots a beam of lightning that pierces through enemies. Gives 20 shots per bottle.
Power Shot - Shoots a single large ball of energy that splits into smaller shots. Devestating against single enemies and tight groups. Gives 20 shots per bottle.
Fireball - Gives 3 shots that will obliterate and pass through any baddie. Bosses are a bit tougher but will still go through them!
Power Wand - Special secondary weapon that is incredibly powerful, but ammo is limited! Make short work of those monsters! This weapon destroys itself when you run out of ammo.
Jump Potion - Lets you jump super high. Only useable once.
Teleport Bottle - Warps you to another area of the map. Only useable once.
Treasure:
Along the way to find those crystals you'll grab treasure to get the top score!
Other types of secret treasure await, worth much more. Happy hunting!
[===== Help Needed: =====]
While I don't mind doing most everything by myself, there is one thing I could use help with--enemy sprites. I can use the original sprites for side views, but I need front and back views for them. If anyone would like to help, I'll provide a spritesheet that you can use as a base, to keep everything consistent. Edit: As of 2017 I have 3/5 of the sprites done, however many still remain. If you still wish to help, please let me know!
I loved Hocus Pocus as a kid, and despite the AI being obviously terrible to me now as an adult, I still adore the graphics and music. This has some promise, but I'd like to point out that Hocus seems to be a young man, yet the recolored Hexen mage hands are veiny and wrinkly. Also, Hocus Doom sounds kinda dumb. Couldn't you at least settle with Hocus Pocus 3D or something?
This gave me epic nostalgia to the balls, loved the working levels alot...
Also made me just as frustrated as I did feel 20 years ago when I played the original... you bastard... clever bastard... I love you... finish this mod!!!
NuroGL wrote:This gave me epic nostalgia to the balls, loved the working levels alot...
Also made me just as frustrated as I did feel 20 years ago when I played the original... you bastard... clever bastard... I love you... finish this mod!!!
Seconding everything here. This is brilliant.
Could do without the old man hands but the whole asthetic and spirit of the game is reproduced and translated to 3D seamlessly.