Forum

> > Stranded II > General > Bug Reports
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Bug Reports

248 Antworten
Seite
Zum Anfang Vorherige 1 24 5 612 13 Nächste Zum Anfang

alt Re: Bug Reports

Raven Shadow
User Off Offline

Zitieren
Midnight hat geschrieben
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)

alt Re: Bug Reports

Gast

Zitieren
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.

alt Re: Bug Reports

Gast

Zitieren
Strange bug on island one:

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

alt Re: Bug Reports

Raven Shadow
User Off Offline

Zitieren
Guest hat geschrieben
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

alt Re: Bug Reports

tnt123
User Off Offline

Zitieren
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

alt Re: Bug Reports

GreyMario
User Off Offline

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

alt Re: Bug Reports

Flying Lizard
User Off Offline

Zitieren
@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?

alt Re: Bug Reports

GreyMario
User Off Offline

Zitieren
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.

alt Re: Bug Reports

Raven Shadow
User Off Offline

Zitieren
tnt123 hat geschrieben
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.

alt Re: Bug Reports

Maenardil
User Off Offline

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

alt Re: Bug Reports

bezmolvie
User Off Offline

Zitieren
Maenardil hat geschrieben
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

alt Re: Bug Reports

sirrus
User Off Offline

Zitieren
Bloodshot hat geschrieben
Maenardil hat geschrieben
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...

alt Re: Bug Reports

Gregg
User Off Offline

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

alt Re: Bug Reports

Raven Shadow
User Off Offline

Zitieren
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.

alt Re: Bug Reports

Raven Shadow
User Off Offline

Zitieren
GreyMario hat geschrieben
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.
1× editiert, zuletzt 03.06.08 21:14:30

alt Buildings Disappear - WHY??

sbishops
User Off Offline

Zitieren
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!

alt Re: Bug Reports

ohaz
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 24 5 612 13 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht