Scripting Questions
2,429 replies Its ended correctly. Maybe i should change the item code id from 186 to 1000 and see if that helps. Nope doesnt help.
Original creator of Stranded 2 wiki, which I'm more proud of than graduating high school
is it possible to make spawner that makes sheeps or turtles? ,i can't happen to make spawners
Back in business, and I'll try not to be the Enigmatic asshole that i used to be....I hope
yes you can but i forgot script. No one is gonna help me?
Original creator of Stranded 2 wiki, which I'm more proud of than graduating high school
FD god has written:
is it possible to make spawner that makes sheeps or turtles? ,i can't happen to make spawners
You can make spawners in editor
My avatar describes my personality the best....Douchebag who have to save the princess without speaking anything
i mean attach spawners to objects , DUNCOTS
Back in business, and I'll try not to be the Enigmatic asshole that i used to be....I hope
@ Ethan
Why don't you upload the sys folder to media fire and send me the link that way I can fix it for ya.
Why don't you upload the sys folder to media fire and send me the link that way I can fix it for ya.
View my models! Also, check out the realistic hunting and rotting meat system in my mod.
Lion_Hearted's Mod

Is it possible to show an item in first person? If so how is it possible? I only need the weapon to be shown.
Yep. Look at script for example in V666 mod objects_stuff STIH. Make timer, and check conditions, and change model
Only pistol, shotgun, chaingun, and some new weapons.
Oh, i see, you downloaded the multiplayer version
Oh, i see, you downloaded the multiplayer version
15.03.10 03:25:49 pm
I'm making a small mod (For my own use) and I'm trying to create a tree that spawns multiple fruits, so far I've stuck with simply having the fruits dropped to the ground and spawned around the tree, but I wondered if the "spawn" command could spawn more than one type of thing at the same time?
Okay I downloaded the single player but I still don't understand how to make it show the weapon... I used the STIH but it still doesn't work... I changed the id's of the weapons to match mine but no
help please

lint35 has written:
Okay I downloaded the single player but I still don't understand how to make it show the weapon... I used the STIH but it still doesn't work... I changed the id's of the weapons to match mine but no
help please

Now find event "ih" in game.inf. It creates STIH object if this object didn't appear in the game. And in "on:inhand" in your weapons (weapons you want to make in-hand model) call this event(event "ih","global";)
The Second
It is possible. Just create buttons as commands but not as dialogue definition.

Sorry but I'm still having troubles, what I have done:
I copied the STIH script and put it into my objects_stuff.inf.
Changed one of the ID's of the weapons that were in the script
Copied the on:inhand { event "ih","global"; } and put it into my game.if
Did the same thing you did with the on:inhand event "ih","global" on my weapon script
Am I missing something?




Am I missing something?

I've been playing about a week now, and I have learnt to edit item codes and such to make new items and such things on simple levels. (Prior to getting any mods, I added my own sheep milk, butter, cheese and more using existing models with edited images and edited scripts or some copy=pasted and pieced together then edited further)
Now, however, I would like to add a skill of glass-blowing using sand + seaweed + blowpipe, but when I have rummaged around, I've not found any files for skills other than the one that shows the "level-up" information.
Will/can someone explain how I may do this?
Now, however, I would like to add a skill of glass-blowing using sand + seaweed + blowpipe, but when I have rummaged around, I've not found any files for skills other than the one that shows the "level-up" information.
Will/can someone explain how I may do this?
lint35 has written:
Sorry but I'm still having troubles, what I have done:
I copied the STIH script and put it into my objects_stuff.inf.
Changed one of the ID's of the weapons that were in the script
Copied the on:inhand { event "ih","global"; } and put it into my game.if
Did the same thing you did with the on:inhand event "ih","global" on my weapon script
Am I missing something?




Am I missing something?

Check your models. Are you sure that your inhand models are correct? And try changing y. Just as i have in this script.
But you didn't say anything about game.inf!
There must be
Code:
1
2
3
4
2
3
4
on:ih {
if(count("object",225)<1){
create "object",225;
}
if(count("object",225)<1){
create "object",225;
}
in game.inf.
PS: change the id to your STIH's id.
@slow