Jump to content

Damage Inc

Member
  • Content Count

    3553
  • Joined

  • Last visited

    Never
  • Medals

Everything posted by Damage Inc

  1. Damage Inc

    i need help to do a config.ccp file

    Do you have a .p3d model for the Cessna?
  2. Damage Inc

    i need help to do a config.ccp file

    Here you go: // some basic defines #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 // type scope #define private 0 #define protected 1 #define public 2 #define WeaponNoSlot0// dummy weapons #define WeaponSlotPrimary1// primary weapons #define WeaponSlotSecondary16// secondary weapons #define WeaponSlotItem256// items #define WeaponSlotBinocular4096// binocular #define WeaponHardMounted65536 class CfgPatches { class ECessna { units[] = {ECessna}; weapons[] = {}; requiredVersion = 1.07; }; }; class CfgVehicles { class All {}; class AllVehicles: All {}; class Air: AllVehicles {}; class Plane: Air {}; class A10: Plane {}; class Cessna: A10 {}; class ECessna: Cessna { displayName="Super Plane"; scope=2; picture="ia10"; crew="Civilian"; side=3; accuracy=0.300000; maxSpeed=500; armor=15; cost=200000; model="cessna182"; weapons[]={}; magazines[]={}; fov=0.500000; landingAoa="7=3.1415/180"; transportSoldier=3; extCameraPosition[]={0,2,-30}; type=2; threat[]={0.100000,1,0.700000}; aileronSensitivity=0.330000; elevatorSensitivity=0.800000; noseDownCoef=0.250000; }; };
  3. Damage Inc

    i need help to do a config.ccp file

    There's a lot of stuff wrong with that and a lot of unnecessary stuff, I'll correct it for you.
  4. I don't think that that's possible (or maybe, but hard).
  5. Damage Inc

    Who has killed most units in one mission? ;-)

    I really can't tell the difference between Cadet and Veteran mode. I sometimes play in Veteran mode because the editor has Veteran on by default and there's no way to change it (AFAIK) other than exiting the editor, playing a mission in Cadet mode and starting the editor again and that takes too much time.
  6. Damage Inc

    HI ALL IM NEW HERE

    Well, welcome to the forum from me too.
  7. Damage Inc

    i need help to do a config.ccp file

    Take it from someone's addon and modify.
  8. Damage Inc

    Super AI

    Super AI sets the skill level of all AI units to full.
  9. I got a little confused when you replied with that name :biggrin:
  10. Damage Inc

    Is this a bug??

    It must be a bug because I just tested it and it doesn't work for me either.
  11. Damage Inc

    ULTIMATE UPGRADE 4

    I got no errors.
  12. Maybe we should start with the basics of placing units?
  13. Damage Inc

    Who has killed most units in one mission? ;-)

    Easy, I'll make a mission with 100+ units and blow them up with satchels :biggrin:
  14. Damage Inc

    Vechile Commands

    I hate driving a tank by myself because it means bouncing from driver to gunner all the time.
  15. There is a lot of editing stuff, I don't know where to begin.
  16. Damage Inc

    texture swapping utility

    Get it here.
  17. Damage Inc

    pc action game of the year

    Old news.
  18. The Open Source document is good. But actually it would be a good idea to have an editing manual.
  19. Damage Inc

    Indonesian player

    The Flintstones?
  20. Damage Inc

    Swinmming

    I think yes. But that wouldn't be real swimming, just walking on the "floor" and that wouldn't be exactly realistic.
  21. Damage Inc

    we have been verry good this year BIS

    I haven't seen anyone posting stuff like that.
  22. Damage Inc

    Swinmming

    Because they have some sort of define that allows them to drive on the "floor" without them being destroyed.
  23. Damage Inc

    Its 20. December!

    Here is a list of the upgrade fixes.
  24. Damage Inc

    More than 3 side?

    They have this define in the config.cpp: // some basic defines #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 Maybe we could add a new side by editing this?
×