Step 1: Save your bugged map and EXIT THE GAME.
Step 2: Go to the mods/Stranded II/sys folder and open the game.inf file in a text editor like NOTEPAD or NOTEPAD++
Step 3: Scroll down to find the script line script=start.
Step 4: Copy and paste the following right under script=start so you now have this:
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
script=start on:load { 	$tmp=climate(); 	if(($tmp==1) || ($tmp==4)){ 		terraintexture "generate:200,224,230, 255,255,255, 100,100,100",1; 	}else{ 		terraintexture "generate:255,255,255, 69,138,13, 82,82,82",1; 	} }
Step 5: Click FILE and SAVE in the top left of the window.
Step 6: Start the game and load your save. Fixed
p.s. Once you have tabbed out of the game and get the bug you must SAVE and EXIT THE GAME, then RESTART THE GAME for this fix to work on all your future tab out bugs.
edited 7×, last 13.01.18 03:00:13 am