Forums Index >> Skins >> visible skins
Page : <1> :
This should be in the modding section. :o
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
WOW !!!!!! Thx legendary !!!!!! My server I being more cool now !!!!!!! Thx thx thx thx !!!! %) XD :) ;) :P B) B) XD :) XD ;) %)
Page : <1> :
In to my own server, how can I do my own tank skins visible for all users?