draw distance in tranzit
-
is there any available command that let's me get a better draw distance in maps like tranzit? since when you deactivate the fog in tranzit and you go to a zone that is supposed to have fog, objects spawn in front of you and makes it look kinda bad. is there any way to fix that?
-
is there any available command that let's me get a better draw distance in maps like tranzit? since when you deactivate the fog in tranzit and you go to a zone that is supposed to have fog, objects spawn in front of you and makes it look kinda bad. is there any way to fix that?
EasilyUnstpp_ This may be unrelated to the draw distance, instead Tranzit uses the gump system because it is so big. Basically certain assets are stored in extra gump zones which are dynamically loaded and unloaded depending on where you are on the map. An unloaded texture appears black, and unloaded models appear as black boxes. Unfortunately this cannot be fixed.
If you are refering to the pop in that is a different issue. You can change it by first turning sv_cheats dvar on, and then setting these two dvars:
r_lodBiasRigid -1000 r_lodBiasSkinned -1000You can also set it in a script with setClientDvar()
self setclientdvar("r_lodBiasRigid", -1000); self setclientdvar("r_lodBiasSkinned", -1000);
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login