Garry's Mod

Garry's Mod

Stargate Carter Addon Pack
Rabee 12 Apr, 2019 @ 5:31pm
How to make the universe gate steam?
in stargate universe the destiny's stargate steams when shut down and i know this is a thing in the mod so how do you do so?
< >
Showing 1-3 of 3 comments
Spawn a Destiny Console near a Universe Stargate.
Rabee 30 Jul, 2019 @ 7:11pm 
Originally posted by ErrMahGurd:
Spawn a Destiny Console near a Universe Stargate.
oh
Originally posted by Rabee06:
Originally posted by ErrMahGurd:
Spawn a Destiny Console near a Universe Stargate.
oh
Let me tell you, I only found out about it when I looked into the Universe gate's code and saw this:

function ENT:Initialize()
self.Emitter = ParticleEmitter(self.Entity:GetPos());
self.DestinyConsoleRange = StarGate.CFG:Get("destiny_console","range",1000);
self.Entity:SetNetworkedBool( "Smoke", false );
local snd = "stargate/universe/steam.wav";
local parsedsound = snd:Trim()
util.PrecacheSound(parsedsound)
self.Steam = parsedsound
self.SND = CreateSound(self.Entity, Sound(self.Steam))
end
< >
Showing 1-3 of 3 comments
Per page: 1530 50