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: | or 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 your own resources!| Max Thomas (Sep 23, 2008 at 16:00 GMT) |
| Michael Perry (Sep 23, 2008 at 16:13 GMT) |
| Matt Huston (Sep 23, 2008 at 16:24 GMT) Resource Rating: 5 |
| Surge (Sep 23, 2008 at 16:50 GMT) |
| Szzg007 (Sep 23, 2008 at 17:02 GMT) |
{
%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) |
| Edward (Sep 23, 2008 at 18:22 GMT) |
| Guimo (Sep 23, 2008 at 23:33 GMT) |
| Daz (Sep 24, 2008 at 02:14 GMT) |
| Hesham Amiri (Sep 24, 2008 at 07:34 GMT) |
You must be a member and be logged in to either append comments or rate this resource.



3.7 out of 5


