VTOL VR Mod Loader

VTOL VR Mod Loader

29 个评价
Custom Weapons Base
3
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
931.424 KB
2024 年 6 月 11 日 上午 8:28
6 月 23 日 下午 8:53
40 项改动说明 ( 查看 )

订阅以下载
Custom Weapons Base

描述
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 条留言
TheDreamer 6 月 14 日 上午 5:55 
Works fine for me
DankuwOs  [作者] 6 月 13 日 上午 5:06 
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 6 月 13 日 上午 4:47 
So, the latest update causes a crash if the A-10 or F-16 is loaded with any CWB dependent mod.
DankuwOs  [作者] 5 月 24 日 上午 3:32 
probably
certifiedf14b 5 月 24 日 上午 12:02 
is this fixed yet?
Eizen745 4 月 26 日 下午 8:21 
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  [作者] 4 月 26 日 上午 9:49 
all planes
Eizen745 4 月 25 日 上午 9:46 
So this adds 4 extra hardpoints to all planes? or just mod planes?
ku.android 2024 年 9 月 24 日 上午 3:39 
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 2024 年 8 月 14 日 下午 12:24 
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.