Forums Index >> Skins >> visible skins



Page : <1> :


In to my own server, how can I do my own tank skins visible for all users?

Thursday, March 03, 2005 at 11:32:33 PM

This should be in the modding section. :o

 

Friday, March 04, 2005 at 2:53:45 AM

Ah yes,you gotta put the skin in a different location and route to it there,instructions:

Take ALL of the tanks files,treads,brain jar,brain,tankskin etc etc,and put it in your own folder,game/data/shapes/YOUR!FOLDER!NAME! < Put em all in there!

Now,take your skin and save it over the original one in YOURFOLDER.

Now go to tankDb.cs (game/data/server/scripts) (you need to download it if you dont' have it, modding section of PTT)

Find the tank-that-you-wish-for-everybody-to-see-its-skin Datablock,very simple.

For example,lighttank:

 

Datablock TankData(LightTank : MediumTank)
{
ShapeFile = "~/data/shapes/tanks/tank01.dts";
brainShapeFile = "~/data/shapes/tanks/brainjar01.dts";

MaxSpeed = 15.9; // meters per second (in forward direction)
accelRate = 14.0; // increase velocity this many meters per second
deccelRate = 20.0; // when breaking, decrease velocity
turnRate = 61.0; // degrees per second
antiSlideRate = 10.9;

TurretHorRange = 53.5; // range in +/- degrees of turret horizontally
turretAutoLevel = 0.92;

DamageAmount = 11.8; // total amount of damage tank can withstand
suspensionRange = 0.8; // proportion of wheel size for wheel to move up/down

DamageScale = 1.0; // multiply damage we do to others by this amount
armorScale = 1.0; // multiply damage we take by this amount (note: smaller better)

DefaultProjectile = "LightProjectile";
ai = GoldLightAI;
};

 

Find these lines:

 

ShapeFile = "~/data/shapes/tanks/tank01.dts";
brainShapeFile = "~/data/shapes/tanks/brainjar01.dts";

 

Change em to this:

 

ShapeFile = "~/data/shapes/YOURFOLDERNAME/tank01.dts";
brainShapeFile = "~/data/shapes/YOURFOLDERNAME/brainjar01.dts";

 

Save,and enjoy!

BTW,this only works in your server,it won't work on other servers.

 

Last edited: Friday, March 04, 2005 at 3:08:53 AM

Friday, March 04, 2005 at 3:07:05 AM

WOW !!!!!! Thx legendary !!!!!! My server I being more cool now !!!!!!! Thx thx thx thx !!!! %) XD :) ;) :P B) B) XD :) XD ;) %)

Friday, March 04, 2005 at 3:51:20 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald