KOKS XXL Posted April 30, 2020 Share Posted April 30, 2020 Hey i made map and i find glitch, that i can't fight with becouse i don't know how, just take look: Link (Screens): https://1drv.ms/u/s!Ag7pHnhCdwEZ8RJpfkc4qCumh82A?e=Gup9Hf Simply, when you drive, walk, fly, in area that was mapped, everything disapear, looks ugly, what should i do? Please help and thank you for... help ^^ have a good game! Link to comment
Administrators Tut Posted May 1, 2020 Administrators Share Posted May 1, 2020 It looks like a case of occlusions. I can not confirm this as of yet. Can you please add this code to a script and run it (or runcode it) and see if it resolves it. setOcclusionsEnabled( false ) If it's resolved, I think you may be able to disable occlusions within that area by creating a colshape. I'm not good at scripting though. Link to comment
KOKS XXL Posted May 1, 2020 Author Share Posted May 1, 2020 1 hour ago, Tut said: It looks like a case of occlusions. I can not confirm this as of yet. Can you please add this code to a script and run it (or runcode it) and see if it resolves it. setOcclusionsEnabled( false ) If it's resolved, I think you may be able to disable occlusions within that area by creating a colshape. I'm not good at scripting though. i've driving around the place and saw that, this parking was in place, where originaly was building, when you "Enter" in deleted building it works correctly. i have to add this script line to map script? in client or server side? (wich file?) Link to comment
Administrators Tut Posted May 1, 2020 Administrators Share Posted May 1, 2020 You need to add it to a .Lua script. I'm not big at scripting but I think it'll work in both client and server sided scripts. You can also start the resource 'runcode' and in F8 (console) type srun setOcclusionsEnabled ( false ) and it should take effect. It's either 'srun' or 'crun'. Make sure that you're logged in as admin on the server. 1 Link to comment
KOKS XXL Posted May 2, 2020 Author Share Posted May 2, 2020 (edited) [Miss] Edited May 2, 2020 by KOKS XXL Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now