Community Forum

8x maps glitch!

Forum Overview >> Editor

CategoryEditor
Created28.05.2020 00:25


Marcaus Gossett (marcausg) 28.05.2020 00:25
Im building a 8x map but i scroll towards the edges of the map and the map just starts glitching "disappear". Makes it where i cant work with the map. Because i cant see what im doing. Is there a way i can fix this or is 16x maps no longer supported?

Brian Smith (bs98765432123) 29.05.2020 06:11
in giants editor go to scripts, then create new script, name the script whatever you want, then click create.


copy and paste the following:

setAudioCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 16);
setLightCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 16);
setShapeCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 64);


click save

every time you open the editor you will have to run the script to make the disappearing go away.

cheers


Note: Log in to post. Create a new account here.