武装突袭3

武装突袭3

评价数不足
Wish's Hyperspace Effect (Discontinued) (Working on new one)
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Meta: Dependency
文件大小
发表于
4.378 KB
2022 年 5 月 3 日 下午 7:42
1 项改动说明 ( 查看 )

订阅以下载
Wish's Hyperspace Effect (Discontinued) (Working on new one)

描述
Wish here with a custom hyperspace module/script I came up with for one of my side ops in Ignis Corp. Below are some instructions on how to use it.
--------------------------------------------------------------------------------------------------------------------------------------------------------------

==Setting It Up==

Part 1
1.) Change the BDRM (Variable = ship) to the correct ship model you want to use to exit hyperspace
2.) Adjust the height and position of the ship to where you want it to exit hyperspace
3.) Move the EMP module to either the front or the middle of the ship (make sure it is as centered as possible)
4.) Make sure the hide module is connected to the ship and the trigger (Hyperspace Activate)
5.) Make sure the show module is connected to the trigger (Hyperspace Activate)
6.) Set the Activation for the trigger (Hyperspace Activate) to you favorable conditions

Part 2
1.) Save your mission
2.) Go to your File Explorer
3.) Go to C:\Users\YOUR USER\Documents\Arma 3 - Other Profiles\YOUR USER\mpmissions
4.) Find the Mission you just saved
5.) Create a folder called "media"
6.) Find an audio you want and save it as an .ogg file. (Mine was called hyperspaceexit.ogg)
7.) Open your description.ext
8.) Put this in your description.ext

class CfgSounds
{
sounds[] = {};
class name
{
name = "name";
sound[] = { "media\name.ogg", 5, 1, 100 };
titles[] = { 0 , "[Exits Hyperspace]" };
};
};

9.) Go back into your arma mission
10.) Open the trigger (hyperspace activate)
11.) in the code PlaySound ""; put the name of the sound you just put. (mine was PlaySound "hyperspaceexit";)
12.) Delete the trigger called readme
13.) Launch the game and when the trigger conditions are met the ship will do the exit effect and appear, as well as play the audio.


--------------------------------------------------------------------------------------------------------------------------------------------------------------
If you have any question feel free to message me on discord wish#0008 and I will do my best to answer any questions!
7 条留言
Phenosi 2023 年 2 月 15 日 上午 4:35 
@Wish thanks!
wsh.lua  [作者] 2023 年 2 月 14 日 下午 2:34 
@Phenosi, its the Elite Dangerous capital ship entry
Phenosi 2023 年 2 月 14 日 上午 5:09 
What is that audio called on youtube?
Kekmit 2022 年 11 月 22 日 下午 10:02 
@Wish-Senpai I tried to use it with a static ship from OPTRE and it didnt work for some reason
wsh.lua  [作者] 2022 年 11 月 22 日 下午 8:42 
@Kekmit yes, the EMP is purely for that blue effect, but the comp is discontinued because they changed the effect of the EMP. I am working on an updated one but this one still works especially without the EMP effect.
Kekmit 2022 年 11 月 22 日 下午 3:43 
are you able to do it without the emp system?
Dongo 2022 年 5 月 4 日 上午 11:13 
Based Gigachad here