Fix The Lady Lover and Steed Birthsigns

Feedback on past, current, and future development.
Post Reply
Iskuss
Posts: 4
Joined: 02 Apr 2018, 21:46

Fix The Lady Lover and Steed Birthsigns

Post by Iskuss »

Right now, Openmw applies Fortify Effects to the player when they choose the Lady, Lover, or Steed Birthsigns, instead of increasing the base stat.
This is problematic for a number of reasons.
First of all, this is different from Vanilla behavior, and thus against Openmw's goal to recreate the vanilla engine 100%.
The way Openmw handles these Birthsigns also allows the player to level Endurance, Personality, Agility, and Speed over 100.
Another problem this causes is that it makes the Lady Birthsign useless, because the fortified Endurance doesn't affect the player's health gain per level like in Vanilla.
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Re: Fix The Lady Lover and Steed Birthsigns

Post by akortunov »

We already discussed this issue: viewtopic.php?f=2&t=4819

In original game these birthsigns are pretty useless after level 10-20:
akortunov wrote: 10 Dec 2017, 16:26 In Morrowind birtsign bonuses are added to the base parameter value instead of modified. A bit useless, as for me: In Morrowind values are capped by 100 (75 + birtsign bonus), in OpenMW values are capped by 125 (100 + birtsign bonus).

So with the Lady you are still capped by 10 HP per level, and other stat bonuses are pretty useless in the later game.
Also Endurance usually hits 100 at level 10-20, so additional 25-50 hit points does not make very much difference.
akortunov wrote: 13 Dec 2017, 06:19 As for me, adding birth bonuses to base stats is just a hack to workaround bug with Restore attribute effects (they restore only to base attribute value, even if the player has buffs). Bethesda did not bother to fix this bug, so it is an obvious solution to prevent Lady and Steed from being totally useless.
Iskuss
Posts: 4
Joined: 02 Apr 2018, 21:46

Re: Fix The Lady Lover and Steed Birthsigns

Post by Iskuss »

The question isn't how useful the birthsign system was in the vanilla engine. The question is whether or not it was a bug. You are defending a derivation from the vanilla engine based on balance and how useful you think the birthsign is. By this logic we should also change the way the other birthsigns work to make them more useful or balanced. No, it is for modders to balance birthsigns.
Openmw's job is to mimic the original engine exactly, minus the bugs. Since this isn't a bug, it should not derivative from vanilla's behavior.
User avatar
wareya
Posts: 338
Joined: 09 May 2015, 13:07

Re: Fix The Lady Lover and Steed Birthsigns

Post by wareya »

akortunov wrote: 07 Apr 2018, 06:55 We already discussed this issue: viewtopic.php?f=2&t=4819

In original game these birthsigns are pretty useless after level 10-20:
<snip>

Okay, but consider:

Vanilla behaves one way. OpenMW is behaving another way.
User avatar
Capostrophic
Posts: 794
Joined: 22 Feb 2016, 20:32

Re: Fix The Lady Lover and Steed Birthsigns

Post by Capostrophic »

Kinda difficult to fix. Currently birthsigns, being effectively spells, fortify the modified attribute and not the base value. This does cause at least one issue down the line: skill training only works up to the base value of the patron attribute and ignores the birthsign.
Iskuss
Posts: 4
Joined: 02 Apr 2018, 21:46

Re: Fix The Lady Lover and Steed Birthsigns

Post by Iskuss »

I'm not in a rush or anything for this to be fixed, but as long as it will be fixed when the solution comes, I'm happy. What exactly is the problem though? Can't the birthsigns be changed to modify the base stat instead fortify it? I'm a bit confused as to what makes it difficult, but I'm not a coder, so I can't complain. And yeah, it would be good to stomp this inconsistency out because of the butterfly effects it has on other mechanics such as training, as you said.
User avatar
DestinedToDie
Posts: 1181
Joined: 29 Jun 2015, 09:08

Re: Fix The Lady Lover and Steed Birthsigns

Post by DestinedToDie »

Well, this is my opinion. Because the birthsigns are essentially constant spells, The Lady Lover and Steed birthsigns work inconsistently compared to the rest of spells in Morrowind. Having them work consistently as everything else does is a plus in my mind for OpenMW, though it may deviate from vanilla Morrowind.
User avatar
wareya
Posts: 338
Joined: 09 May 2015, 13:07

Re: Fix The Lady Lover and Steed Birthsigns

Post by wareya »

They're not constant spells in the vanilla game.
User avatar
DestinedToDie
Posts: 1181
Joined: 29 Jun 2015, 09:08

Re: Fix The Lady Lover and Steed Birthsigns

Post by DestinedToDie »

wareya wrote: 08 Apr 2018, 09:11 They're not constant spells in the vanilla game.
Looking at the vanilla game I am convinced that they are and I didn't anticipate that someone would disagree with me, so I didn't make a case for it. But maybe I should explain my line of thought.

Let's look at spellmaking. Here it is in the vanilla Construction set. https://i.imgur.com/0kl38m8.png

Okay, so technically it's not a spell. But it is under spellmaking. Spellmaking has a couple varieties such as:

Spells that cost mana.
Powers that are exactly like spells that cost no mana but you can only use them once per day.
Abilities which are like spells and last forever (constant effect).
Diseases which are basically just like the abilities in that they behave like constant spells.

Okay, maybe you're not entirely convinced yet, so I'm going to add something ontop. What command line would you be writing in the console if you wanted to add the ability from The Steed birthsign onto your character? player->addspell "charioteer ability"

Another way to think about it is to ask what does a spell do? It always produces a spell effect, which is shown by the spell effect icons tagged next to your minimap. https://i.imgur.com/QH0vmbA.png

Why is this a major implicator that the ability is basically a constant spell? Well, not only does the game treat it as a spell in the list of icons, it also bundles it together with enchantments and spells. For example, if I wear Boots of Blinding speed, the icon information will add them together as if there is no fundamental distinguishment.

Morrowind has and utilizes a way to increase stats without spells and producing a spell icon. This can be seen in some quests, such as Widowmaker, where one of the endings gives you +1 strength permanently (does not go over 100).

I can see the intent behind making the birthsigns behave in a strange way, but I prefer the way OpenMW does it due to being able to increase stat hard points already with the widowmaker method and having abilities provide a soft point bonus in a way that is consistent with the rest of the spellmaking subtypes. Having it behave similar to the widowmaker hard stat method robs us from 1 extra variety of behavior, which makes the engine more unflexible if you're into content creation.
User avatar
wareya
Posts: 338
Joined: 09 May 2015, 13:07

Re: Fix The Lady Lover and Steed Birthsigns

Post by wareya »

Okay but that doesn't have anything to do with how they function.
Post Reply