HomeGamesUpdatesPricingMethodology
Steam News14 June 20242y ago

0.9.25 Update

Another mod update today. Number of available hooks increased to 100 - Large-scale reorganization of internal game logic - All functions that are a good idea for modders to call are now in modapi.

Full notes

Full Endless Dark update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes2 additions0 changes0 removals
  • Workshop
  • Gameplay
addedNumber of available hooks increased to 100 - Large-scale reorganization of internal game logic - All functions that are a good idea for modders to call are now in modapi.lua, with documentation on what everything does and any salient semantics. - Strictly internal or one-off game functions are collected in game.lua, with documentation on what everything does and any salient semantics. We can't really keep modders from calling these functions, but in general it's going to be a bad idea to do so. - Lastly, and most importantly: The modding framework has been expanded to allow for fully custom Custodians to be supported in mods. We even added a handy function to quickly assign personality tags to the existing events so you can support personality shifts very easily!
addedIn addition, Endless Dark now has it's own section on Nexus Mods , along with a tutorial mod to help modders get started.

Endless Dark changes

addedNumber of available hooks increased to 100 - Large-scale reorganization of internal game logic - All functions that are a good idea for modders to call are now in modapi.lua, with documentation on what everything does and any salient semantics. - Strictly internal or one-off game functions are collected in game.lua, with documentation on what everything does and any salient semantics. We can't really keep modders from calling these functions, but in general it's going to be a bad idea to do so. - Lastly, and most importantly: The modding framework has been expanded to allow for fully custom Custodians to be supported in mods. We even added a handy function to quickly assign personality tags to the existing events so you can support personality shifts very easily!
addedIn addition, Endless Dark now has it's own section on Nexus Mods , along with a tutorial mod to help modders get started.

Another mod update today.

  • Number of available hooks increased to 100 - Large-scale reorganization of internal game logic - All functions that are a good idea for modders to call are now in modapi.lua, with documentation on what everything does and any salient semantics. - Strictly internal or one-off game functions are collected in game.lua, with documentation on what everything does and any salient semantics. We can't really keep modders from calling these functions, but in general it's going to be a bad idea to do so. - Lastly, and most importantly: The modding framework has been expanded to allow for fully custom Custodians to be supported in mods. We even added a handy function to quickly assign personality tags to the existing events so you can support personality shifts very easily!

In addition, Endless Dark now has it's own section on Nexus Mods, along with a tutorial mod to help modders get started.

Everyone can expect more documentation, along with a 'modding bible' that has some more fully fleshed out direction on the modding framework, coming up pretty soon.

Keeping up the pace to 1.0! See you soon, Custodians!

Source

Steam News / 14 June 2024

Open original post

Changelog.gg summarizes and formats this update. How we read updates.