Forum

> > Stranded II > General > 6 Steps To Fix Black Terrain Bug
Forums overviewStranded II overviewGeneral overviewLog in to reply

English 6 Steps To Fix Black Terrain Bug

3 replies
To the start Previous 1 Next To the start

old 6 Steps To Fix Black Terrain Bug

JasJack67
Super User Off Offline

Quote
6 Steps to manually fix the Black Terrain bug after tabbing out of Stranded II

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
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

old Re: 6 Steps To Fix Black Terrain Bug

JasJack67
Super User Off Offline

Quote
no, it doesn't fix the black terrain unless the script is ran DURING ON LOAD.

Also, it does not seem to work for adventure mode, like adventure mode does not read on:load when you load a save for some reason. . .so it only works for random map menu option. . .and it should work for mods unless the creator scripts something that makes it not work.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview