Arma 3
Not enough ratings
Wish's Hyperspace Effect (Discontinued) (Working on new one)
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
Meta: Dependency
File Size
Posted
4.378 KB
3 May, 2022 @ 7:42pm
1 Change Note ( view )

Subscribe to download
Wish's Hyperspace Effect (Discontinued) (Working on new one)

Description
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 Comments
Phenosi 15 Feb, 2023 @ 4:35am 
@Wish thanks!
wsh.lua  [author] 14 Feb, 2023 @ 2:34pm 
@Phenosi, its the Elite Dangerous capital ship entry
Phenosi 14 Feb, 2023 @ 5:09am 
What is that audio called on youtube?
Kekmit 22 Nov, 2022 @ 10:02pm 
@Wish-Senpai I tried to use it with a static ship from OPTRE and it didnt work for some reason
wsh.lua  [author] 22 Nov, 2022 @ 8:42pm 
@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 22 Nov, 2022 @ 3:43pm 
are you able to do it without the emp system?
Dongo 4 May, 2022 @ 11:13am 
Based Gigachad here