Files

> > Stranded II > Maps (for the original SII) > Crash Landing(with pics :3)
Files overviewStranded II overviewMaps (for the original SII) overview

English Crash Landing(with pics :3) >

9 comments81 kb, 1,054 Downloads

Comments

9 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Overseer
User Off Offline

Cool? Very, very cool!!
I like it!

old

jessetheduck
User Off Offline

I am going to release a tutorial but first to answer your question.



You don't copy the script and paste it onto the stranded 2 unit script. I'm just going to add how to make normal default scripts work.
To use a chieftain script copy this into the unit's script box:
//~chieftain
on:use {
     dialogue "start","sys/scripts/random_char_chieftain.s2s";
}
for a hempguy

//~hempguy
on:use {
     dialogue "start","sys/scripts/random_char_hempguy.s2s";
}
for a native
//~native
on:use {
     dialogue "start","sys/scripts/random_char_native.s2s";
}
for a pirate
//~pirate
on:use {
     dialogue "start","sys/scripts/random_char_pirate.s2s";
}
And for a prof
//~prof
on:use {
     dialogue "start","sys/scripts/random_char_prof.s2s";
}

If you can give me your email I could make private scripts for.






Ohhh to copy without using you mouse is ctrl then v
(Hold ctrl and then press v and release both fingers)
If it doesn't work give me your email.
(Today I got an ipod touch 4g)
Yes that native script is the

random//~native
on:use {
dialogue "start","sys/scripts/random_char_native.s2s";
}
except that is the way you show it in the game.
I've finished my tutorial. It is in the misc section of stranded 2. I know your going to make a great map with scripts(i think you will at least).
I've sent you my email just go to the top right corner of the screen and press news. (:.
Ohh yes I forgot to tell you how to make a npc stand still. All you need to do is go to list click on your npc and click on the plus opposite to states and click on the heart.
I like it!
edited 7×, last 30.12.10 06:52:16 am

old

raptor331
User Off Offline

yes you did help, there is also a native script, b on my computer for selling stuff but just one question, how do you get them to talk like htey did in adventure mode, press e and they talk to you..

old

jessetheduck
User Off Offline

Don't worry. Before I didn't know how to script but I really wanted to make a good level. Anything to help.

But did I help. If what I wrote wasn't clear i'll make it simpler.

Sulaiman said 5/5 scrtipt. There are none! maybe somethings wrong with my computer but theres no scripts for natives.
I'm currently working on a scripting tutorial. It will be finished in a few days. I'm going to put it in misc.
I like it!
edited 2×, last 24.12.10 10:27:21 pm

old

raptor331
User Off Offline

Jessetheduck, that should help, thank you very much now i can do some more "professional" levels...

old

SuLeeh
COMMUNITY BANNED Off Offline

is good. this scripting is awesome::

3/5 map
5/5 scripting
I like it!

old Scripting

jessetheduck
User Off Offline

I'm not that good at scripting but if you search in the newbie questions you''l find some tutorials on scripting. The map is a pretty good map but. Learn how to script ( so natives can talk and do things for you). Remove house and yacht and when you the crates have way to much stuff. Make it a bit more realistic.

OK i'm just adding this for you. Make a unit in editor. Go to list then units and click on your guy. Click script then import script than mod/stranded2/sys/scripts then click on random_charscripts and choose the lines you need like if you wanted a native you would delete all the other lines and come up with this.

random//~native
on:use {
     dialogue "start","sys/scripts/random_char_native.s2s";
}

then click ok save the mapa and test it.

( If you want to make your on scripts copy a stranded 2 script folder rename it and delete it's contents (or edit it) save it and add it to random char scripts
I like it!
edited 6×, last 23.12.10 03:39:31 am

old

raptor331
User Off Offline

will do, btw I could use some help on scripting. I checked out the forums, but there are alot of pages to sort through, so how do you script an npc to talk and to stand still?

old good 3/5

SuLeeh
COMMUNITY BANNED Off Offline

is good work but insert more screenshots.
I like it!
To the start Previous 1 Next To the start