Garry's Mod

Garry's Mod

104 ratings
[LFS] Tie Phantom / Phantom Elite
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Vehicle
File Size
Posted
Updated
17.163 MB
1 Mar, 2021 @ 2:48pm
2 Mar, 2021 @ 3:32pm
2 Change Notes ( view )

Subscribe to download
[LFS] Tie Phantom / Phantom Elite

Description
Consider donating, this helps put out additional content, cheers!
Venmo: @Lawrence-Zeno-1

Join the discord for suggestions and community projects
I TAKE COMMISSIONS ON DISCORD
https://discord.gg/cz8RZxeefp

The TIE/ph phantom, also referred to as a Phantom V38, was a prototype TIE Series starfighter developed by the Galactic Empire during the Galactic Civil War. A modified V38 assault fighter, the TIE phantom was the result of a development project led by Grand Admiral Martio Batch and was equipped with both deflector shields and a hyperdrive, along with a technology not seen for decades—a stygium cloaking device.

Leave a comment if you have issues, leave a thumbs up!

Enjoy!

EDIT: Cloak is set to your zoom key
17 Comments
Vrag Money Bag  [author] 18 Sep, 2023 @ 9:46am 
np
Soerix 18 Sep, 2023 @ 9:34am 
Thanks, i already decompiled your mod and used the code and commented after for permisson, Thanks so much though!
Vrag Money Bag  [author] 17 Sep, 2023 @ 2:46pm 
@soerix add that to your init.lua
Vrag Money Bag  [author] 17 Sep, 2023 @ 2:45pm 
function ENT:OnTick()
if IsValid( self:GetDriver() ) and self:GetDriver():KeyPressed( IN_ZOOM ) and self:GetEngineActive() and self.tm < CurTime() then
if self.h then
self:SetMaterial( "" )
self:SetNoDraw( false )

self.h = not self.h
self:SetAITEAM( 1 )
self:EmitSound( "swine/tie_phantom/tphan_uncloak.wav" )
else
self:SetMaterial( "models/props_c17/frostedglass_01a" )
self:EmitSound( "swine/tie_phantom/tphan_cloak.wav" )
timer.Simple( 2, function()
self:SetNoDraw( true )
self.h = not self.h
self:SetAITEAM( 2 )
end)
end
self.tm = CurTime() + 3
end
end
Soerix 17 Sep, 2023 @ 10:40am 
Hey just wanted to ask ( im doing a diffirent LFS mod ) may i use your cloaking code? i really need it for what i need to do for my mod
Lucas 20 Dec, 2022 @ 11:02pm 
you should just add that to the top of the description and ignore comments about it @cn vrag
Vrag Money Bag  [author] 20 Dec, 2022 @ 5:06pm 
Its your zoom key
Lucas 20 Dec, 2022 @ 11:57am 
this man. read 2 comments down read my only comment here then read the authors
Tonkmon 20 Dec, 2022 @ 10:47am 
does the ship have its cloaking device? what is the button for it?
Vrag Money Bag  [author] 21 Apr, 2021 @ 12:17pm 
Yea press suit zoom