Blockland Forums > Modification Help
Making vehicle, vehicle crashes the game.
<< < (2/6) > >>
BlockStar:
I have this problem a lot it sucks for me cause i cant create vehicles.
Peejster:

--- Quote from: BlockStar on March 13, 2011, 11:14:18 AM ---I have this problem a lot it sucks for me cause i cant create vehicles.

--- End quote ---

Nobody cares.
If you can't help, nobody cares.
Treynolds416:

--- Quote from: Peejster on March 13, 2011, 10:28:07 AM ---It is mount0.
I'll try the LODs.
Still nothing.

--- End quote ---
I thought so.

Can you post the script?
Peejster:

--- Quote from: Treynolds416 on March 13, 2011, 11:55:02 AM ---I thought so.

Can you post the script?

--- End quote ---

--- Code: ---datablock PlayerData(ChairArmor : PlayerStandardArmor)
{
cameraVerticalOffset = 3;
shapefile = "./chair.dts";
canJet = 0;
mass = 120;
   drag = 0.03;
   density = 0.6;
   runSurfaceAngle = 1;
   jumpSurfaceAngle = 1;
   maxForwardSpeed = 0;
   maxBackwardSpeed = 0;
   maxBackwardCrouchSpeed = 0;
   maxForwardCrouchSpeed = 0;
   maxSideSpeed = 0;
   maxSideCrouchSpeed = 0;
   maxStepHeight = 0;
   maxUnderwaterSideSpeed = 0;

uiName = "Chair";
showEnergyBar = false;

   jumpForce = 0;
   jumpEnergyDrain = 10000;
   minJumpEnergy = 10000;
   jumpDelay = 127;
   minJumpSpeed = 0;
   maxJumpSpeed = 0;

rideable = true;
canRide = false;
paintable = true;

   boundingBox = vectorScale("2.5 2.5 1", 4);
   crouchBoundingBox = vectorScale("2.5 2.5 1", 4);

   lookUpLimit = 0.65;
lookDownLimit = 0.45;

   numMountPoints = 0;
   mountThread[0] = "sit";
   
   upMaxSpeed = 1;
   upResistSpeed = 1;
   upResistFactor = 1;
   maxdamage = 260;

   minImpactSpeed = 250;
   speedDamageScale = 3.8;

   useCustomPainEffects = true;
   PainHighImage = "";
   PainMidImage  = "";
   PainLowImage  = "";
   painSound     = "";
   deathSound    = "";
};
--- End code ---

Obviously just an edit of the boat script.
Butler:
Post console of crash.
Navigation
Message Index
Next page
Previous page

Go to full version