Arma 3
Ei tarpeeksi arvosteluja
Wish's Hyperspace Effect (Discontinued) (Working on new one)
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Composition
Meta: Dependency
Tiedostokoko
Julkaistu
4.378 KB
3.5.2022 klo 19.42
1 muutos ( näytä )

Tilaa ladataksesi
Wish's Hyperspace Effect (Discontinued) (Working on new one)

Kuvaus
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 kommenttia
Phenosi 15.2.2023 klo 4.35 
@Wish thanks!
wsh.lua  [tekijä] 14.2.2023 klo 14.34 
@Phenosi, its the Elite Dangerous capital ship entry
Phenosi 14.2.2023 klo 5.09 
What is that audio called on youtube?
Kekmit 22.11.2022 klo 22.02 
@Wish-Senpai I tried to use it with a static ship from OPTRE and it didnt work for some reason
wsh.lua  [tekijä] 22.11.2022 klo 20.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 22.11.2022 klo 15.43 
are you able to do it without the emp system?
Dongo 4.5.2022 klo 11.13 
Based Gigachad here