VTOL VR Mod Loader

VTOL VR Mod Loader

25 ratings
Custom Weapons Base
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
931.424 KB
11 Jun, 2024 @ 8:28am
23 Jun @ 8:53pm
40 Change Notes ( view )

Subscribe to download
Custom Weapons Base

Description
Adds support for loading custom equips, along with 4 extra hardpoints for unconventional equips.



Add a reference to this dll from
steamapps\workshop\content\3018410\3265798414

Add all equippable prefabs into an asset bundle, along with a manifest.json containing something like this
{ "DevDependency" : "D:\\Optional\\Example\\YourFolder\\YourDll.dll", // Optional, loads your dll from another directory. "Dependency" : "YourDll.dll", // Optional, loads the dll in the same folder as the Asset Bundle "Weapons" : { "Prefab_Name" : [{"94" : "1,2,3,4"}, {"26" : "4,5,6,7"}, {"Vehicle" : "Hardpoints"}], "Danku_Gun_Thing" : [{"45" : "1,2,5,6"}] } }

Contains some existing components
  • BurstMissile: Invokes a UnityEvent whenever missile is within x radius
  • CWBFLKMissile: Primarily used alongside BurstMissile to be invoked. Jettison missile fairings and or fire a gun component (bullets from guns can explode if radius is set above 9)
  • CWB_Explosion: Replaces the missiles explosion particle effect with a custom one.
  • CWB_HPEquipExtensions: Contains a ton of events from HPEquippable, including a couple useful ones such as Firing, CycleWeaponButton, TriggerAxis, and Jettison. Can be used alongside another equip
  • CWB_FuelTank: HPEquipExtensions but with a fuel tank... Can be used alongside another equip
  • CWB_HPEquipCMPod: Countermeasures, not really tested so may or may not work well.
  • CWB_HardpointModifier: Detach and disable HPEquip nodes for specific hardpoints. Used primarily if you have a giant model that blocks some hardpoints.
  • CWB_WindingWeapon: Used alongside a custom script to invoke the methods and check if wound up. Starts and stops winding a weapon plays audio and adjusts pitch and volume over time.
  • WindingWeapon: Same as above but invokes an event once its fully wound up.
  • CombinedCannon: Fire every gun of the same type.
  • CWB_GrabInteractable: Grabbable object, pretty obvious.
  • CWB_VRIntGlovePoser: Custom glove poser to use custom hand animations.
  • CWB_Weapon: Mark a weapon as a WMD (Weapon of Mass Destruction) so that it may not be used in lobbies with that setting disabled.
  • There're a few others that aren't very useful for the average user. Look through the github[github.com] to see any extras.

Original custom equip loading code by Temperz87
15 Comments
TheDreamer 14 Jun @ 5:55am 
Works fine for me
DankuwOs  [author] 13 Jun @ 5:06am 
just tested with like 5 aircraft all loading on start and it didnt, also dont report bugs on steam it fucking sucks. do it on the main discord modding channel or the modloader discord with logs attached
MitsukiTakeda 13 Jun @ 4:47am 
So, the latest update causes a crash if the A-10 or F-16 is loaded with any CWB dependent mod.
DankuwOs  [author] 24 May @ 3:32am 
probably
certifiedf14b 24 May @ 12:02am 
is this fixed yet?
Eizen745 26 Apr @ 8:21pm 
Cool, and is it possible to use this to customize existing pylons too? (ie 3x Mavericks & 2/3x AMRAAMs on the EF-24 Main Glove stations?) Or is there already another mod for that?
DankuwOs  [author] 26 Apr @ 9:49am 
all planes
Eizen745 25 Apr @ 9:46am 
So this adds 4 extra hardpoints to all planes? or just mod planes?
ku.android 24 Sep, 2024 @ 3:39am 
How can I use this to create my own weapons? Is there a guide somewhere? Also, is there a way to edit an existing weapon pack to increase missile range?
Awesome_Alec1 14 Aug, 2024 @ 12:24pm 
Noticed that the side hardpoints aren't working in multiplayer for DD armory. Not sure if the issue is caused by DD itself or the base mod that adds the extra hardpoints (this one), so I'll drop this comment on both pages just in case:

I loaded up dynamic liberation, and though my friends and i could open the side hardpoints and select gear from them, the game wouldn't let us equip anything there (No click SFX / green text when pressing "Equip" button).

Then I loaded up NATO Batlics, and my friends and I were able to use the extra hardpoints there, but the instant we loaded into the mission, my friends all crashed (I, being the host, was unaffected).

Again, this could just be a DD armory issue, but since it involves every extra hardpoint slot, and not just some extra hardpoint weapons, I wanted to comment here too just in case the issue lay with the hardpoints themselves.