Home   Help Search Login Register  

Author Topic: Help with my Wheelchair O' Doom..plz  (Read 4825 times)

0 Members and 2 Guests are viewing this topic.

Cpl. Vagabond

  • Guest
Help with my Wheelchair O' Doom..plz
« on: 06 Sep 2003, 23:10:15 »
Hi, can anyone  help me with my Wheelchair o' doom, i can't get it in-game i've put everything right and i think the problem is in the Config can someone take a look at the config please.

Code: [Select]

//Config file written by OFPCW ofps.cncguild.net/configw
//Civilian Wheelchair made by Cpl. Vagabond
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7

#define true 1
#define false 0

#define private 0
#define protected 1
#define public 2


class CfgPatches
{
        class chair
        {
                units[] = {chair};
                weapons[] = {};
                requiredVersion = 1.00;
        };
};

class CfgVehicles
{
        class All {};
        class AllVehicles: All {};
        class Land: AllVehicles {};
        class LandVehicle: Land {};
        class Car: LandVehicle {};
        class Jeep: Car {};
        class chair: Jeep
        {
                scope=public;
                crew=Civilian2;
                maxSpeed=150;
                side=TWest;
                displayName="Civilian Wheelchair";
                brakeDistance=2;
                sensitivity=0.600000;
                armor=50;
                accuracy=0.80;
                fuelCapacity=100;
                model="\vag_chair\chair";
                type=VArmor;
                cost=100000;
                terrainCoef=0.200000;
                armorWheels=0.120000;
                weapons[]={};
                magazines[]={};
        };
}


can anyone see anything wrong????

KyleSarnik

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #1 on: 07 Sep 2003, 03:49:51 »
Come on people dont any of you wanna help??

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #2 on: 07 Sep 2003, 09:37:02 »
come on ppl, once i've made my Wheelchair o' doom mega pack then i can make my Bathtub of destruction

Schlicki

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #3 on: 08 Sep 2003, 17:34:54 »
It would really help if you desribed the problem or error message you get.

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #4 on: 08 Sep 2003, 17:37:06 »
hey the problem is that the dam thing won't appear on any menu

Schlicki

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #5 on: 08 Sep 2003, 17:46:55 »
I had a prblem like that before. But I really don't know what I changed to make it work.
 All I know is that I changed the class name of my plane in the config like you got chair you should try putting wheelchair in. It might cause problems since there are already chairs in the game, although those should be in a very different class.

that's the only way how I can explain how I got rid of that

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #6 on: 08 Sep 2003, 17:48:09 »
ok

bigcheese

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #7 on: 09 Sep 2003, 14:54:54 »
could you make me a hand glider 'o' of doom?!
if you say yes i can put you in touch of a geezer who can help! 8)

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #8 on: 09 Sep 2003, 15:02:10 »
there was just a hand glider made, all the handglider o' doom would be one with maybe an uzi and new texture...metallica texture.

Schlicki

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #9 on: 09 Sep 2003, 18:20:52 »
did you get the wheelchair working now?

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #10 on: 09 Sep 2003, 18:21:43 »
no

Schlicki

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #11 on: 09 Sep 2003, 18:22:18 »
that was fast...still same problem?

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #12 on: 09 Sep 2003, 18:23:28 »
yup same prob

Lt.Shitkilla

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #13 on: 12 Sep 2003, 14:15:15 »
like i think was said above, there would already be an object named chair, so change the config to sumthin like:
class CfgPatches
{
        class wheelchairdoom
        {
                units[] = {wheelchairdoom};
                weapons[] = {};
                requiredVersion = 1.00;
        };
};

class CfgVehicles
{
        class All {};
        class AllVehicles: All {};
        class Land: AllVehicles {};
        class LandVehicle: Land {};
        class Car: LandVehicle {};
        class Jeep: Car {};
        class wheelchairdoom: Jeep
        {
                scope=public;
                crew=Civilian2;
                vehicleclass="Doom Pack"; //changes menu it's in
                maxSpeed=150;
                side=Tcivil;  // You want it to be on the civilian side??
                displayName="Civilian Wheelchair";
                brakeDistance=2;
                sensitivity=0.600000;
                armor=50;
                accuracy=0.80;
                fuelCapacity=100;
                model="\vag_chair\chair";
                type=VArmor;
                cost=100000;
                terrainCoef=0.200000;
                armorWheels=0.120000;
                weapons[]={};
                magazines[]={};
        };
}

P.S. i m not a coder/config writer so do not trust all the info above to achieve what u want..

Lt. Shitkilla
« Last Edit: 12 Sep 2003, 14:18:02 by Lt. Shitkilla »

Cpl. Vagabond

  • Guest
Re:Help with my Wheelchair O' Doom..plz
« Reply #14 on: 12 Sep 2003, 19:41:11 »
dammit, it still don't work