Garry's Mod

Garry's Mod

Stargate Carter Addon Pack
Rabee 2019 年 4 月 12 日 下午 5:31
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?
< >
正在显示第 1 - 3 条,共 3 条留言
Catradora sustains me 2019 年 7 月 30 日 上午 9:25 
Spawn a Destiny Console near a Universe Stargate.
Rabee 2019 年 7 月 30 日 下午 7:11 
引用自 ErrMahGurd
Spawn a Destiny Console near a Universe Stargate.
oh
Catradora sustains me 2019 年 8 月 11 日 上午 6:25 
引用自 Rabee06
引用自 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
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50