Jump to content

SPQR

Member
  • Content Count

    580
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SPQR

  • Rank
    Gunnery Sergeant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. SPQR

    OFPWH40Kv3 MOD

    Isn't a }; missing in the end of class CfgPatches and at the end of page a }; which must be erased ? // Death Korps of Kreg vehicles v 0.1 // This is an OFPWH40K creation By Ladie from Hell // Please Find any Bugs and Let me know // Custom Sounds are on the way! // Most importantly, enjoy //-------------------------------------------------------- //-------------------------------------------------------- #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 #define WeaponNoSlot 0 // dummy weapons #define WeaponSlotPrimary 1 // primary weapons #define WeaponSlotSecondary 16 // secondary weapons #define WeaponSlotHandGun 2 // HandGun #define WeaponSlotHandGunItem 32 // HandGun magazines #define WeaponSlotItem 256 // items #define WeaponSlotBinocular 4096 // binocular #define WeaponHardMounted 65536 #define CanSeeRadar 1 #define CanSeeEye 2 #define CanSeeOptics 4 #define CanSeeEar 8 #define CanSeeCompass 16 #define CanSeeRadarC CanSeeRadar+CanSeeCompass #define CanSeeAll 31 ///////////////////////////////////////////////////////////////////////////////////////// class CfgPatches { class DKOK_krup { units[]={"Dkokruppiv","Dkokkruppv"}; weapons[]={}; requiredAddons[]={BIS_Resistance}; requiredVersion=1.96; }; }; ////////////////////////////////////////////////////////////////////////////////////////// class CfgModels { class Default {}; class Vehicle : Default {}; class Car: Vehicle {}; class Jeep: Car {}; class JeepMG: Jeep {}; class ven: Jeep {}; ////////// SOMETHING'S MISSING !! //////// }; class CfgVehicles { class All{}; class AllVehicles: All{}; class Land: AllVehicles{}; class LandVehicle: Land{}; class Truck: LandVehicle{}; class Truck5t: Truck{}; class DKOK_krup: Truck5t{ model="\DKOK_krup\Dkokkruppiv"; displayName="DKOK Krupp IV Personnel Carrier"; vehicleClass="WH40K IG - Death Korps of Kreg - Vehicles"; side=2; armor=60; carmouflage=8; maxSpeed=70; fuelCapacity=180; driverAction="ManActTruck5tDriver"; cargoAction[]={"ManActTruck5tCoDriver"}; transportSoldier=9 transportAmmo=0 picture="\DKOK_krup\Prot"; canFloat=false; crew=krieg1; preferRoads=true; cost=50000; soundEngine[]={Vehicles\uazloop,db-5,1.25}; weapons[]={}; magazines[]={}; typicalCargo[]={}; }; }; New error messages ?
  2. SPQR

    Ww1 minimod

    Nice american troops Would you be interesting in Sanctuary's multi-turret script system for your tanks ? As usual, it can't work in MP game, but in solo game, it is very efficient.
  3. SPQR

    BTR-80

    It is a BTR-70, not a BTR-80, unless russian designation is different from NATO's.
  4. SPQR

    WH40K BETA TEST

    It comes from the Alpha Imperial Guard. Remove them from your addon folder and you'll see.
  5. SPQR

    WH40K BETA TEST

    BOMBS AWAY !!!
  6. SPQR

    WH40K BETA TEST

    New additions : - Lightning Air Superiority Fighter - Lightning Air Superiority Fighter, w/ 4 Skystrike AAMs - Lightning 'Strike' Ground Attack Fighter, w/ 6 Hellstrike AGMs - Thunderbolt Multi-role Heavy Fighter - Thunderbolt Multi-role Heavy Fighter w/ 4 Skystrike AAMs - Thunderbolt Multi-role Heavy Fighter w/ 4 Hellstrike AGMs - Thunderbolt Multi-role Heavy Fighter w/ 4 500 lbs bombs - Fighter Ace Ixan Muro's Thunderbolt - Iron Warriors Hell Blade Interceptor - Night Lords Hell Blade Interceptor - Iron Warriors Hell Talon Fighter-Bomber More screens here...
  7. SPQR

    WH40K BETA TEST

    Imperial Navy, ready for action !! Â Â Â Â Chaos has unleashed its birds of prey !! Â Â Â
  8. SPQR

    WH40K BETA TEST

    I've been the poor victim of Tzeentch's mischievous schemes  Here is the file with corected Man class Dreadnought.
  9. SPQR

    WH40K BETA TEST

    Here the Imperial Fists Space Marine Chapter V0.9 Download Link Corrected Man class Dreadnought Read carefully the Readme, and especially look for "In-Game Units/Functions" topics if you don't want to miss special and extraordinary issues  Special Thank to Sanctuary without whom the Space Marines wouldn't have been what they currently are Â
  10. SPQR

    WH40K BETA TEST

    Take note that IF Space Marines will be released on Sunday.
  11. SPQR

    WH40K BETA TEST

    Small apetizing screens. Â Death is really getting close...
  12. SPQR

    WH40K BETA TEST

    "IF_SM1","IF_MK","IF_HB","IF_ML","IF_PC" ,"IF_MM","IF_LC", "IF_SG","IF_SGV","IF_MG","IF_PG","IF_FL" ,"IF_DM","IF_MN", "IF_SM1D","IF_MKD","IF_HBD","IF_MLD","IF_PCD& amp; quot;,"IF_MMD","IF_LCD","IF_SGD", "IF_SM1V","IF_MKV","IF_HBV","IF_MLV","IF_PCV& amp; quot;,"IF_MMV","IF_LCV","IF_SGVV","IF_MGV","I F_PGV","IF_FLV","IF_DMV","IF_MNV", "IF_FA1","IF_FA2","IF_FA3", "IF_APO","IF_CNE","IF_TM","IF_TMM","IF_TC&amp ;quo t;, "IF_SC1","IF_SC2","IF_SCML","IF_SCSP","IF_SCH B","IF_SCSG", "IF_T1","IF_T2","IF_T3" "IF_LSP","IF_LSTA","IF_LSTM","IF_LSTE", "IF_Dropstatic","IF_Droppara", "IF_Thunder" I think you'd better ask me whose codename is a particular one or wait for the release  Surprise codenames erased" Â
  13. SPQR

    WH40K BETA TEST

    Yes, 5 men as cargo. Something else is now possible
  14. SPQR

    WH40K BETA TEST

    Do you mean the Dow's IG Chimera don't float ? Because the Steel Legion Chimera DO float.
  15. SPQR

    WH40K BETA TEST

    There is already so much to do before even thinking about Horus Heresy. Â Â Â Â And At least, The first Defiler, a Daemon Engine, "Child of Terror" :
×