Jawohl has written
hmmm... could you please give me those endless mode scripts?
as well as the building scripts, they would be nice...
at any rate its up to you...
EDIT: ok kid... if the games to hard for you do this
from the stranded files go mods/stranded II/sys/unit.inf
then on the first unit look for health... then replace the number for say... 120-200 but dont go too hight that your invincible, or adjust your speed slightly... but too fast youd go to far out at sea that the world screws up and gets pixly (trust me i know it isnt a good thing...)
Spoiler ### Building Name
id=X
group=building
objectid=X
req=Y,X
req=Y,X
script=start
unlockbuilding X;
script=end
X is the ID of a certain object, and Y is the amount of resources necessary to build the object.
"ID" is the ID of the object in the buildings list.
"group" is the kind of object, in this case, a building.
"objectid" is the ID of the object inside of the game.
"req" is the amount of resouces to build the object.
"unlockbuilding" are the buildings that will be available to you once this object is built (ex: tent unlocks campire).
Spoiler ### Bamboo Hut
id=31
group=building
objectid=236
req=128,20
req=8,60
req=15,50
script=start
unlockbuilding 11;
unlockbuilding 12;
unlockbuilding 101;
unlockbuilding 102;
unlockbuilding 15;
unlockbuilding 19;
unlockbuilding 20;
unlockbuilding 17;
script=end