Skip to content

a09k

Choose a tag to compare

@github-actions github-actions released this 26 Apr 04:36
· 8 commits to main since this release

Full Changelog: a09j_0001...a09k

Which ZIP do I download?

  • -types.zip - smallest. Only struct_*, enum_*, list_* (DataTables), and int_* (interfaces). Pick this if you just need VotV type definitions to reference while building your own Blueprints. No game logic, no props.

  • -core.zip - the default pick for modding. Everything except pure prop_* items (wire components are kept) and dev junk (untitled*, NewBlueprint*, SKEL*). You get mainPlayer, mainGamemode, lib, saveSlot, triggers, NPCs, UI widgets, wire logic, and comms - all the systems you'd actually extend - without ~1000 holdable items bloating the tree.

  • -full.zip - everything under Content/. Pick this if your mod touches existing items.

If you're not sure, download full.

Full Changelog: a09j_0001...a09k