Comments

Log in with itch.io to leave a comment.

When i try to play a full run on doom2 i get this error could not fing map E1M1 can you help me?

Requires a "doom_complete.pk3" file created with WadSmoosh and assumes you have ALL of the following: Ultimate Doom, Sigil, Sigil II, Doom 2, No Rest For The Living, The Master Levels, TNT: Evilution and The Plutonia Experiment.

Are you running the Full Run mod with this, or vanilla doom2.wad?

yes i am runnig with vanilla doom2.wad  and this full run mod.

Okay, that's your problem right there - doom2.wad only has Doom 2 levels in it, naturally; this mod is intended only for a setup where you have all the different sets of levels that WadSmoosh supports and are using the file it generates - doom_complete.pk3 - as your IWAD (base resource file) instead of doom2.wad.

Compatible with the new WadSmoosh 1.4 (Sigil II) ?

It's now part of the progression:

https://jp.itch.io/doom-fullrun/devlog/658269/updated-sigil-ii-now-included-in-p...

How do you add more levels from doom megawads?

Does this support SEWERS.WAD and BETRAY.WAD?

(+1)

Those maps are accessed from E1M1 and MAP02, respectively, which the full run mod doesn't touch. The mod only changes what happens at the endings for E1M8, E2M8, etc, continuing to the next episode instead of ending the game. So yes it should support going through those maps on the way to the end.

how do i load this in the command line with doom_complete.pk3?

(+1)

The included PK3 can be loaded like any other addon WAD. If you're running on Windows and have doom_complete.pk3 in the same folder as your gzdoom.exe, you can run "gzdoom.exe fullrun.pk3".

thank you, for your help.

How would I launch this on macOS?

(1 edit)

Is this updated to also include Sigil? EDIT: nevermind, missed it!

The arsenal-reset between episodes/Master Levels is slightly bugged with the Samsara mod - it resets ammo, but not weapons (so you end up with 50 Bullets/Mini-Zorch/Blue Mana/whatever, but all the weapons you've accumulated). Also, is it possible to have an alternate version that removes the arsenal reset entirely?

The arsenal resets are done with the "ResetHealth" and "ResetInventory" lines in the mod's mapinfo's entries for the first map of each chapter, ie E2M1, E3M1, E4M1, MAP01, NV_MAP01, TN_MAP01, and PL_MAP01. So you could take those lines out for a no-reset run.

Given that I'm just using a standard mapinfo directive to do it, I'm not really sure how I'd fix mods that break it. Maybe Samsara sets certain weapons to be "never strip this item, even after a ResetInventory"? I believe the Inventory.Undroppable actor flag does this. Are those items normally stripped between Master Levels when playing without the Full Run mod?

They are not - I just checked, and it has that exact flag. Weird.

Thanks for the advice on tweaking the MAPINFO, also