Skip to content

BF3RM/BundleMounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

BundleMounter

Bundlemounter is a dependency mod for Venice Unleashed that allows you to easily mount bundles and superbundles. It was created so several mods can load different bundles without conflicts.

Usage:

Events:Subscribe('BundleMounter:GetBundles', function(bundles)
    Events:Dispatch('BundleMounter:LoadBundles', SuperBundle, {
        Bundles...
    })
end)
-- Example:
Events:Subscribe('BundleMounter:GetBundles', function(bundles)
  Events:Dispatch('BundleMounter:LoadBundles', 'Levels/XP4_Quake/XP4_Quake', {
    'Levels/XP4_Quake/XP4_Quake',
    'Levels/XP4_Quake/DeathMatch',
    'Levels/XP4_Quake/SquadDeathMatch'
})
end)

BundleMounter will automatically register the content into the current level.

You can find a list of superbundles and bundles in the Venice Unleashed Docs and search through the bundle contents here

About

Making Venice Unleashed bundle-mounting easy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages