Stormworks: Build and Rescue

Stormworks: Build and Rescue

124 个评价
Falkner-Muir Weapons Pack
6
5
3
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
4.378 MB
2024 年 2 月 24 日 下午 3:58
2024 年 11 月 7 日 上午 7:12
18 项改动说明 ( 查看 )

订阅以下载
Falkner-Muir Weapons Pack

在 Anonymous Sandwich 的 1 个合集中
[EHCS] Expanded Hardpoint Communication Standard
91 件物品
描述






Problem: The cluster munition detonates while on the plane
Solution: Due to the nature of using sub-munitions in SW, the warheads and constantly armed. When using the cluster missiles and bombs on aircraft, please avoid going extremely high speeds as the impulses from turning/accelerating may detonate the bombs. Unfortunately not much can be done about this unless the devs add actual sub-munitions.

Problem: The GB-15 and RGB-16 keep spinning out and not hitting the target.
Solution: The GB-15 and RGB-16 need to be launched at a speed exceeding 250 knots in order to maintain stability.

Problem: The weapon does not work
Solution: Please make sure you are copying over the whole weapon, most weapons have some invisible parts around them, so make sure to have a large selection area than what you see. Otherwise, look below

Problem: The weapon is not going to the set GPS cords
Solution: Make sure that the composite for the GPS cords in going through the hard-point and is set as 1 = target gps x, 2 = target gps y, 3 = altitude

Problem: None of these
Solution: Please leave a comment and we will try to address it.


Q: Can [name of weapon], be added to the collection.
A: Ask, and we might try.

Q: Which weapons have EHCS
A: All but the non-racked LM-15.

Q: Why aren't weapons from other vehicles in the collection in this pack
A: Lots of weapons use systems that communicate with the launch vehicle and thus are not reasonable to release here as no one will be able to use them on other vehicles.

Q: Can the weapons be configured
A: YES, all of the GPS weapons, and many of the others have configuration settings so you can change launch parameters, cruise altitude, dive distance, etc.


Vehicles used in workshop screenshots are:
KJ-114 Viper
AH250 Krogulec
VTJ-486 Godfryd
FSRV Achira
KJ-15 Shikra

[discord.gg]

If you see any errors, please let us know.


































































172 条留言
Fox You 9 月 23 日 下午 4:50 
@osch04: That's the neat part, you don't. Most aircraft don't have sights set up for it. if you're using dumb bombs, use the good old dive bomber strat and dive straight at your target before releasing bombs. It take some practice.

Personally, i reccommend using the radar/gps guidance bombs in the pack. They're set and forget for anything within 2 km of you.
OSCH04 9 月 21 日 下午 2:58 
When do i know i can drop a Guided bomb to not miss the target?
Fox You 8 月 24 日 上午 11:44 
@TaggyGamer:

Short version:

for GPS guidance, you need 3 numbers and an on off, with the numbers going to a microcontroller changing them to composite. the on off is to punch launch on the hardpoint.

Channels:

X=1
Y=2
Z=3

put those on the composite input on the hard point and hit go. the missile does the rest.

Long version:

take a large keypad and a small keypad. these are your numbers A is X, B is Y, and the small keypad is Z (altitude)

Make a microcontroller. Have it have 3 number inputs (X, Y, Z). run those inputs into a composite Write (number) block with x on channel 1, y on channel 2, and z on channel 3. Put this to a composite out.

Next you will need a hardpoint. Put that composite from the micro to the input on the hardpoint. take a push button for your fire switch, and wire it to the launch input on the missile hardpoint. if you wired everything right, the missile will know where to go and fly itself there.
TaggyGamer 8 月 23 日 下午 1:56 
Ok, I really cannot figure out how to set up the GPS guided weapons, like yeah I can make it shoot, but I just cannot figure out how to set up the GPS part, please provide a more in depth thing saying more than, "Its the standard," or "just connect the composition to such and such"

I don't know the composition your talking about, is the GPS guided by a keypad, and if so HOW?!

Please help :c
Secret176 8 月 1 日 下午 11:06 
Is the antichaff amraam good enough for hitting targets that spam chaff?
OSCH04 7 月 26 日 下午 9:58 
LGM-22 or MGM-36 for expl.
OSCH04 7 月 26 日 下午 9:32 
The laser code / wavelength set on laser-guided weapons does not work through the "Target Data" node. I fixed it.

Put a Lua block into the microcontroller for the Wavelenth set of the Seeker with this code:


function onTick()
Code = input.getNumber(4)
CurrentCode = input.getNumber(6)

if (Code ~= 0) and (Code ~= CurrentCode) then
output.setBool(1, true)
else
output.setBool(1, false)
end
end

Then connect the Hardpoint / Target Data node to the script, and connect number channel 6 with the current memory number output, also via Composite, to the Lua block.
The output of the script is true or false, which you can use for the "Set Memory" input.

Here is a picture [imgur.com] of the microcontroller.

PS: makes it also smaller XD
Anonymous Sandwich  [作者] 7 月 11 日 上午 4:26 
All EHCS compatible vehicles can use these weapons. The GPS input follows that standard.
Dwen16 7 月 11 日 上午 4:21 
it would be great if you guys can provide some documentation on how to add GPS waypoints, etc or even premade launchers for the cruise missiles because currently it pushes away new builders from integrating your system
koksx09 6 月 27 日 下午 12:50 
weapon interface in A-32 Banshee dosen't detect weapons on racks. please help