aimeewilbury has written
Thanks.
Also, when I go to chop up logs, it says its not available yet. What should I do about that?
Thanks
should do the job Thanks. It worked. Vibhor, here: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### Sniper rifle
id=500
name=Sniper Rifle
group=weapon
icon=gfx/bag.bmp
model=gfx/shotgun.b3d
scale=0.6
mat=metal
info=a sniper rifle. has very long range and so the high damage on animals. recommended to aim on the head
speed=1000
drag=0.01
rate=1500
behaviour=gun
weight=2000
damage=20
range=2000
healthchange=0
script=start
	on:noammo {
		speech "negative";
		msg "no ammo!",3;
		play "crack1.wav";
	}
	on:inhand {
		play "crack1.wav";
	}
	on:attack1 {
		if (playergotitem(290)>0) { play "explode1.wav"; }
	}
script=end
### Sniper rifle bullet
id=501
name=Sniper Rifle Bullet
group=weapon
icon=gfx/bullet.bmp
model=gfx/bullet.b3d
scale=0.3
mat=metal
info=a special bullet shaped for a sniper rifle. this thing is dangerously damaging!
behaviour=ammo:270
damage=200
weight=3
healthchange=0
script=start
on:impact {
$tmp=impact_class();
$tmp2=impact_id();
//+50 Bonus Damage on Flesh
if (compare_material($tmp,$tmp2,"flesh")==1){
damage $tmp,$tmp2,50;
}
freevar $tmp;
freevar $tmp2;
}
script=end
Question: I've been looking in the units file, and I noticed the dangerous animals are mostly "raptor." If you changed that to "animal" or something, would it show up on the easy endless games?
Edit: Whoa. I changed it to animal, made a custom map with a tame raptor and rode him but he died when I accidentally made him go in the water. What the?? edited 1×, last 16.06.09 12:41:03 am
HOW DO YOU MAKE THE PLANE TAKEOFF!! Yrael has written
HOW DO YOU MAKE THE PLANE TAKEOFF!!
Just go forward long enough and it will take of by i self.
aimeewilbury has written
Question: I've been looking in the units file, and I noticed the dangerous animals are mostly "raptor." If you changed that to "animal" or something, would it show up on the easy endless games?
you are talking abaut its behavior, if you make a map with a raptor (after your edit), not tame, it will not attack you.
to add it to random island go to exp. sys/random_01_endless_e.inf and add
1
2
ratio=whanted ratio /chanse and mount
units=[unit ID]...
exs.
with that you have a fe raptors on your island E_net4 has written
Right-clicking with the slingshot, bow or any other weapon will change the ammunition. So make sure you have pebbles in your inventory, take the slingshot and right-click until pebbles are set. Don't waste your berries and grapes!
Thanks for your replies, I'll see how I go with that technique. Maybe I just need practice. How do you get the explosive bait trigger to work? I tried taking it in my hand, tried using it, etc etc, but it won't work. For now, I'm just shooting it with the gun. how to make screen shoots? (sory TheKilledDeath) edited 3×, last 20.06.09 11:04:42 pm
Admin/mod comment
Stop starting every question with "hey DC". We're in a forum, there are MANY people to help you. DC is not the only one who knows the truth, even if, without him, the truth wouldn't even exist /TheKilledDeath Tau User Offline
With F1. It saves your screenshot in the mod file. tnx mnG and how to put it on internet? edited 2×, last 20.06.09 11:44:04 pm
Quote
tnx mnG and how to put it on internet?
you can upload images at:
www.imageshack.us tnx A M I N aimeewilbury has written
How do you get the explosive bait trigger to work? I tried taking it in my hand, tried using it, etc etc, but it won't work. For now, I'm just shooting it with the gun.
First take that explosive bait on your hand and throw it with the left mousebutton to an animal, and then take that trigger on your hand and press the left mousebutton and that animal explodes. Thank you! Now I can stop blowing myself up Like,i am on first island and i think i must make a raft.I checked the SYS,for the combinations but actually,there is no combi. for the raft!
So how i am supposed to create it?
I got fire,an shelter and fresh water,some grains and grape vines.
Also i foun' some coconut tree or something.
Must i eat them or they make me ouch my teeths like a rock?
I TOUGH EATING A ROCK WAS HEALTHY
Please answer. Dj_Neo COMMUNITY BANNED Offline
How to use laser mine? what file do i place a mod map into? 131 User Offline
souro has written
what file do i place a mod map into?
Maps go in:
Stranded II\mods\Stranded II\maps
.s2s files go in
Stranded II\mods\Stranded II\sys\scripts
IHateElevators has written
Like,i am on first island and i think i must make a raft.I checked the SYS,for the combinations but actually,there is no combi. for the raft!
So how i am supposed to create it?
The raft is classed as a structure that you build with the hammer, it's not a item or tool that you can create. So you wouldn't find it in the combination lists.
To make a raft you must have a hammer, you can't build it right away though. You unlock the raft after making some other basic buildings. I won't spoil it for you, so have fun building.
Oh to make it just right click with the hammer and left click to place it in water.
...
Why does water cause such a huge FPS drop when set to anything higher than 'high' or 'medium'?
Seriously, I can run the whole game on max except for water, but lowering the water to high or medium makes the game run really smooth.