Space Engineers

Space Engineers

47 次評價
Guided torpedo carrier
   
獎勵
加入最愛
已加入最愛
移除最愛
Type: Blueprint
Mod category: Exploration
檔案大小
發佈於
更新時間
803.560 KB
2015 年 10 月 7 日 上午 4:12
2015 年 10 月 7 日 下午 1:21
4 項更新註記 (檢視)

訂閱以下載
Guided torpedo carrier

描述
This is a plane, carrying 4 guided kinetic torpedoes.
Guided torpedoes are an ideal weapon for ranged and stealth attacks on large ships.
These things are really very powerful weapons, and can rip a large ship into pieces just in a few seconds.

A short instruction for cockpit actions:
Press "2" to start tracking system. Red blinking light will appear in front of you. This should be done before any torpedo launch.
Press "3" to stop tracking computer. This should be done after attack is complete.
Press "4" to launch torpedo in guided mode. After guided torpedo is launched, use your ship pointing to designate target for torpedo. Use your frontal camera for precize guiding (Press "1" for camera view)
Press "5" to launch torpedo in unguided mode. It will fly forward and require no leading from pilot.

If you will test torpedo carrier in survival mode, do not forget to load 3 stacks of iron ingots in torpedo containers (i've used 3stacks, 8500 ingots each - it goes for 1x inventory mode) and add some uranium in fuel boxes.

Use this script or its parts as you wish for your own torpedoes.

------

Watch attached videos for more explaination.

------
Comments and reports on youtube and steam are welcome.
------
If you are interested in these torpedoes, check this item:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=543982976
it's next gen of this weapon. Lock-On fire mode was added. and many othe cool features.
52 則留言
Kevin Starwaster 2020 年 10 月 29 日 上午 9:31 
Why does it use reactors? Wouldnt batteries be enough? It's not going to live long
EinPunkt 2017 年 1 月 23 日 上午 11:18 
possible to get this with manual gps target? with out evade for turrets
Pennywise  [作者] 2015 年 12 月 11 日 上午 8:24 
Отключили сейчас зум на камере. Может модовую надо ставить.
maxtim83 2015 年 12 月 11 日 上午 7:34 
Привет Макс. А как увеличивать зум на камере когда ты пускаешь торпеду. Колесиком совсем слабо прибавляет.
Pennywise  [作者] 2015 年 10 月 29 日 下午 11:39 
If you are interested in these torpedoes, check this item:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=543982976
it's next gen of this weapon. Lock-On fire mode was added. and many othe cool features.
Pennywise  [作者] 2015 年 10 月 28 日 下午 1:08 
"Vector" for guided and "Forward" for unguided
Erebus Alpha 2015 年 10 月 28 日 下午 12:56 
I found the necessary 'start' and 'stop' arguments in the code for PBTrack, but I'm having less success with PBLaunch and the projectile-side programmable blocks. What are the arguments necessary to trigger PBLaunch's guided and unguided launch sequences?
Pennywise  [作者] 2015 年 10 月 26 日 上午 12:35 
You can find this in code:
ShipName+"Gyro"
ShipName is Torpedo1,2,3,4
You can place additional gyro named Torpedo1Gyro2 (it must be placed in proper orientation).
Or u can set GyroMult to higher value. cause 1 gyro can be more powerful.
I'll make and publish a skeleton design easy to adapt for your planes, I just want to rewrite script in more pro style and add Lock-On fire mode.
So check my workshop later.
Erebus Alpha 2015 年 10 月 25 日 下午 11:43 
I really like the idea of these manually-guided torpedoes, but I have not had success in applying the same code to my own custom torpedoes.

I did an experiment, removing and replacing the gyroscopes on the torpedoes; if renamed to match the default gyro names, the torpedoes work, but replacing the gyros without renaming them breaks the homing and dodging effect of the torpedoes, rendering them unsteerable. It seems that there is not much plug-and-play functionality in this script.

Curiously, the exact gyro name (torpedo1gyro) never even appears in the torpedo's programmable block, so I'm not even sure how the script can talk to the gyro at all, even if properly named.

To complicate matters, my torpedo weighs twice as much empty as yours does when filled with iron ingots, so one gyroscope isn't going to be enough, and placing two gyros on one of your torpedes (both named 'torpedo1gyro' breaks the guidance script and causes the torpedo to fly along unguided.
Pennywise  [作者] 2015 年 10 月 17 日 下午 12:11 
Abaddon you mean skeleton design? I'm going to make it in 2-3 days.