Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Joel B

5
Posts
1
Followers
5
Following
A member registered Apr 24, 2016

Recent community posts

(1 edit)

Yep ditto. Only the last tutorial image showed; the others were black squares. Game seemed to do well otherwise!


(edit: also mousewheel rotation only works in one direction... not sure if that is intended)

And I think there's still an issue w/ flying and swimming monsters not spawning in non-tourism mode. I haven't tried it but just from code inspection it looks like they are always killed off regardless.

Another bug report (sort of). If a player inadvertently changes their weapon to axe, like by hitting their mouse scroll wheel, it can seem mysterious why the boomstick stops working since there is no HUD. Might want to disable weapon-switch impulses in tourism mode.

(2 edits)

One more thing that may need doing in that modification, if a monster death is required to trigger something to enable advancement. To be safe I should probably make sure that code like the last few lines of monster_death_use gets invoked for all the ghosts (and then maybe NOT do that part of monster_death_use when it actually dies). Will get back to poking around at that soon.

Edit: E4M7 is a nice test case (the vores at the end). Made a couple of changes so that that map is completable.

Edit 2: Checked that all maps are completable.

Having fun poking around with this! If you're interested in providing an option for visible (noninteractive) monsters BTW, I've been running this mod with a small change to make that choice available: https://github.com/neogeographica/quakec/compare/ghosts...ghosts_modified

(also a couple of bugfixes in there I think, to make sure that flying/swimming monsters spawn correctly when tourism is disabled)