Author Topic: Playertypes with one set adventage.  (Read 1317 times)


wait a second.
i tested it yesterday and it wouldn't show up in-game in the addons list so i thought i did something wrong.
turns out i didn't because it still won't show up in game no matter what i do.
any help on this?
Found out the problem. The person who created it was a dumbass. Just like that snail add-on where the file was nested.
I'll fix it real quick.

Done: http://dl.dropbox.com/u/64876587/Add-Ons/Player_Fast.zip

Edit: DO I SERIOUSLY HAVE TO FIX ALL OF THEM!?
http://dl.dropbox.com/u/64876587/Add-Ons/Player_HighJump.zip

Didn't test either of them, but they should work.
« Last Edit: April 10, 2012, 11:21:25 PM by dargereldren »

both player jump and fast have already been posted before and are working lol
invincible playertype already exists.

so all i need is swim

so all i need is swim
What do you want it to do? just swim twice as fast as normal?

Found out the problem. The person who created it was a dumbass. Just like that snail add-on where the file was nested.
I'll fix it real quick.

Done: http://dl.dropbox.com/u/64876587/Add-Ons/Player_Fast.zip

Edit: DO I SERIOUSLY HAVE TO FIX ALL OF THEM!?
http://dl.dropbox.com/u/64876587/Add-Ons/Player_HighJump.zip

Didn't test either of them, but they should work.
What did I do wrong?
You didn't change anything?

What do you want it to do? just swim twice as fast as normal?
There was a playertype that I wanted to make that switched between two datablocks based on jetting. The jetting one would only work underwater, but it would increase your swim speed.
Either that or mount you to a vehicle like the hang glider that would disappear as soon as it collided with physical bricks or terrain or anything.

What do you want it to do? just swim twice as fast as normal?

Yeah.

Found out the problem. The person who created it was a dumbass. Just like that snail add-on where the file was nested.
I've found that that usually means it was zipped on a Mac, which does not do a very good job of zipped folders.

I've found that that usually means it was zipped on a Mac, which does not do a very good job of zipped folders.
I can zip things on my Mac and it works perfectly. The only way this happens is if you select the folder and tell it to zip it. To properly zip something on a Mac you select all the items you want to zip and zip them.


Hmm I'm not sure if there's a way to make people swim faster.

I think you can only do that by screwing around with the water in mission editor

Hmm I'm not sure if there's a way to make people swim faster.

I think you can only do that by screwing around with the water in mission editor
Code: [Select]
maxUnderwaterBackwardSpeed = "7.8";
maxUnderwaterForwardSpeed = "8.4";
maxUnderwaterSideSpeed = "7.8";
(Those are the speeds of the default player underwater)

Hmm I'm not sure if there's a way to make people swim faster.

I think you can only do that by screwing around with the water in mission editor
Code: [Select]
maxUnderwaterBackwardSpeed = "7.8";
maxUnderwaterForwardSpeed = "8.4";
maxUnderwaterSideSpeed = "7.8";
(Those are the speeds of the default player underwater)
You can also lower the density of the player, I believe.