Garry's Mod

Garry's Mod

[ARC9] Smorgasbord
can't play 2023 年 4 月 6 日 下午 7:49
arc9_gekolt_fas2_m79,arc9_gekolt_dods_mauser,arc9_gekolt_dods_garand,arc9_gekolt_css_m9,arc9_gekolt_ef_sten,arc9_gekolt_css_flare does not render when re equipping.
When spawning the: arc9_gekolt_fas2_m79,arc9_gekolt_dods_mauser,arc9_gekolt_dods_garand,arc9_gekolt_css_m9,arc9_gekolt_ef_sten,arc9_gekolt_css_flare than selecting another weapon than back to those weapon does not render anymore with the following error with "thirdperson" command in console or by seeing my self with the camera tool.

class C_BaseFlex[-1]:SetPos( -nan(ind) -nan(ind) nan ): Ignoring unreasonable position.
class C_BaseFlex[-1]:SetAngles( -nan(ind) -nan(ind) 0.000000 ): Ignoring unreasonable angles.
最后由 can't play 编辑于; 2023 年 4 月 6 日 下午 8:00
< >
正在显示第 1 - 9 条,共 9 条留言
w.black57 2023 年 4 月 16 日 上午 7:52 
Seems to only happen in multiplayer
can't play 2023 年 4 月 16 日 下午 10:49 
引用自 w.black57
Seems to only happen in multiplayer
IK
Termin.x 2023 年 4 月 21 日 下午 6:13 
it's not that it's not rendering, it's that it's getting set to world origin, you can fix this yourself
can't play 2023 年 4 月 23 日 上午 2:41 
引用自 💀Balls💀
it's not that it's not rendering, it's that it's getting set to world origin, you can fix this yourself
Mind if u can give me a guide? i might do this later.
CounterKiller 2023 年 4 月 30 日 下午 4:29 
引用自 Termin.x
it's not that it's not rendering, it's that it's getting set to world origin, you can fix this yourself

please explain how you fix the origin of the weapon, this bug is so frustrating lol
Termin.x 2023 年 5 月 6 日 下午 7:57 
引用自 CounterKiller
引用自 Termin.x
it's not that it's not rendering, it's that it's getting set to world origin, you can fix this yourself

please explain how you fix the origin of the weapon, this bug is so frustrating lol

sorry that i didn't respond sooner, you have to download it locally by extracting the mod using like, gmpublisher, then you have to find some code that i dont know the name of, if you want ill get one of my friends to message slogkot and 8Z about it so make sure im not infringing on anything before uploading
最后由 Termin.x 编辑于; 2023 年 5 月 6 日 下午 7:58
CounterKiller 2023 年 5 月 7 日 下午 12:48 
引用自 Termin.x
引用自 CounterKiller

please explain how you fix the origin of the weapon, this bug is so frustrating lol

sorry that i didn't respond sooner, you have to download it locally by extracting the mod using like, gmpublisher, then you have to find some code that i dont know the name of, if you want ill get one of my friends to message slogkot and 8Z about it so make sure im not infringing on anything before uploading

would be awesome if you posted all that but yeah, hope slog and 8Z agree to it, thanks!
sora1d 2023 年 6 月 6 日 下午 9:57 
The issue is caused by improper length for holster animations. Those weapons have the length for said animations set to 0, which suggests that the devs want the weapon to holster instantaneously. ARC9 seems to not like that for some reason which causes the viewmodel bug.

Mauser for example (line 371):
["holster"] = { Source = "idle", Time = 0 }, ["holster_empty"] = { Source = "idle_emp", Time = 0 },
To fix this either delete "Time" entirely if you want instant holster, or change it to be more than 0.

Apply this fix to all affected weapons.
Termin.x 2023 年 7 月 6 日 下午 3:10 
引用自 some random idiot
The issue is caused by improper length for holster animations. Those weapons have the length for said animations set to 0, which suggests that the devs want the weapon to holster instantaneously. ARC9 seems to not like that for some reason which causes the viewmodel bug.

Mauser for example (line 371):
["holster"] = { Source = "idle", Time = 0 }, ["holster_empty"] = { Source = "idle_emp", Time = 0 },
To fix this either delete "Time" entirely if you want instant holster, or change it to be more than 0.

Apply this fix to all affected weapons.

thanks dude i forgot to do that thanks my guy
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50