Previous Blog Next Blog
Prev/Next Blog
by date

my TGEA FPSMMO_DEMO 04(warpig car)

my TGEA FPSMMO_DEMO 04(warpig car)
Name:Szzg007
Date Posted:Sep 23, 2008
Rating:3.7 out of 5
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Szzg007

Blog post





Recent Blog Posts
List:11/18/08 - Syranin show 2
11/12/08 - Syranin show
10/20/08 - FPSMMO_DEMO5(DIF_SHOW)
10/13/08 - MMOFPS_DEMO_04b(level editor in DIF)
09/23/08 - my TGEA FPSMMO_DEMO 04(warpig car)
09/18/08 - Design car --war pig
09/15/08 - my TGEA FPSMMO_DEMO 03
09/14/08 - my TGEA FPSMMO_DEMO 02

Submit ResourceSubmit your own resources!

Max Thomas   (Sep 23, 2008 at 16:00 GMT)
Looking very nice man, I'm impressed. Looks a little high off the ground in the first picture though?

Michael Perry   (Sep 23, 2008 at 16:13 GMT)
Very cool! War Pig turned out nice in game. Great work! =)

Matt Huston   (Sep 23, 2008 at 16:24 GMT)   Resource Rating: 5
Neat stuff!

Surge   (Sep 23, 2008 at 16:50 GMT)
Great job

Szzg007   (Sep 23, 2008 at 17:02 GMT)
function WheeledVehicleData::onAdd(%this,%obj)
{
%obj.mountable = true;

// Setup the car with some defaults tires & springs
for (%i = %obj.getWheelCount() - 1; %i >= 0; %i--) {
%obj.setWheelTire(%i,warpigTire);
%obj.setWheelSpring(%i,warpigSpring);
%obj.setWheelPowered(%i,false);
}

// Steer front tires
%obj.setWheelSteering(0,1);
%obj.setWheelSteering(1,1);

// Only power the two rear wheels...
%obj.setWheelPowered(2,true);
%obj.setWheelPowered(3,true);
// Vehicle timeout
%obj.mountVehicle = true;

// Default dynamic armor stats
%obj.setRechargeRate(%this.rechargeRate);
%obj.setRepairRate(0);

%light = new volumeLight() {
//dataBlock = "sgMountLight";
rotation = "-0.357694 0.933839 9.9834e-009 180";
scale = "1 1 1";
dataBlock = "sgMountLight";
Enable = "1";
mountPoint = "light1"|"light2";
IconSize = "1";
ParticleColorAttenuation = "1";
Texture = "common/lighting/lightFalloffMono.png";
lpDistance = "0.35";
ShootDistance = "5";
Xextent = "0.6";
Yextent = "0.6";
SubdivideU = "4";
SubdivideV = "4";
FootColour = "1.000000 1.000000 1.000000 0.182000";
TailColour = "0.000000 0.000000 0.000000 0.000000";
};

%light.attachtoobject(%obj);
%obj.light = %light;
}

Szzg007   (Sep 23, 2008 at 17:05 GMT)
what I designated Sglight specify how to the point "light0"node?

Edward   (Sep 23, 2008 at 18:22 GMT)
wow, are you going to release the skin as a addon to the Warpig from your previous post? Great job, suddenly im gettinga itch to play Halo...

Guimo   (Sep 23, 2008 at 23:33 GMT)
Just add some dirt and scratches to the vehicle... otherwise, awesome looks.

Daz   (Sep 24, 2008 at 02:14 GMT)
Excellent work Szzg007! Both the vehicle and player look fantastic!

Hesham Amiri   (Sep 24, 2008 at 07:34 GMT)
great work, in the last pic the driver's shadow shows through the vehicle.

You must be a member and be logged in to either append comments or rate this resource.