Garry's Mod

Garry's Mod

85 个评价
Star Wars Jedi Training Droid
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: NPC
插件标签: 快乐, 角色扮演
文件大小
发表于
更新日期
585.517 KB
2020 年 3 月 10 日 上午 8:52
2020 年 4 月 2 日 上午 12:47
2 项改动说明 ( 查看 )

订阅以下载
Star Wars Jedi Training Droid

描述
Have you ever wanted to Become a real Jedi but never had the chance to train like one?
Ever Wanted to know how to deflect blasters in case someone tries to hurt you?
Well i have the right thing for you:
With this training droid you can improve your arts of deflection with a lightsaber, just spawn the entity in and press E on it to Start training.
You may find the Entity in then "Eternal's miscellaneous" folder
To "Disable" the droid you have to successfully deflect/hit the droid 10 times
THIS MOD INCLUDES:
- Fully working Jedi Training Droid Entity with sound for best immersion.
25 条留言
mastergaming1236 2 月 10 日 上午 1:43 
Does it work for LSCS?
The free jedi 2022 年 2 月 1 日 下午 4:11 
Tried this out with the lightsaber weapon swep. It was too high to hit.
God 2021 年 2 月 6 日 上午 7:37 
any update coming soon like the wiltos fix?
Dank 2020 年 5 月 22 日 上午 8:11 
I found a hacky little workaround for you all. Replace ENT:Use() with this version and add the extra GetActiveWeapon() function as well and you should be one step closer to getting this working.

function ENT:Use( activator, caller )
if (self:IsValid()) then
DoFlying(self, activator)
self:GetActiveWeapon().Primary = {Tracer = "Ar2Tracer"}
end
end

function ENT:GetActiveWeapon()
return self
end
Eternal  [作者] 2020 年 5 月 22 日 上午 7:15 
Soz for late reply but recently i have been very busy with school having 100 times the normal work since its online classes, once i am done with school stuff ill try and fix this addon
Dank 2020 年 5 月 22 日 上午 7:00 
I have discovered the problem with the compatibility of this with the WiltOS ALCS. The hook involved with blocking and returning the bullets is assuming the entity sending the bullets is either a player or npc without explicitly checking for it, and it's getting hung up on tracers xD
You have to either get David to fix his addon or find a way to get this entity to return something for at least one of these values:

self:GetActiveWeapon().Primary.Tracer
self:GetActiveWeapon().Tracer
self:GetActiveWeapon().TracerName

Good luck, and may the force be with you.
Fxo 2020 年 5 月 15 日 上午 6:28 
Yo Eternal does this work with witlos yet?
IROCONIAN 2020 年 4 月 13 日 上午 7:25 
it is an ez fix, but its up to the publisher
nerves 2020 年 4 月 10 日 上午 4:32 
this is tragic, if you can figure out a way to fix this, this would be a glorious addon
gotta figure out the wiltOS issue
Nicohaze 2020 年 4 月 9 日 下午 12:24 
Yeah, it still doesn't work with WiltOS