Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

  • 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

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.