Forum

> > Stranded II > General > Tech Tree Help
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Tech Tree Help

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Tech Tree Help

omegawaffle
User Off Offline

Zitieren
I'm making a make on S2 and its meant to jumpstart you into the game (give you hammer, axe, fishing rod, etc.) Anyway, is there a way to set the tech tree you start off with higher? Like where you can build everything like after you built storage.
Help is appreciated! Thanks

EDIT: I meant map not make
2× editiert, zuletzt 23.01.10 01:09:53

alt Re: Tech Tree Help

Vibhor
User Off Offline

Zitieren
making a 'make'?
Refer to game.inf to see the tech tree stuff
and for the storage stuff you might notice command unlock building in building.inf

alt Re: Tech Tree Help

Psytechnic
User Off Offline

Zitieren
omegawaffle hat geschrieben
I'm making a make on S2 and its meant to jumpstart you into the game (give you hammer, axe, fishing rod, etc.) Anyway, is there a way to set the tech tree you start off with higher? Like where you can build everything like after you built storage.
Help is appreciated! Thanks

EDIT: I meant map not make


http://stranded.unrealsoftware.de/s2_commands.php?cmd=unlockbuilding#cmd

you can use the unlockbuildings command in the map itself. For example:

on:loadmap{
unlockbuilding xxx;
unlockbuilding xxx;
unlockbuilding xxx;
}

but if you want to have it on building of a storage or something, you have to add that to the building script for that object. E.g.:

id=1
group=building
objectid=184
req=97
script=start
     unlockbuilding 3;
     unlockbuilding 5;
     unlockbuilding 322;
script=end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht