Skip to content

This mod for Kingdom Come: Deliverance allows multiple mods to start flownodes once the game is fully loaded.

License

Notifications You must be signed in to change notification settings

OVNI-modding/kcd_flowgraph_hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kcd_flowgraph_hook by OVNI

This mod for Kingdom Come: Deliverance allows multiple mods to start flowgraphs once the game is fully loaded.

Why this mod ?

CryEngine activates only one flowgraph when the game starts: Sys_StateControl.xml. So any mod that'd like to launch a flowgraph when game starts would have to override it. Problem: only one mod can do so. kcd_flowgraph_hook allows up to 999 mods to launch a flowgraph when game starts.

How it works

This mod override Sys_StateControl.xml so it calls SYS_Main.xml when game is fully started. Then SYS_Main.xml calls SYS_Main_x.xml flowgraphs, where x is a number between 1 and 1000.

Usage

  • Get an Id using the reservation topic
  • Name your flowgraph SYS_Main_x.xml where x is the previously reserved id.
  • include zzz_flowgraph_hook.pak with your mod.

About

This mod for Kingdom Come: Deliverance allows multiple mods to start flownodes once the game is fully loaded.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published