Jump to content

Modding Patch Notes for v5.0.0.0040


Recommended Posts

This is a list of changes from v4.1.0.0011 to v5.0.0.0040 that specifically affect modding the game. The patch notes for other changes to the game can be found here.
 
Check the documentation for more details on the functionality of added data properties.
 
Modding Patch Notes for v5.0.0.0040

  • Looping AttackBaseVisualEffects are now supported for all events rather than just AnimEvents. The effects are stopped on Impact.
     
  • Added ExperienceTableComponent.TrapLockXPIncrements
  • Added HostilityType.HostileEver
  • Added TacticalModeSettingsComponent
  • Added CombatSettingsComponent.MinimumRollToGrazeTacticalMinimumRollToHitTacticalMinimumRollToCritTactical
  • Added AttributeComponent.TacticalOverrideBonusesFormatString
  • Added CharacterStatsSettingsComponent.AttributeTacticalStrideMultiplier
  • Added DamageData.TacticalMinimumOverride / TacticalMaximumOverride
  • Added GenericAbilityComponent.ShowStatusEffects
  • Added StatusEffectDurationType.UseDuratonUnadjusted
  • Added GenericAbilityComponent.RandomizeStatusEffect
  • Added AIBehaviorDataComponent.CanEngage
  • Added AICombatMoveComponent.AbortIfImmobile
  • Added AIMoveComponent.AbortIfImmobile
     
  • (Community Request) Added IsAnyWeaponEquipped conditional
  • (Community Request) Added IsAnyWeaponEquippedInSecondarySlot conditional
     
  • Fixed a problem where oei_this was not properly initialized when checking soulbound advancement conditionals.
  • (Community Report) Fixed a problem where ModScriptHooks sometimes did not work correctly when loading very old savegames
  • Fixed a problem where scripts or conditionals that were called recursively would not receive correct values for special GUIDs

Thanks for working with us to make this game even cooler and more fun! I'm looking forward to seeing where you take it in the future.

  • Like 4
Link to comment
Share on other sites

  • SChin pinned this topic

It seems that I'm no longer able to use the alpha/color element on sprites in the XML files.

Not a super huge deal, as I can work around it - just curious why this happened with the latest patch.

This means that instead of using the color tag "within" the sprite tag, I have to wrap it around the sprite instead.
 

Which means that this:

<sprite="Inline" color=#80e27eEE name="cs_health" tint=1>

...has to become this:

<#80e27eEE><sprite="Inline" name="cs_health" tint=1></color>

 

Any idea why that is, @BMac?

Edited by Spherical

Editor and Designer
Enhanced User Interface
Nexus Mods | Steam Workshop

Link to comment
Share on other sites

Quote

Added StatusEffectDurationType.UseDuratonUnadjusted

I waited for this, thank you!
Only wish for UseValueUnadjusted :grin:

I know, i know, it will never gonna happens. Anyway, thank you for your support, @BMac.

Link to comment
Share on other sites

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
×
×
  • Create New...