Garry's Mod

Garry's Mod

113 个评价
[LFS] Tie Phantom / Phantom Elite
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 载具
文件大小
发表于
更新日期
17.163 MB
2021 年 3 月 1 日 下午 2:48
2021 年 3 月 2 日 下午 3:32
2 项改动说明 ( 查看 )

订阅以下载
[LFS] Tie Phantom / Phantom Elite

描述
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 条留言
Vrag  [作者] 2023 年 9 月 18 日 上午 9:46 
np
Soerix 2023 年 9 月 18 日 上午 9:34 
Thanks, i already decompiled your mod and used the code and commented after for permisson, Thanks so much though!
Vrag  [作者] 2023 年 9 月 17 日 下午 2:46 
@soerix add that to your init.lua
Vrag  [作者] 2023 年 9 月 17 日 下午 2:45 
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 2023 年 9 月 17 日 上午 10:40 
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
Lilith 2022 年 12 月 20 日 下午 11:02 
you should just add that to the top of the description and ignore comments about it @cn vrag
Vrag  [作者] 2022 年 12 月 20 日 下午 5:06 
Its your zoom key
Lilith 2022 年 12 月 20 日 上午 11:57 
this man. read 2 comments down read my only comment here then read the authors
Tonkmon 2022 年 12 月 20 日 上午 10:47 
does the ship have its cloaking device? what is the button for it?
Vrag  [作者] 2021 年 4 月 21 日 下午 12:17 
Yea press suit zoom