Forum

> > Stranded II > General > where can i download penguin adventure
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch where can i download penguin adventure

14 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: where can i download penguin adventure

Mc Leaf
Super User Off Offline

Zitieren
Actually nowhere. But you lucky beggar just have to be patient a few hours, till the update of s2ext is uploaded (I should be uploaded till evening, I hope).

Please note, that the adventure is in german and contains a lot of german text...

alt Re: where can i download penguin adventure

Tau
User Off Offline

Zitieren
Of course. This can be done when you save your maps in the editor. Click on the button next to the load butten, with a disk and a red arrow. Here you can type a password that will protect your map from unauthorized editing. Also, there are scripting ways to protect a map, for example with this
1
2
3
4
5
on:preload{
	if (fileexists("maps\password.txt")==0){
		quit;
	}
}

alt Re: where can i download penguin adventure

Hurri04
Super User Off Offline

Zitieren
nmG hat geschrieben
Of course. This can be done when you save your maps in the editor. Click on the button next to the load butten, with a disk and a red arrow. Here you can type a password that will protect your map from unauthorized editing. Also, there are scripting ways to protect a map, for example with this
1
2
3
4
5
on:preload{
	if (fileexists("maps\password.txt")==0){
		quit;
	}
}

does this really work? the command just checks whether there is a file called "password.txt" in the folder maps. it doenst check what text is inside the file so when you want to open it you just would have to create a file and call it "password.txt" but there even is no need of any text being inside...

alt Re: where can i download penguin adventure

Tau
User Off Offline

Zitieren
Hurri04, of course that's right. The code is rather primitive, but it works. You just have to replace "maps\password.txt" with anything else, then you can tell the ones who are allowed to open the file what title the text file must have and where it must be put. The ones you told the key are now able to open the map, everyone else will be sent back to the title screen ;).
The Second, click on "load". Select the map by clicking the file-icon. Now you can put in the password the text field below. Then click load.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht