Forum

> > Stranded II > General > "I'm stuck / how to do XY" thread
Forums overviewStranded II overviewGeneral overviewLog in to reply

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

1,867 replies
Page
To the start Previous 1 290 91 92 93 94 Next To the start

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

Jela331
User Off Offline

Quote
I got stranded II, 2 days ago and I survived around 15 days at Adventure Mode(island no. 1).
I got shelter, tent ,all storages and a campfire.
Well, let's get on the point.
I need feather for arrows, but I destroyed all eggs on the island soo birds don't come anymore.
Is there any other way to get a feather?

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

Hurri04
Super User Off Offline

Quote
try to build other buildings or improve your skills until you unlock the kiwi hatchery. once built, it will spawn a new kiwi bird every midnight (if there is no other one around in a certain radius).

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

lucas is stranded
User Off Offline

Quote
user Jela331 has written
I got stranded II, 2 days ago and I survived around 15 days at Adventure Mode(island no. 1).
I got shelter, tent ,all storages and a campfire.
Well, let's get on the point.
I need feather for arrows, but I destroyed all eggs on the island soo birds don't come anymore.
Is there any other way to get a feather?


What Hurri04 said or a defense tower next to the lions.

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

Hurri04
Super User Off Offline

Quote
the trick to collect all the arrows which were shot by a defense tower but didnt hit the lion only works with a high hunting skill because otherwise the arrows will disappear when they hit the ground.

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

Assassin moder
User Off Offline

Quote
Yes, you should to build more kiwi breedings for more feathers or if you had a defense tower and that was be shooting into bad animals arrows can be placed on ground. I think it only can be placed on ground when you had much of hunting script. EnjoY!

old poisoned

arth
User Off Offline

Quote
what could be poisoned please

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

Obsequity
User Off Offline

Quote
The first thing I did with stranded 2 scripting was changing building requirements, as in the amount of materials required to build an item and also how to unlock every building. I am thinking about making a website as a guide telling how to do such things for people as myself who don't quite understand things unless explained in great detail, but without being confusing. So, if you want to know how to change building requirements or unlock all buildings by building, say the tent, here is the information.

To unlock all buildings by building the tent:

1.) Open your computer>C:>StrandedII (It may be under a different location)
2.) Go to Mods>StrandedII>Sys
3.) Open buildings with notepad.

Here you will see a list of all buildings. Go to Tent. It should look like this:
### Tent
id=1
group=building
objectid=184
req=97
script=start
     unlockbuilding 3;
     unlockbuilding 5;
script=end

You will want to change it to the following:
### Tent
id=1
group=building
objectid=184
req=97
script=start
     unlockbuilding 3;
     unlockbuilding 4;
     unlockbuilding 5;
     unlockbuilding 6;
     unlockbuilding 7;
     unlockbuilding 8;
     unlockbuilding 9;
     unlockbuilding 10;
     unlockbuilding 11;
     unlockbuilding 12;
     unlockbuilding 13;
     unlockbuilding 14;
     unlockbuilding 15;
     unlockbuilding 16;
     unlockbuilding 17;
     unlockbuilding 18;
     unlockbuilding 19;
     unlockbuilding 20;
     unlockbuilding 21;
     unlockbuilding 22;
     unlockbuilding 23;
     unlockbuilding 100;
     unlockbuilding 101;
script=end

You can copy and paste this over the existing information. By building the tent you now are able to build anything else.

1) Go to My Computer>C:>StrandedII (the location may vary)
2) Go to Mod>StrandedII>Sys and open Buildings with notepad.

Be sure to save a back up file to the desktop in case of mistakes!
Okay, so this is how it works..

### Well
id=7
group=production
objectid=189
req=23,60 <- This is what you need
req=21,200 <- To pay attention to!
script=start
     unlockbuilding 11;
     unlockbuilding 16;
script=end

req means required materials, the first number identifies the material (it is the ID number of the material), the second number tells how many of that material is needed to complete the building. Do NOT edit the first number! If only one number is listed, do not edit it! You want to change the second number to a low number, I chose one. So, it will look like this:

### Well
id=7
group=production
objectid=189
req=23,1
req=21,1
script=start
     unlockbuilding 11;
     unlockbuilding 16;
script=end

So to build the well you now only need one stone and one pebbles.

Good luck!

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

Corvallis5
User Off Offline

Quote
nice job, I see it has taken you no time to learn the s2s language

user Obsequity has written
req=23,1
req=21,1


you actually dont need the comma and then the 1
you could just do req=23 req=21

also I recomend using notepad ++
edited 1×, last 23.01.12 04:07:47 am
To the start Previous 1 290 91 92 93 94 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview