Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I extracted "jpfinder.pk3" from the "doom-secret-finder-mod.zip" archive Version 8 Feb 02, 2021 with the "ALZip" program. I opened the "zscript" file with the "WordPad" program and deleted the text "override void WorldThingSpawned(WorldEvent e) { bool ignoreBonuses = CVar.FindCVar("finder_ignore_bonuses").GetBool(); if ( ignoreBonuses && JPFinderTracker.isBonus(e.Thing) ) { e.Thing.bCountItem = false; level.total_items--; } } " saved it to an existing file! Now Version 8 works fine! ;)