Camera glitch in GE 8.2.2 when editing a 8X map

Your forum for all discussions around Modding.
Sgambe
Posts: 2
Joined: Fri Jun 19, 2020 12:40 pm

Camera glitch in GE 8.2.2 when editing a 8X map

Post by Sgambe »

Hello, I recently started making a 8X map using an empty template. The problem is that when I get close to the terrain end the camera glitches and everything disappears from the viewport making it impossible to place roads, prefabs etc. Any idea of what is causing this problem?https://imgur.com/a/FdGRKe5
PixelFarm_
Posts: 6
Joined: Fri Feb 07, 2020 9:42 am

Re: Camera glitch in GE 8.2.2 when editing a 8X map

Post by PixelFarm_ »

Make a script like this and run this every time you open the map in GE.

-- Author: PF
-- Name:Large_Maps
-- Description:
-- Icon:
-- Hide: no
setAudioCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 16); setLightCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 16); setShapeCullingWorldProperties(-4096, -100, -4096, 4096, 500, 4096, 64);
Post Reply