|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 27, 2016 09:20 AM |
|
|
One more thing I would like to propose for the wishlist: Frenzy duration on expert level is set to 2, if it can be set to 1 like all other levels that would be a great balance improvement.
The values in .xdb files don't work for this spell for some reason.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ
|
|
Deflaktor
Responsible
Known Hero
|
posted May 29, 2016 02:15 PM |
|
|
The patcher has been updated to Version 2.5, it needed the ability to parse unsigned integers for the mini artifacts patch, so please use the new version now.
Added the Mini Artifacts patch to the collection. It is able to change the wisdom divisors of luck, moral and also the shared divisor for shatter and speed. However since the compiler used an optimization trick, you will have to read the description in the yml file to see how to change the divisors.
____________
My Heroes5 Dump /// My Heroes5 Patcher
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 29, 2016 03:58 PM |
|
|
|
Deflaktor
Responsible
Known Hero
|
posted May 29, 2016 04:13 PM |
|
|
Released Initiative Mini Artifact. Changes 1% initiative per wisdom to 0.75%
Is there something specific you want to change about magic proof? I have the code location for it but the calculation seems a bit complicated. I have the value for 85% cap but it is used in a strange way and may affect the whole formula, if changed.
____________
My Heroes5 Dump /// My Heroes5 Patcher
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 29, 2016 04:45 PM |
|
|
If you mean to say that all values will be adjusted slightly downwards by changing for example from 85% to 75% than I think that would be nice, but if it makes a mess than of course it is useless.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 29, 2016 07:33 PM |
|
|
I have done a bit of research, I think magic protection is overpowered so I would be interested in that value if it can reduce it a bit.
Not having Attack and defense is painful since 1 morale = 1 luck = 2 attack = 2 defense, so if luck and morale are nerfed attack and defense should be nerfed the same way otherwise the player should just resort to the other effect.
I was wondering if it is possible to approach the problem in a different way for example all formulas are like this
N = 1 + Knowledge/4
If it is not possible to change the divisor, is it possible to make it:
N = 1 + (Knowledge/1.5)/4
or perhaps easier:
N = -2 + Knowledge/4, resulting in useless artifacts if Knowledge is too low.
EDIT: I have received a bug report about PEST, the simultaneous turns end whenever a player buys a ship?
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ
|
|
Deflaktor
Responsible
Known Hero
|
posted May 30, 2016 04:29 PM |
|
|
I have updated miniArtifact.yml it comes now with the 85% magic proof constant. It works indeed as you guessed. It scales down the values to accomodate the new cap.
Thanks for the bug report for PEST, this is now a high priority for me.
____________
My Heroes5 Dump /// My Heroes5 Patcher
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 30, 2016 05:55 PM |
|
|
|
Deflaktor
Responsible
Known Hero
|
posted May 30, 2016 08:37 PM |
|
|
|
Deflaktor
Responsible
Known Hero
|
posted May 30, 2016 11:18 PM |
|
|
|
dredknight
Honorable
Supreme Hero
disrupting the moding industry
|
posted May 31, 2016 08:55 AM |
|
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 08:57 AM |
|
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 11:16 AM |
|
|
I have trouble understanding those magic numbers. I tried to set speed to Knowledge/20 so i set the divisor to 20 so it returns 1717986919 - 3
but in game the effect became more powerful instead of less powerful
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ
|
|
Deflaktor
Responsible
Known Hero
|
posted May 31, 2016 01:33 PM |
|
|
Sounds strange. I cant test it right now.
Quote:
group: Quantomas3.1j
patchAddress: 5B4153 # magic number for shatter and speed mini artifact
valueType: Integer
originalValue: 2290649225 # Division by 15
patchValue: 1717986919 # Division by 20
---
group: Quantomas3.1j
patchAddress: 5B415D # shift amount for shatter and speed mini artifact
valueType: Byte
originalValue: 3 # Division by 15
patchValue: 3 # Division by 20
This is how it should look like if you want the division by 20.
Now I'm thinking of rewriting the whole function if it indeed does not work.
____________
My Heroes5 Dump /// My Heroes5 Patcher
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 02:36 PM |
|
|
I used exactly those numbers but it resulted in +5 Speed at level 25
I could come close with this:
group: Quantomas3.1j
patchAddress: 5B4153 # magic number for shatter and speed mini artifact
valueType: Integer
originalValue: 2290649225 # Division by 15
patchValue: 1717986919 # Division by 20
---
group: Quantomas3.1j
patchAddress: 5B415D # shift amount for shatter and speed mini artifact
valueType: Byte
originalValue: 3 # Division by 15
patchValue: 5 # Division by 20
But not exactly, level 23 was now +2 speed.
So I think it works different but don't understand how.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 03:04 PM |
|
|
|
Hayven
Famous Hero
|
posted May 31, 2016 05:24 PM |
|
|
Aye!
Sorry for (probably) repeating already asked questions, but I've been absent for a while.
How is MM:H5.5 working with NCF currently? Were the problems only with stability? Are they still present?
____________
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 05:43 PM |
|
|
|
lotihoti
Famous Hero
|
posted May 31, 2016 05:57 PM |
|
|
I use most mmh5.5 functions (only skill and balance changes excluded) with ncf: Right now only in hot seat i get some issues. Multiplayer with automatic saves run fine with rc7 + ncf + pest...
|
|
magnomagus
Admirable
Legendary Hero
modding wizard
|
posted May 31, 2016 06:04 PM |
|
|
|
|