Jump to content

n45c4r

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About n45c4r

  • Rank
    Private First Class

core_pfieldgroups_3

  • Interests
    Weapons, cars, military history(especially WW2 and Cold War)

Contact Methods

  • Origin
    CyberStal1n

Recent Profile Visitors

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

  1. n45c4r

    7.62 Project WIP

    Thanks for the nice words, but fascinating can not be done likely - skill level is low. Textures will correct when I get back to the vehicles. I don't like the current color myself. I have a problem with config, textures for infantry don't seen in game, only standart units. I thought what problem in my PC, but armored units are work correct. Config don't shows any errors. I don't know wat to do, may be somebody will show me where is a problem :confused: Config : P.S. I know what I asking very stupid questions.
  2. n45c4r

    7.62 Project WIP

    OK. I understand you now, just my english is very bad and I don't understand many words.
  3. n45c4r

    7.62 Project WIP

    I tried that yesterday, but I will try write this again. Thanks I write hiddenSelections to all units, but it don't work. How it looks now :
  4. n45c4r

    7.62 Project WIP

    I tried all day to fix the problem. Land Rover is now seen in the game, but the units and armored vehicles are not. Screens of VW and LR There is a code of units config, and it would be good if somebody tell me what I made wrong
  5. n45c4r

    7.62 Project WIP

    Screens of police Geo Prizm and Chevy : VW texture id bad, I will show it later. And I have a problem: OA vehicles, air vehicles and units don't retexturing in game. For example: I make police LR, but in game it looks like usual civilian LR, same with units and air. What I did wrong?
  6. n45c4r

    7.62 Project WIP

    Thanks. Yes Palinero is tropical country. But I can't make mo own models yet and for now I use standart retextured soldiers. When I learn to make their own models, I will make them specifically for the area
  7. n45c4r

    7.62 Project WIP

    Yes this is a game which you say and thank you for good words
  8. 7.62 Project. It shows a two fictional countries in Central America: Palinero and Algeira (they was in russian game 7.62 and i decide made them in Arma) Palinero (blufor) - it will be Army and Police. In 90s and 00s Palinero army armed with US weapons, but many soviet equipment remain from old times, when Palinero was influenced form USSR. Army includes Motorized infantry, Marines, Airbourne units, Air Forces, Armored units, cars. Police includes patrol units, SWAT, Military Police Army Armor: BMP-2 (95% ready), AAVP7 (95%), LAV-25 (95%), ZSU 23-4 (99%), BTR-60 (0%), M113A3 (80%), T-55 (0%), T-72 (99%) Cars: Land rovers (50%), Humvees (50%), UAZ (70%), Urals (40%) Air: AH1 (90%), AH6J (90%), CH-47 (85%), Mi8 (95%), Su-25 (80%), UH-1 (95%), Uh-60 (100%) Infantry - it will be retextured CDF and ACR units (later may be I made my own models) Police Cars: Geo Prizm (90%), VW Passat (90%), Chevrolet Suburban (90%), Land rover Defender (90%) Units: Patrol (0%), SWAT (0%), MP(0%) Screens: Later I will add Algeira (opfor) army and police, Rebels (blufor), Mercenaries (opfor), Smugglers (res).
  9. I did all how you say, but it's don't work. There is config for faction 'PAL_vdv', showed in the error. May be somebody will show where is the error ?
  10. Thanks, configs are working now. But I have a new error: I can't see my units in game. When I start a editor, I see "no entry : bin\config.bin\CfgVehicles/PAL_vdv.scope". What is that and how improve it ?
  11. Please, tell me what wrong in this config.cpp. Error : File pal\config.cpp, line 8: /: 'c' encountered instead of '{' config class CfgPatches { class Pal { units[] = {"PAL_vdv", "PAL_mpeh", "PAL_inf", "PAL_air", "PAL_armor", "PAL_wheel", "PAL_vdv_specops", "PAL_mp_specops", "PAL_inf_specops"}; requiredAddons[] = {}; requiredVersion = 1.60; }; }; class CfgFactionClasses class Pal { displayName = "-----------"; priority = 1; side = TWest; }; class CfgVehicles { /*extern*/ class PAL_vdv; /*extern*/ class PAL_mpeh; /*extern*/ class PAL_inf; /*extern*/ class PAL_air; /*extern*/ class PAL_armor; /*extern*/ class PAL_wheel; /*extern*/ class PAL_inf_specops; /*extern*/ class PAL_mp_specops; /*extern*/ class PAL_vdv_specops; }; };
  12. I used C++ text editor. He shows me a error on lines which you improve. In next time i will post an error message. Thank you. ---------- Post added at 23:13 ---------- Previous post was at 22:30 ---------- I have got a new problem. Arma writes error : File pal\inf specops\config.cpp, line 49: .pal_spec_comotd: Undefined base class 'RUS_Soldier1' There is this place of code class pal_spec_comotd : RUS_Soldier1 { vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; displayName = "Team leader"; Picture = "\Ca\characters\data\Ico\i_sleader_CA.paa"; Icon = "\Ca\characters2\data\icon\i_officer_CA.paa"; TextPlural = "$STR_DN_officers"; TextSingular = "$STR_DN_officer"; nameSound = "veh_officer"; accuracy = 3.6; sensitivity = 3.4; cost = 500000; enableGPS = 1; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_vest_co.paa"}; backpack = ""; weapons[] = {"M4A1_HWS_GL", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS", "Binocular_Vector", "M9SD"}; magazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "Binocular", "SmokeShellRed", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD"}; respawnWeapons[] = {"M4A1_HWS_GL", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS", "Binocular_Vector", "M9SD"}; respawnMagazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "Binocular", "SmokeShellRed", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD"}; };
  13. I try to make a config, but when i run Arma error message apppear. I hope somebody can help me with this problem Config file #define true 1 #define false 0 #define VSoft 0 #define VArmor 1 #define VAir 2 #define private 0 #define protected 1 #define public 2 #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 ReadAndWrite 0 #define ReadAndCreate 1 #define ReadOnly 2 #define ReadOnlyVerified 3 class CfgPatches } class pal_inf_specops } units[] = {"pal_spec_comotd", "pal_spec_strelok", "pal_spec_mgunner", "pal_spec_sabot", "pal_spec_sniper"}; weapons[] = {}; requiredVersion = 1.60; requiredAddons[] = {"CACharacters", "CACharacters2", CA_E, "CACharacters_E_Head", "CACharacters_E"}; }; }; class CfgVehicleClasses } class PAL_inf_specops } displayName = "----------"; }; }; class CfgVehicles } class Man; // External class reference class CAManBase; // External class reference class SoldierEB; // External class reference class SoldierWB; // External class reference class SoldierGB; // External class reference class Civilian; // External class reference class RUS_Soldier1; // External class reference class RUS_Soldier_TL; // External class reference class RUS_Soldier_Sab; class pal_spec_comotd : RUS_Soldier_TL } vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; displayName = "Team Leader"; Picture = "\Ca\characters\data\Ico\i_sleader_CA.paa"; Icon = "\Ca\characters2\data\icon\i_officer_CA.paa"; TextPlural = "$STR_DN_officers"; TextSingular = "$STR_DN_officer"; nameSound = "veh_officer"; accuracy = 3.6; // accuracy needed to recognize type of this target sensitivity = 3.4; // sensor sensitivity cost = 500000; enableGPS = 1; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_vest_co.paa"}; backpack = ""; weapons[] = {"M4A1_HWS_GL", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS", "Binocular_Vector", "M9SD"}; magazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "Binocular", "SmokeShellRed", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD"}; respawnWeapons[] = {"M4A1_HWS_GL", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS", "Binocular_Vector", "M9SD"}; respawnMagazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "Binocular", "SmokeShellRed", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "1Rnd_HE_M203", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD", "15Rnd_9x19_M9SD"}; }; class pal_spec_strelok : RUS_Soldier_TL } vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; accuracy = 3.9; // accuracy needed to recognize type of this target displayName = "Rifleman"; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_vest_co.paa"}; weapons[] = {"M4A1_Aim", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; magazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "HandGrenade_West", "HandGrenade_West"}; respawnWeapons[] ={"M4A1_Aim", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; respawnMagazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "HandGrenade_West", "HandGrenade_West", "HandGrenade_West", "HandGrenade_West"}; }; class pal_spec_mgunner : RUS_Soldier1 } vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; accuracy = 3.9; // accuracy needed to recognize type of this target displayName = "Machinegunner"; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_vest_co.paa"}; weapons[] = {"M249_m145_EP1", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; magazines[] = {"200Rnd_556x45_M249", "200Rnd_556x45_M249", "200Rnd_556x45_M249", "200Rnd_556x45_M249", "HandGrenade_West", "HandGrenade_West"}; respawnWeapons[] = {"M249_m145_EP1", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; respawnMagazines[] = {"200Rnd_556x45_M249", "200Rnd_556x45_M249", "200Rnd_556x45_M249", "200Rnd_556x45_M249", "HandGrenade_West", "HandGrenade_West"}; }; class pal_spec_sabot : RUS_Soldier_Sab } vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; accuracy = 3.9; // accuracy needed to recognize type of this target displayName = "Saboteur"; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_co.paa"}; weapons[] = {"M4A1_AIM_SD_camo", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; magazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "TimeBomb", "TimeBomb", "TimeBomb"}; respawnWeapons[] = {"M4A1_AIM_SD_camo", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; respawnMagazines[] = {"30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "TimeBomb", "TimeBomb", "TimeBomb"}; }; class pal_spec_sniper : RUS_Soldier1 } vehicleClass = "PAL_inf_specops"; faction = "Pal"; scope = public; accuracy = 3.9; // accuracy needed to recognize type of this target displayName = "Sniper"; model = "\pal\inf specops\Specnaz"; identityTypes[] = {"Head_CDF","CDF_Glasses","Language_EN_EP1"}; hiddenSelectionsTextures[] = {"\pal\inf specops\partizan_co.paa"}; weapons[] = {"M110_TWS_EP1", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; magazines[] = {"20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR"}; respawnWeapons[] = {"M110_TWS_EP1", "NVGoggles", "Throw", "Put", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio"}; respawnMagazines[] = {"20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR", "20Rnd_762x51_B_SCAR"}; }; };
×