Forums Index >> Modding >> Need Help With Admin Tank And Jeep
Page : <1> :
I do have the it, it used to work fine before
Lol... The first thing you should do, is undo what Mr Dotz told you. Ok now copy the BabyBoss datablock from your tankDb.cs file and paste it at the bottom of your mission file, now just change the suspensionRange to how high you want your UFO to go, start at lets say 1000 and work from there see below . And yes this will work on a dedicated server.
Datablock TankData(BabyBoss : MediumTank)
{
shapeFile = "~/data/shapes/tanks/tank05.dts";
brainShapeFile = "~/data/shapes/tanks/brainjar04.dts";
fx = "BabyBossFX";
MaxSpeed = 16.0; // meters per second (in forward direction)
accelRate = 15.0; // increase velocity this many meters per second
deccelRate = 16.0; // when breaking, decrease velocity
turnRate = 61.0; // degrees per second
antiSlideRate = 10.2;
TurretHorRange = 33.5; // range in +/- degrees of turret horizontally
turretAutoLevel = 0.92;
DamageAmount = 10.0; // total amount of damage tank can withstand
suspensionRange = 1000; // proportion of wheel size for wheel to move up/down
DamageScale = 1.0; // multiply damage we do to others by this amount
armorScale = 1.8; // multiply damage we take by this amount (note: smaller better)
DefaultProjectile = "LightProjectile";
ai = GoldLightAI;
Hope this helps.
Repent
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Last edited: Saturday, December 03, 2005 at 10:40:44 AM
Can you post me a link to aCs tutorial
thx repent. Now I gotta just fix the admin tank and jeep
Last edited: Saturday, December 03, 2005 at 10:21:08 AM
Here is the link to the tankDb.cs file link . To save this file right click on it and click save target as, place it on your desktop so it's easy to find.Open the tankDb.cs file with notepad and copy the BabyBoss datablock and paste it at the bottom of your mission file. Change the suspensionRange like above.
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Last edited: Saturday, December 03, 2005 at 10:40:04 AM
That link is dead.....
No it's not, to save this file right click on the link and click save target as, place it on your desktop.
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Page : <1> :
Ok After many days of playing think tanks and using I tried using the Flying ufo as described into one of my other threads. Sadly but goodly I can only make the ufo fly in create server games not dedicated, I tried the way Mr dotz did but it Just messed up my Admin tank And jeep here are the pics