edited 1×, last 13.07.10 03:08:06 pm
Forum
Stranded II Mods Massive Mod Lion_Hearted has written
Your not the only one who has studied the scripts.
lol nice
mic19956 has written
When i play the single player maps it comes up with an error and exits the game it say "unidentified object 253" help please!
That is when you play a map that wasn't made in the particular mod, it simply means that in the other version of the mod/other mod, there was an object with that id, now, in mod, there is no object with that id, quite simple
I've downloaded Stranded 2 for first time few months ago,but yesterday i had a discussion with my cousin about the game,so i decided to play it again.With mods.And i googled up this really nice mod,established my little shelter-fireplace base,and came up to a problem.
When i want to build forge,it says something like "It needs special requirements to build".I tried to google the problem,but it wasn't mentioned anywhere,only the thing that some stones turn green when you smash 'em with hammer,but none of the stones fit the "requirement" for the forge..
Anyone else got this problem?
just build it on empty water rock
if there are none then make one
Also, a friend of mine had the fancy idea of being able to bottle fireflies and use them as a light source.
I saw one for the first time and was somewhat disappointed to see it turn into the standard bug parts after catching it with the net. I had hoped to capture and release it at my camp.
Fantastic mod by the way, there's just so much! However, there's so much that I usually become safe before I've discovered the basics of it, thus making advancements such as steel, gunpowder and potions feel somewhat unnecessary.
Perhaps start it off somewhat calm and then the island gets more dangerous with each passing day?
Vibhor has written
that "special' requirement is an empty water rock and thats it
just build it on empty water rock
if there are none then make one
just build it on empty water rock
if there are none then make one
And if there are none,how do you make them?By drinking out of them?Or can i craft one?How do i craft it?
Skrylius has written
And if there are none,how do you make them?By drinking out of them?Or can i craft one?How do i craft it?
Vibhor has written
that "special' requirement is an empty water rock and thats it
just build it on empty water rock
if there are none then make one
just build it on empty water rock
if there are none then make one
And if there are none,how do you make them?By drinking out of them?Or can i craft one?How do i craft it?
Use a hammer to attack a small rock, if it turns into green, then keep attacking.
It'll become a water rock after hundred hits.
If the color doesn't change, then you should change a rock.
Sorry for my bad English, I hope it's clear enough.
kk0114 has written
Use a hammer to attack a small rock, if it turns into green, then keep attacking.
It'll become a water rock after hundred hits.
If the color doesn't change, then you should change a rock.
Sorry for my bad English, I hope it's clear enough.
Skrylius has written
And if there are none,how do you make them?By drinking out of them?Or can i craft one?How do i craft it?
Vibhor has written
that "special' requirement is an empty water rock and thats it
just build it on empty water rock
if there are none then make one
just build it on empty water rock
if there are none then make one
And if there are none,how do you make them?By drinking out of them?Or can i craft one?How do i craft it?
Use a hammer to attack a small rock, if it turns into green, then keep attacking.
It'll become a water rock after hundred hits.
If the color doesn't change, then you should change a rock.
Sorry for my bad English, I hope it's clear enough.
100 HITS
This means that small random islands are no fun.I'll need to generate large one
EDIT:Another problem I built the forge,but i do not know how to put charcoal into it,because it says that "I cannot drink from it 'cuz it's empty"
EDIT2: Problem solved with Google :))
edited 2×, last 16.07.10 12:28:20 pm
EDIT: Solved!
edited 1×, last 18.07.10 08:38:10 pm
I try to use debug mode, and every couple seconds, there are more than 20 forge timer triggers appear, also 5~10 fuel timer triggers.
I think it might be the reason why.
But I am nothing left on forge or my campfire for couple days.
I'll try to figure it out.
1) How to cook!? Standing near the fire and using the fish or meat doesn't work and building a grill on top and trying to do the same or pressing "E" won't either.
2)When the fire is extinguished and you have a grille on top how do you take that off to acces the fire? I can't seem to put anymore fuel on it.
3)And the damn regular spear how do I do the pole?
4)Any other hints on new objects or different things I should know? A guide or something maybe? It's very different from the original game.
Thanks.
K.
Eggs are cooked the old fashion way, by just selecting "use" while near a fire.
2) The grill can't be selected to refuel the fire. Aim at the rocks around the edges, then try opening it.
3) You need a long wooden shaft made by carving a log with the knife. This makes spears pretty expensive, but I'd say they were far too cheap before, seeing as how powerful they are.
Any reason this may happen?
First, open the file. You can get there by going through the following folders:
Massive Mod > mods > Massive Mod > sys > game.inf
Open it up, then press Ctrl + F. Paste
if (((getplayervalue(2)>80)+(getplayervalue(3)>80))>0){
into the search bar, then hit Find Next. It will bring you to it. Replace it with
if (((getplayervalue(2)<80)+(getplayervalue(3)<80))>0){
It should now let you sleep fine, as long as you're not hungry or thirsty.