Forum

> > Stranded II > General > 6 Steps To Fix Black Terrain Bug
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch 6 Steps To Fix Black Terrain Bug

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt 6 Steps To Fix Black Terrain Bug

JasJack67
Super User Off Offline

Zitieren
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.
7× editiert, zuletzt 13.01.18 03:00:13

alt Re: 6 Steps To Fix Black Terrain Bug

JasJack67
Super User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht