Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Not Jabba

The Wayfarer's Tome: a standalone gameplay mod for Heretic (Update to beta 7a with wand start bugfix, November 2021)

Recommended Posts

Really good stuff, its gonna be my autoload file for Heretic. Finally a great subtle Heretic gameplay mod. I have also a few suggestions:

 

-reduce gargoyle knockback, we dont need another cacodemon mechanic
-increase speed of nitrogolems because they should be a threat, maybe add a charge mechanic
-reduce sabreclaw healts slightly maybe?
-increase accuracy\maybe increase dmg of elven staff, i know its a starting weapon but it should be a more viable sniping weapon

-elven wand start option

-optional 50\100% monster movement\attack speed increase for UV difficulty equivalent

Share this post


Link to post
19 minutes ago, Zaratul said:

-reduce gargoyle knockback, we dont need another cacodemon mechanic
-increase speed of nitrogolems because they should be a threat, maybe add a charge mechanic
-reduce sabreclaw healts slightly maybe?
-increase accuracy\maybe increase dmg of elven staff, i know its a starting weapon but it should be a more viable sniping weapon

-elven wand start option

-optional 50\100% monster movement\attack speed increase for UV difficulty equivalent

 

Thanks for the feedback! The mod is relatively unlikely to change balance-wise at this point, since it's the end result of about two years of tinkering, but you never know. I've considered/tried out a few of the changes you suggested, so here's some general thoughts on the balance and why I decided to limit the changes:

-Both Gargoyles and Disciples are more dynamic enemies when you have to worry about how they get knocked around; it makes the Gargoyle more effective as a harasser enemy and gives the more dangerous Disciple an element of unpredictability -- and since it takes fewer hits to kill them with most weapons, the frustration of chasing enemies around becomes less of a problem. More importantly, I've found that the heat-seeking Hellstaff is a fantastic weapon for cleaning up flying enemies, as it makes the knockback irrelevant.

-I've tried reducing the Sabreclaw health a tiny bit from 150 to 135/140, and while it was fairly satisfying for casual play, it meant that they got one-shotted by the Crossbow pretty frequently, which significantly reduced their threat level.

-Higher movement speed (unless taken to the extreme) doesn't add a lot to enemy threat level, and one problem with Heretic enemies is that most of them have similar speeds (with the Nitro being at the lower end of the limited spectrum), and that makes them all easy to herd (whereas very fast and very slow enemies are more difficult to manipulate that way). I've actually slightly reduced the speed of the Golem/Nitrogolem to separate them from the pack a bit more.
-I want to discourage use of the Elven Wand as much as possible, because it always slows down the speed of gameplay relative to other weapons, and I feel like it's better to push players to be out in the middle of the combat rather than plinking from a distance. The current changes to the Wand are just to make it less frustrating to start out at the beginning of a map. The Dragon Claw is about as accurate as the Wand at mid-range, and in many situations the heat-seeking Hellstaff is even better than a sniping weapon -- but if you're dealing with a nest of turrets, isn't it more fun to rush in and wipe them out with the Phoenix Rod anyway? :P

 

I'm not sure what you mean about the options, but I'd be happy to add them if possible. Do you mean adding them to the GZDoom menus, or something that helps with autoloading? I don't have experience with stuff like that, but if you point me in the right direction, I can give it a try.

Share this post


Link to post
Quote

I've actually slightly reduced the speed of the Golem

Golems are meele enemies so they should have some speed, now they are just a pushovers.

Quote

-I've tried reducing the Sabreclaw health a tiny bit from 150 to 135/140, and while it was fairly satisfying for casual play, it meant that they got one-shotted by the Crossbow pretty frequently, which significantly reduced their threat level.

You are right, after playing a bit more i agree that Sabreclaw health is just right.

Quote

-I want to discourage use of the Elven Wand as much as possible

I like it when all game features are usefull. :) Elven Wand after buffs is a great alternative for crossbow and claw. And its good for killing ghosted enemies.

Quote

isn't it more fun to rush in and wipe them out with the Phoenix Rod anyway? :P

Well you do not have Phoenix Rod all the time right? :)

Quote

Do you mean adding them to the GZDoom menus

Yep, thats what i`m talking about. More options=variety and variety is a spice of life. :)

Share this post


Link to post

Neat! I have a suggestion. Golem punches and sabreclaw scratches hit the player even when he has the shadowsphere active. I think making them pass through is logical and incentivizes using the powerup. This code seems to work fine:

Spoiler

Melee:

 TNT1 A 0 A_CheckFlag (GHOST, "Melee2", AAPTR_TARGET)

 MUMM F 6 A_CustomMeleeAttack(random[MummyAttack](1,8)*2, "mummy/attack2", "mummy/attack")
 MUMM G

 Goto See

Melee2:

 MUMM F 6 A_PlaySound ("mummy/attack")
 MUMM G 6
 Goto See

 

Share this post


Link to post

I just played EP1 of Heretic (skill 4) with the mod. Here are my thoughts: 

- The crossbow rocks. Being able to kill golems in 1 shot at close range is great.

- The gaunlets are really good too. I can now safely kill lone golems without taking any damage. Useful for conserving ammo.

- The brightmaps add to the asthetics, which is nice.

- The elven wand is stronger now but I still think it is quite useless. I suggest improving its accuracy. I know its a starting weapon but still.

- Golems were already quite slow. So no need to further nerf them. Infact I would actually suggest to slightly buff their speed, as they can be 1 shotted from crossbow now.

- The flyers need to have less knockback. While Hellstaff might be able to kill them easily, its not available on all levels (EP1 for example).

- An option in GZdoom menu to replace the firemace with the Lightbringer on the level spawns(along with their ammo) would be great.

 

Note that I haven't played E2 onwards. So this comment doesn't include all monsters and weapons.

Share this post


Link to post
5 hours ago, Zaratul said:

Golems are meele enemies so they should have some speed, now they are just a pushovers.

As seen in my Heretic monster usage guide Golems are supposed to be used in tight enviorments with lots of them in it so that they become dangerous :)
I don't think that Golems need to be any faster, then they'd be reskinned Sabreclaws :'') and Nitro Golems are more about being snipers than close range combatans (Protip: If you have a platform focused battle arena the Nitrogolems turn to nightmarish projectile throwers with their homing skulls flying around you in a circle formation)

Share this post


Link to post
9 hours ago, whirledtsar said:

Neat! I have a suggestion. Golem punches and sabreclaw scratches hit the player even when he has the shadowsphere active. I think making them pass through is logical and incentivizes using the powerup. This code seems to work fine:

  Hide contents

Melee:

 TNT1 A 0 A_CheckFlag (GHOST, "Melee2", AAPTR_TARGET)

 MUMM F 6 A_CustomMeleeAttack(random[MummyAttack](1,8)*2, "mummy/attack2", "mummy/attack")
 MUMM G

 Goto See

Melee2:

 MUMM F 6 A_PlaySound ("mummy/attack")
 MUMM G 6
 Goto See

 

 

Haha, I've been trying to figure out how to do that for years, and nobody I talked to had heard of a way to make it work on enemy melee. Thanks, I'll try it!

 

5 hours ago, ReaperAA said:

- Golems were already quite slow. So no need to further nerf them. Infact I would actually suggest to slightly buff their speed, as they can be 1 shotted from crossbow now.

 

4 hours ago, SOSU said:

As seen in my Heretic monster usage guide Golems are supposed to be used in tight enviorments with lots of them in it so that they become dangerous :)
I don't think that Golems need to be any faster, then they'd be reskinned Sabreclaws :'')

 

Exactly -- anything I could have done with standard Golems would have made them feel like they were moving into a niche already occupied by Sabreclaws. Both Sabreclaws and Nitrogolems are better enemies to use in nearly any situation from a mapping perspective, so I only used melee Golems in a few very niche situations in Wayfarer after e1m1, and I mostly ignored them in the modding process. In vanilla Heretic they're treated as either a very casual enemy or a screen for Nitrogolems to hide in, and the way they're treated in the mod allows them to keep that usage. Heretic E1 is the only case I can think of where the standard Golems are used in large numbers -- in the later episodes and in most pwads, most Golems are Nitrogolems.

 

At some point I'd definitely like to mess with the menudefs and give people some options -- an option to replace the Firemace with the Lightbringer sounds like a good idea.

Share this post


Link to post
1 hour ago, Not Jabba said:

Exactly -- anything I could have done with standard Golems would have made them feel like they were moving into a niche already occupied by Sabreclaws. Both Sabreclaws and Nitrogolems are better enemies to use in nearly any situation from a mapping perspective, so I only used melee Golems in a few very niche situations in Wayfarer after e1m1, and I mostly ignored them in the modding process. In vanilla Heretic they're treated as either a very casual enemy or a screen for Nitrogolems to hide in, and the way they're treated in the mod allows them to keep that usage. Heretic E1 is the only case I can think of where the standard Golems are used in large numbers -- in the later episodes and in most pwads, most Golems are Nitrogolems.

 

On second thought, maybe u r right. It makes sense to separate them from Sabreclaws. Also after reading ur comment, a thought came to my mind that slower golems would actually be better for screening nitrogolems. Faster golems would just run faster towards player, easily revealing nitrogolem behind them. So keep them as they are.

 

Though my opinion regarding knockback of flyers still stands. It just makes them annoying but without really making them more threatening per se.

 

7 hours ago, ReaperAA said:

The elven wand is stronger now but I still think it is quite useless. I suggest improving its accuracy. I know its a starting weapon but still.

 

Also I would like to add more opinion about Elven wand. I understand that u want to discourage its use. But I think wand could be turned into something useful. What if its accuracy was perfect 100% (like the pistol in Eviternity). This would make it better than dragon claw at sniping. It would also provide players another option of play-style (for those that want to play safer due to personal style and/or the situation at hand). Those who wanna play aggressive could ignore wand if they want to.

 

And one last thing. R u using this (just mentioning in case).

 

 

Share this post


Link to post
21 hours ago, ReaperAA said:

And one last thing. R u using this (just mentioning in case).

 

I've thought about it, but I haven't added anything from it yet. Do you know if the author has granted permission to reuse the assets?

 

12 hours ago, FrancisT18 said:

@Not JabbaWill Faithless or Curse of D'Sparil run with this? Especially the later (I know Faithless is still new...)

 

I haven't tested it with either yet, but it should work fine with Curse of D'Sparil, since it doesn't make any modifications to the player class or monsters/weapons. I'd predict that Curse is probably one of the most fun things to play with the mod, since the combat is so heavy.

 

SOSU played Faithless with the mod and didn't mention any problems, but I can't guarantee that everything will be perfect. At some point, I'd like to create a patch for it (as well as Masters of Chaos and the Dr. Chaos series) like I did with Elf Gets Pissed to better accommodate the mapset's unique features. That will probably be on the backburner for a while though.

Share this post


Link to post

Did somebody mention the Iron Sauce? :D
The Firemace in Faithless overrid (overided?)  the Lightbringer so that was a bit of a problem since i couldn't switch to it untill i didn\'t have any ammo and couldn't switch back untill it's ammo depleted :'')
You can just delete the part of code for the Firemace in Faithless to stop that from happening though :)

Also Jabba does The Wayfarer Tome have your custom monsters in it too?

Share this post


Link to post
3 minutes ago, SOSU said:

Did somebody mention the Iron Sauce? :D
The Firemace in Faithless overrid (overided?)  the Lightbringer so that was a bit of a problem since i couldn't switch to it untill i didn\'t have any ammo and couldn't switch back untill it's ammo depleted :'')
You can just delete the part of code for the Firemace in Faithless to stop that from happening though :)

Also Jabba does The Wayfarer Tome have your custom monsters in it too?

 

Ah, ok, so Faithless modifies the Firemace. That sounds like a problem, since the Firemace is treated as a normal weapon and the Phoenix Rod is secret-only. I'll definitely make a patch for Faithless, and it may involve balance changes to the custom monsters as well to bring them more in line with the balance of the mod. I'm planning to do that with Masters of Chaos as well.

 

The Wayfarer's Tome doesn't have the custom monsters and items yet (because there are so few of them), but it will eventually come in a version that includes the complete resource set, as well as the standalone mod. For now, it should be easy enough to rip them from Wayfarer if you want to use them.

Share this post


Link to post

@Not JabbaThanks for letting me know. elfgp and curse are probably top of my list, as well as Stormwalker's and Lutz' single map(s). But I was just surprised you hadn't mentioned curse prior.

 

On that count - do you know if Dark Deity's Bastion - Stormwalker's other single map - works flawlessly?

Share this post


Link to post

@FrancisT18 Elf gets wet modifies the Wand so that too might needs to be patched :O
The only the DDB changes is the final boss so don't worry it works flawlessly :)

(I know all this stuff because i mostly played Heretic with a quake weapon mod,not that TWT is a thing i don't need to anymore yay :D )

Share this post


Link to post
7 minutes ago, FrancisT18 said:

Thanks for letting me know. elfgp and curse are probably top of my list, as well as Stormwalker's and Lutz' single map(s). But I was just surprised you hadn't mentioned curse prior.

 

On that count - do you know if Dark Deity's Bastion - Stormwalker's other single map - works flawlessly?

 

3 minutes ago, SOSU said:

Elf gets wet modifies the Wand so that too might needs to be patched :O
The only the DDB changes is the final boss so don't worry it works flawlessly :)

(I know all this stuff because i mostly played Heretic with a quake weapon mod,not that TWT is a thing i don't need to anymore yay :D )

 

Waytome already has a patch for ElfGP. I wanted to include that right out of the gate, since I owe so much to the mapset.

 

DDB should definitely work. That and Curse are the next things I'll test with the mod, but I didn't want to officially recommend anything until I'm sure it works perfectly.

Share this post


Link to post

I didn't have any issue with the Wand when I played ElfGP with the mod -- the regular mod seems to overwrite it properly. If it appeared as a weapon pickup, I might need to patch it, but the mod's customized player class automatically starts you with the right weapon.

Share this post


Link to post

Ah I see @SOSUonly said 'might' after all.

 

Hordes of Chaos also comes to my mind also a huge (often forgotten!) mod, perhaps actually better IMO than MoC - but would likely take a LOT of work - it has DooM assets and such.

Share this post


Link to post
1 hour ago, Not Jabba said:

Do you know if the author has granted permission to reuse the assets?

 

No I don't know. It was just my assumption that he would be okay with it (provided that he is credited) since these are simply slightly modified vanilla assets.

 

Of course asking @Revenant100 is ultimately the best way.

Share this post


Link to post

After playing some of E2 and E3 (and also E5M8) levels with wand starts and playing with new weapons, here are my further thoughts:

- The Lightbringer is very very powerful (almost borderline OP). The primary fire can take down clumped enemies very effectively. When tombed, it truly becomes a BFG. One can even 2-shot a Maulotaur with tombed lightbringer (kinda similar to 2-shotting a cyberdemon with BFG). I still like it though.

- The tombed phoenix rod is very powerful against bosses. With it one can almost stunlock maulotaurs and easily dispatch them. However I was disappointed because D'Sparil on skill 4 and below became a joke because of this. I used tombed phoenix rod against him(after killing the serpent) and managed to stunlock him throughout the fight to a point where he only managed to summon disciples only once when near his death. Maybe on skill 5 this is good (but not on skill 4). Perhaps his pain chance should be reduced.

- The ophidians are less durable but pack more punch now. This is a very good change as they become much more interesting to fight.

- The weredragons are more durable and have more firepower. Fitting change especially considering how large and menacing they look.

- The firemace is now a somewhat acceptable weapon due to the firepower improvement.

- The Sabreclaws with higher mass is a good change. Previously one could easily push them back but not anymore :)

Share this post


Link to post

 

18 hours ago, Revenant100 said:

You are more than welcome to use whatever assets you'd like from the Minor Sprite Fixing Project for whatever purpose you wish. The only other additional credit to keep in mind is Neoworm for his widescreen Heretic status bar (I did not use his Staff).

 

Awesome, thanks!

 

3 hours ago, ReaperAA said:

- The tombed phoenix rod is very powerful against bosses. With it one can almost stunlock maulotaurs and easily dispatch them. However I was disappointed because D'Sparil on skill 4 and below became a joke because of this. I used tombed phoenix rod against him(after killing the serpent) and managed to stunlock him throughout the fight to a point where he only managed to summon disciples only once when near his death. Maybe on skill 5 this is good (but not on skill 4). Perhaps his pain chance should be reduced.

 

True, I had that same experience with D'Sparil. The thing about the Tomed Phoenix Rod is that it's difficult to use in a well-designed combat situation, because if you go in close and try to focus on single enemies, other things will be attacking you from other angles. That's why it needed to get so powerful as a trade-off for Wayfarer, and for more casual combat, it's just fun to use it to mow things down. Unfortunately, the original Heretic has really bad boss fight setups, especially facing D'Sparil alone in a huge empty arena where he's the least threatening. Aside from using Spadger's brightness fixes, the mod hasn't touched D'Sparil at all, because he's not used in Wayfarer and I don't intend to ever use him for anything else.

 

That said, he could probably stand to get a buff. A zero percent pain chance seems pretty logical for the final boss of a game.

 

I'm glad everything else feels like it's working as intended! The Lightbringer does seem like it could throw off the balance of a map that isn't designed with it in mind, which is why I kept the Firemace as default.

Share this post


Link to post

Hocx doesn't have any weapon modfications (atleast i remember it being like that) and both humps will work 100% (i was in both :D)

Share this post


Link to post
1 minute ago, FrancisT18 said:

HOCX has monster changes and additions however. Definitely additions, atleast (from DooM/Hexen).

Hocx doesn't change weapons,and wtome doesn't change monsters, so they work together :)

Share this post


Link to post

I meant as in adding monsters :'')
Does Hocx modify the vanilla monsters? nope
So it works :V

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×