Forum

> > Stranded II > General > Bug Reports
Forums overviewStranded II overviewGeneral overviewLog in to reply

English Bug Reports

248 replies
Page
To the start Previous 1 24 5 612 13 Next To the start

old Re: Bug Reports

Raven Shadow
User Off Offline

Quote
Midnight has written
Now I can't delete it! It say's I am using it but I am not


Don't delete the files, just delete the entries inside the files. (i.e. edit them)

old Re: Bug Reports

Guest

Quote
On Adventure mode:
Bloodrush at spawn not going away, any diary events triggered by entering an area (The spawn one, the wheat one) does not show up.

old Re: Bug Reports

Guest

Quote
Strange bug on island one:

Whenever i try to build with the hammer it tells me that I dont know how to build anything.

old Re: Bug Reports

Raven Shadow
User Off Offline

Quote
Guest has written
Strange bug on island one:

Whenever i try to build with the hammer it tells me that I dont know how to build anything.


Sounds like you're using the Massive Mods.
Read the Massive Mods threads to learn how to fix that error

old Re: Bug Reports

tnt123
User Off Offline

Quote
My screen is deformed when I launch stranded 2, it does this with alot of games. The other games I could fix it, but on this it won't fix. An inch of the right side of my screen is basically slid to the left to where theres an inch of black on the right side of the screen while the left side of the screen is missing.

I wanna play this game but it's not working x_x

old Re: Bug Reports

GreyMario
User Off Offline

Quote
You need to adjust your monitor's settings (NOT in the computer). No monitor will automatically do this for you, aside from some LCDs.

old Re: Bug Reports

Flying Lizard
User Off Offline

Quote
@Greymario
no, I know what he means and this won't work. Afterwards everything else will be defomred

@tnt
did you already try to use different resolution settings?

old Re: Bug Reports

GreyMario
User Off Offline

Quote
I've seen an extremely similar phenomenon with CRTs, actually. I had managed to cause it by sliding my screen all the way to one side and making it as wide as possible. So therefore, I figured that was the cause. Oh well.

old Re: Bug Reports

Raven Shadow
User Off Offline

Quote
tnt123 has written
My screen is deformed when I launch stranded 2, it does this with alot of games. The other games I could fix it, but on this it won't fix. An inch of the right side of my screen is basically slid to the left to where theres an inch of black on the right side of the screen while the left side of the screen is missing.

I wanna play this game but it's not working x_x


It sounds like the setting for the resolution the game plays at have been changed or have never been properly set.

Check the in game settings, to find out what resolution
it's running at. Then set your desktop to the same settings and use the monitor's controls to adjust the
screen position and image size.
Then use you video cards control panal to do the same
for that resolution.

old Re: Bug Reports

Maenardil
User Off Offline

Quote
If you build two tents, and then strike one of them, both will disapear.

old Re: Bug Reports

bezmolvie
User Off Offline

Quote
Maenardil has written
If you build two tents, and then strike one of them, both will disapear.


Happend to me to, but I had 27 tents in mutiple places... big mistake

old Re: Bug Reports

sirrus
User Off Offline

Quote
Bloodshot has written
Maenardil has written
If you build two tents, and then strike one of them, both will disapear.


Happend to me to, but I had 27 tents in mutiple places... big mistake

Why...

old Re: Bug Reports

Gregg
User Off Offline

Quote
Assuming he had 27 tents total thats 270 skins. If monkeys carry 1 skin each thats 270 monkeys or 135 lions. ( or 90 Raptors).

old Re: Bug Reports

Raven Shadow
User Off Offline

Quote
If this has already been mentioned, i appologize.

The scripting engine doesn't properly handle IF/Else
conditional statements.
Consider the following event:

when the event is called $page1=1 and $page2=1
1
2
3
4
5
6
7
8
9
10
11
on:setup2 {
	closemenu;
	if ($page1==1) {
		$page1=2;
		$page2=1;
	}else{
		$page2++;
	}

	event "setup1","global";
}
After executing once, $page2 should equal 2, instead
$page2=4 .
Changing the conditon to if ($page1=1)
causes $page2=2 .

To get a correct result i had to change the code to
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:setup2 {
	closemenu;
	if ($page1=1) {
		$page1=2;
		$page2=1;
		event "setup1","global";
		skip;
	}else{
		$page2++;
		event "setup1","global";
		skip;
	}

}

I don't know how it got a value of 4,
but with one = sign it looks like it's checking the
conditional twice because $page1 is changing.

old Re: Bug Reports

Raven Shadow
User Off Offline

Quote
GreyMario has written
Was setup1 calling setup2?

no
another event creates a msgbox menu, and one
of it's buttons calls setup2.

After posting that, i did more coding and am having problems with other math functions performed from
within IF statements with no s2 cmd else conditions.

I may have a lead on what maybe causing this, but
i have to run some errands first.

Edit:
I'm back and I found the root cause of the bug.
Originally, i was going to use a combination of
s2 cmd dialogue and s2 cmd msgbox menus, with all
scripts in an external file loaded from game.inf
with dialogue "filename".
I later decided to use msgbox and cscr menus,
but didn't change the method of loading the
external script.
And the game never cmplained that I was mixing
custome menu methods, it just tried to do what
I wanted, the only noticable bug, was it's either
the bad math or conditionals being mishandled
in a way that messed up the math.
edited 1×, last 03.06.08 09:14:30 pm

old Buildings Disappear - WHY??

sbishops
User Off Offline

Quote
I've built a tent and a storage (hard to do, by the way) and they've both disappeared and my stuff is gone too.

what the heck is going on?

HELP!Love the game but HATE to do all that work and then have it just disappear!

old Re: Bug Reports

ohaz
User Off Offline

Quote
perhaps they burned down? with the new stranded 2 1.0.0.1 version buildings can begin to burn suddenly... if you don't put water on them they burn down
To the start Previous 1 24 5 612 13 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview