Forum

> > Stranded II > General > "I'm stuck / how to do XY" thread
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch "I'm stuck / how to do XY" thread

1.867 Antworten
Seite
Zum Anfang Vorherige 1 258 59 6093 94 Nächste Zum Anfang

alt Re: "I'm stuck / how to do XY" thread

Roster312
COMMUNITY BANNED Off Offline

Zitieren
Too sleep press y z dosent work
You can tame a raptor (with raw meat that you trou at em) or a monkey (with bananas same to throu at em)!
To plant first you plant some grain nest will be grapes and so on and so on untill you can grow a tree! and palms!

alt Re: "I'm stuck / how to do XY" thread

DC
Admin Off Offline

Zitieren
1. press Y instead. that's a glitch because the original game is german (where Y = Z and Z = Y on the keyboard). or use the z-button in the character menu.

2. take it in your hand, look at the ground and press E. you need a certain planting skill afair.

3. raptors: throw raw meat
monkeys: throw bananas
others: not tamable

edit: aww too slow

alt Re: "I'm stuck / how to do XY" thread

Vardix
User Off Offline

Zitieren
Ok thanks!

Some more questions...

1. How do I get bananas and what happens once I tame the animal?

2. How do I take something off my hand? Like I have a rock in my hand, but I don't know how to take if off my hand.

3. How do I make a shelter? The diary says to make a shelter, but I have no clue how to do that. Also, how do I make a tree house?

Thanks for your time!

alt Re: "I'm stuck / how to do XY" thread

Roster312
COMMUNITY BANNED Off Offline

Zitieren
To get bananas you must find a banana palm you will see some bananas on it!

To take you item in your hand press you backpack the press the item and then press on the hand!

to make a shelter you need a hammer and some items for a shelter like brances and leaves! when you have a hammer right click it a choosing of building you want to build choose a small shelter and press on any place you want on ground! and a build site will appear get in the center of that build site and press you right mouse butten you will see what you need to doo to build a shelter! Or to do an easier way download Stranded 2 guide it will help you!

alt Re: "I'm stuck / how to do XY" thread

Vardix
User Off Offline

Zitieren
Thanks for the help Roster and DC.

My question about the hand was to how to take an item off my hand, not to take something in my hand. Also, where can I download that guide?

Also, why do the exit and change saving buttons suddenly disappear? When that happens, the only way I can quit is to minimize and quit the program process. I'm using XP. Any way to fix this?
1× editiert, zuletzt 07.02.09 17:17:53

alt Re: "I'm stuck / how to do XY" thread

Roster312
COMMUNITY BANNED Off Offline

Zitieren
You can also creat your own map! There will be a banana and a coconut palm you can add em on the island! Remember to taim a animal you must take the banana in the hand and throu it at the monkey try to hit the monkey with the banana and with 10 or 15 hits with the bananaat the monkey it will be taimed you can press e on that monkey you can make it carry get you items! Like make it go get water food or branches or stones! and after that you can build monkey school! it the monkey shcool you can make the monkey carry items with you aroud the whole island!

alt Re: Stranded II Extension Mod

Tinkerbell
User Off Offline

Zitieren
Hello everyone,

I downloaded the S2-Ext Mod (german) although I cannot understand german, and would like to ask the following ..

The "hair" that hangs down from the top of the screen?
(I think it probably grows over time?), well if you can "Cut it" (with a scissors) or "Tie it up" (with thread? string?) as Flying Lizard kindly told me .. How do I do this?

Also, how do I even make a scissors?

Anyone?

Thank you

Tink
2× editiert, zuletzt 13.02.09 12:18:26

alt Re: "I'm stuck / how to do XY" thread

ohaz
User Off Offline

Zitieren
to tie it up, you need to have cotton or sheep wool and use it, so you get a cord. Then you can use the cord and click on "Haare zusammenbinden".
Scissors: you need two iron rods, a grindstone and the hammer.
a grindstone can be made in two ways:
1 Stone, 1 bark, 1 sand
or
1 stone, 1 fire stone
then use scissors

alt Re: "I'm stuck / how to do XY" thread

Tinkerbell
User Off Offline

Zitieren
Thank you K.D.

That does help a lot.

Tink

Now, another "stupid" question ..

I build a sign. On use, it says the sign is "unmarked"!

So how do I "Mark" the sign? (with some comment or whatever?)

(Sorry if this question is in the wrong thread.)

Help would be appreciated from anyone.
2× editiert, zuletzt 18.02.09 19:20:41

alt hehe

MissSlayerXP
User Off Offline

Zitieren
Hello all stranded 2 players!
I am playing stranded 2 for a really long time,
i even learned to "mod" some units "skins" so they will be different
all the scripting stuff looks impossible to me
i am making a lot of fun maps, and i use a lot of gates. When i want to pass through a gate with a wagon (or whatever) it's annoying that i have to get off it and open the gate, then return to my wagon and pass through the gate, then get off it again, close the gate and get back on my wagon
so here's my question to you
what script( and if you're really kind.. write it down here ) can i use as a trigger, that opens the gate when i approach it and then closes when i am far(from the gate)...
waiting for answer/s

alt Re: "I'm stuck / how to do XY" thread

Tau
User Off Offline

Zitieren
Edit: Whow sorry, the script I wrote doesn't work at all, seems to be more complicated than I thought. Sorry! But why don't you learn scripting yourself? There's a good tutorial, you will get help in the scripting thread, and it's lots of fun! With a bit practise, srcipting will turn out to be less complicated than you think.
1× editiert, zuletzt 23.02.09 22:24:05

alt Re: "I'm stuck / how to do XY" thread

bezmolvie
User Off Offline

Zitieren
this should be asked in the 'Scripting Questions' thread.
Add this to the gate script...
1
2
3
4
5
6
7
8
9
10
11
if (inrange ("unit",1)==1){
	if (riding==1){
		local $gateopen;
		$gateopen=1;				play "vehicle_move.wav";
		model "gfx/gate_closed.b3d";
	}
}elseif ($gateopen==1){
	$gateopen=0;
	play "vehicle_move.wav";
	model "gfx/gate.b3d";
}
This should work, but no promises. Add it anywhere you want.
Zum Anfang Vorherige 1 258 59 6093 94 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht