Garry's Mod

Garry's Mod

74 ratings
[ArcVR][UNOFFCIAL]ArcVR: Anniversary Special/Shotgun,Grenade bugfix
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun, Roleplay
File Size
Posted
Updated
10.408 MB
10 Aug, 2021 @ 3:43am
28 Jan, 2022 @ 9:36pm
5 Change Notes ( view )

Subscribe to download
[ArcVR][UNOFFCIAL]ArcVR: Anniversary Special/Shotgun,Grenade bugfix

Description
Disable the original addon if you using this.
(To avoid conflicts)
https://steamproxy.net/sharedfiles/filedetails/?id=2381563553
https://steamproxy.net/workshop/filedetails/?id=1985324827
https://steamproxy.net/sharedfiles/filedetails/?id=2178376125

I'm using Google Translate from Japan.

Sorry this is beginner's first job, I've tried fixing bugs that occur when using anniversary edition.

1. Removed the specification to fix the position of the hand when gripping the grip of the pump action shotgun.
2. The grenade can now be thrown without pulling out the pin (I couldn't fix the specification that the pin couldn't be pulled out. I'm sorry!)
3. Prevented mag-grabber from being inventoried when starting VRMod
V1.5
4. Fixed the bug that when switching from VRHand to ArcVR with a bullet in it, the screen goes black and you can't operate it at all.
5. To fix the problem of the shotgun shifting its position when discharging the shell, the shot shell was returned to the original model and only the way of holding it was changed to the anniversary specification.
=======
Added the ability to change the default hip pouch size using the console to make reloading easier, even if you're using a small play model or are moving heavily, and
I posted a BETA version of the foregrip toggle button that was prone to malfunctioning, changing it from "Reload" to "boolean_left_secondaryfire".

I'm releasing it as a separate add-on because of the key placement changes and extreme adjustments, as well as the unstable behavior.

https://steamproxy.net/sharedfiles/filedetails/?id=2700469904
=======
It is not perfect, but I have released a mod that puts it in a state where it can be thrown to make it explode.
It was made in a very hurry, so there may be some bugs.
https://steamproxy.net/sharedfiles/filedetails/?id=2741383451
=======

All credits is Hugo and Arctic and Catse
Arctic : [ArcVR] Arctic's VR Guns
https://steamproxy.net/workshop/filedetails/?id=1985324827
Hugo : ArcVR: Anniversary Special
https://steamproxy.net/sharedfiles/filedetails/?id=2381563553
Catse : VRMod - Experimental Virtual Reality
https://steamproxy.net/workshop/filedetails/?id=1678408548

78 Comments
62 24 Jul @ 8:05am 
Let me know if it fks up again in some other way I wanna make sure this gets fixed too
Священник 24 Jul @ 6:11am 
author of the mod can you fix this?
Священник 24 Jul @ 5:02am 
thanks!
62 24 Jul @ 3:55am 
hook.Add( "PlayerSwitchWeapon", "preventVRmodCrash", function( ply, oldWeapon, newWeapon )
if IsValid(oldWeapon) then
if oldWeapon:GetClass() == "weapon_vrmod_empty" && string.StartWith(newWeapon:GetClass(), "arcticvr") then
local randomtimername = ply:GetName()
timer.Create( randomtimername .. "vrcrashfixtimer", 0.5, 1, function()
ply:SelectWeapon( "weapon_physgun" )
end)
timer.Create( randomtimername .. "vrcrashfixtimer2", 0.9, 1, function()
ply:SelectWeapon( newWeapon )
end)
return true
else
end
end
end )
62 24 Jul @ 3:54am 
Can use this script if you want, if you're playing sandbox have the person that is hosting the server paste this code at the bottom of the file: C:/Program Files\Steam\Steamapps\GarrysMod\garrysmod\gamemodes\sandbox\gamemode\init.lua
or wherever gmod is installed. Remember to backup init.lua first in case it doesn't work or you want to revert

If you want the intermediary weapon to be something other than physgun just change "weapon_physgun" to some weapon the player
will always have with them.
Священник 24 Jul @ 2:29am 
@62 yeah i have exactly that problem, so what can i do with it?
62 23 Jul @ 4:54pm 
I think I remember having that bug or something similar. I think it was if you switch from the "vrmod empty hands" weapon to an arctic vr weapon that has a magazine loaded into it, It error spams and crashes vrmod? It may also only happen to client players not the server host though don't remember.

I just did a little workaround script that makes the player automatically quickly switch to a different weapon in between the switch to an arctic vr weapon. Shitty workaround but works
Священник 23 Jul @ 2:06pm 
and also this happens only when i grab weapon with vr hand's, when i grab weapon after something else like physgan evreything works perfectly fine
Священник 23 Jul @ 1:51pm 
also when i have this bug my vr screen breaks
Священник 23 Jul @ 1:49pm 
i have this bug
Warning! Detected missing render.PopRenderTarget call!

[[ArcVR][UNOFFCIAL]ArcVR: Anniversary Special/Shotgun,Grenade bugfix] lua/weapons/arcticvr_base/cl_think.lua:427: Tried to use a NULL entity!
1. SetBodygroup - [C]:-1
2. VRThink - lua/weapons/arcticvr_base/cl_think.lua:427
3. v - lua/autorun/cl_arcticvr.lua:71
4. Call - lua/includes/modules/hook.lua:96
5. v - lua/vrmod/vrmod.lua:488
6. unknown - lua/includes/modules/hook.lua:96
it appears only when i grab any weapon from arcvr, then grab something else in my enventory and then i grab again same weapon from arcvr, it appears only at the server of my friend and he reinstalled garry's mod fully and dilited all his files and this didn't work, how to fix it?