Garry's Mod

Garry's Mod

DarkRP Reaping Module
ready 11. feb. 2019 kl. 2:53
It's not working.
Prescribed I /reaping and nothing happened, no sounds, mist, asking for your help.
< >
Viser 1-10 af 10 kommentarer
Exile 18. feb. 2019 kl. 9:06 
Do you even have Dark rp gamemode???
ready 19. feb. 2019 kl. 20:02 
Yeah, totally nothing happens, except for the hud.
SweptThr.one  [udvikler] 12. okt. 2019 kl. 16:40 
sorry for the super-delayed response, but are you sure that nothing happens instead of the effect just looking like ♥♥♥♥ because it doesn't take the sky into account?
ready 14. okt. 2019 kl. 3:57 
Oprindeligt skrevet af SweptThrone:
sorry for the super-delayed response, but are you sure that nothing happens instead of the effect just looking like ♥♥♥♥ because it doesn't take the sky into account?
Hello! I checked again the same thing. Only one hud and no dimming (https://imgur.com/nk2Xt4U)
SweptThr.one  [udvikler] 14. okt. 2019 kl. 10:36 
i see, and i assume that scripting error is unrelated?
also, which map is that? i wonder if it's map-specific
ready 14. okt. 2019 kl. 22:38 
Oprindeligt skrevet af SweptThrone:
i see, and i assume that scripting error is unrelated?
also, which map is that? i wonder if it's map-specific
No mistake. This is my darkrp error. And the map is rp_bangclaw.
SweptThr.one  [udvikler] 15. okt. 2019 kl. 13:42 
alright well i still cannot, for the life of me, get it to not work.
one more thing i can think of right now, is type

lua_findhooks_cl SetupWorldFog

in console and send the output
ready 15. okt. 2019 kl. 22:33 
Everything is working. I figured out and these lines interfered with your addon.
local col = 0.8 * 255
hook.Add ('SetupWorldFog', 'FoxController', function ()

render.FogMode (1)
render.FogStart (1750)
render.FogEnd (3500)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth

end)

hook.Add ('SetupSkyboxFog', 'FoxControllerSky', function (scaling)

render.FogMode (MATERIAL_FOG_LINEAR)
render.FogStart (1750 * scale)
render.FogEnd (scale 3500 *)
render.FogMaxDensity (5)
render.FogColor (col, col, col)
bring back the truth

end)
ready 15. okt. 2019 kl. 22:33 
Sorry for disturbing.
SweptThr.one  [udvikler] 15. okt. 2019 kl. 23:17 
nah it's all good, because now i should put that in the description
< >
Viser 1-10 af 10 kommentarer
Per side: 1530 50