• Garry's Mod Chunks issue
    8 replies, posted
Hi, I have a problem : I do a server with a map and she has a limited distance caused by a fog entity so i have remove it but now the render distance is limited by chunks Thanks for anwsering me !
Gmod doesn't use chunks? this isn't Minecraft.
[QUOTE=SuperMicronde;52336726] I do a server with a map and she has a limited distance [/QUOTE] Is she thicc? also no one understands what you're trying to say
Before i have remove the fog controller : [IMG]https://pichoster.net/images/2017/06/10/23d11caad15217d7fa78183a7bad48f1.jpg[/IMG] Like You can see, the view is limited (by the fog_controller entity) But after i have remove the fog controller : [IMG]https://pichoster.net/images/2017/06/10/aae553aa91c001b6695ffcd6ca2f0cc5.jpg[/IMG] Like you can see, now my view is limited by "chunks" Thanks for answering me !
Looks like the same render distance is being enforced without the fog controller. If I had to guess, the "chunks" are just different displacements. I don't know enough about map visibility to give a good answer. Maybe a mapper who knows their shit could help more than I can.
Okay
For me if its a full scale map i cant always see the other end.
Yes but for my map the render distance is very low
This is an interesting point by SuperMicronde, here's my understanding of what he was trying to ask. [QUOTE]Hi, I have a problem, I have a map I'd like to increase the render-distance on. I've removed the fog entity which has slightly improved the distance. However, I'm now limited by the map's visible chunks instead, which gives the terrain a more chunky appearance. Thanks in advance![/QUOTE] So it looks like when fog is on, it has a clipping radius. When it's been removed, it's actually falling back on the actual render distance of the map/engine, which has no defined clipping radius - hence the chunky appearance. It's probably already set to 0, but try this anyway (map can override): (To open console, you can press ~ for local or type into server) [B]sv_cheats 1[/B] [B]r_farz -1[/B] (For anyone who's confused why he called the map "she", in French you refer to certain objects as he or she)
Sorry, you need to Log In to post a reply to this thread.