-
Content Count
225 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by christian2526
-
PROJECT ARES [ARmy ESsentials] Future US Army Project
christian2526 replied to SKasper's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Good Job. Downloading now :p -
The Future of the US Army? (Needs Name)
christian2526 replied to SKasper's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
LeL, it really does kind of but it`s for Nato. If you are playing with them u will notice some diffrences! Update: If you want to stay updated, you can everday have a look at this imgur album: https://imgur.com/a/E0ohI -
The Future of the US Army? (Needs Name)
christian2526 replied to SKasper's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hi there, i recently made some Tropical Multicamo and want to make more and diffrent Multicamo`s: https://i.imgur.com/JFwAl6k.jpg (267 kB) https://i.imgur.com/zptVkNk.jpg (130 kB) https://i.imgur.com/Zc6t1Il.jpg (215 kB) Chris -
The Future of the US Army? (Needs Name)
christian2526 replied to SKasper's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Added u on Steam, just have a look. And on Skype -
The Future of the US Army? (Needs Name)
christian2526 replied to SKasper's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
hi there, I would like to make a model for the HEMMT Gun Truck. I would like to know if there are "sample" Model`s or even Models which are able to modify=? If i have a Model i can basicly do this! -
Seahawk Addon By YuraPetrov
christian2526 replied to yurapetrov's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Yura is not "Dead". I wrote with him before a week and i can`t talk about what we wrote. I`ll ask him to login here again. -
UH-60 Blackhawk with new Weapons
christian2526 posted a topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Hello Guys, I want to know, if it is possible to remove the M134 Minigun of the UH-60 Blackhawk and instead add a M2 Machinegun or a M3P. I would like to do that because i know that mostly HH-60J Pavehawk have some of those if they are deployed in War Zones. It would be nice if someone could give me a litte advice on that. Picture how i would like to have it: (64KB) Chris -
UH-60 Blackhawk with new Weapons
christian2526 replied to christian2526's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Status Update: Thanks to Eggbeast, who helped me with the Config, which now is perfect. But i still have problems with the animations in the model (btw, the Model itself should be fine, but the model.cfg is the problem). Chris -
UH-60 Blackhawk with new Weapons
christian2526 replied to christian2526's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Heey Buddy, i made a model that for. struggling with the config.cpp and model.cfg Add me in skype and i will send you the model. -
HH-60 Pavehawk Problems with Model.cfg and Config.cpp
christian2526 posted a topic in ARMA 2 & OA : ADDONS - Configs & Scripting
Heey everyone, I`m trying to make an Addon which is basicly a Blackhawk with a new Doorgun. I`ve made a Model with a M2 Machinegun on the Blackhawk Doorgunner Seat. Now i`m having trubble with some Error`s which i cannot fix. I used the BIS Sample Models and modifyed the M2_vehiclemount for the Blackhawk. Those are the Error`s i get: Warning Message: Cannot open object hh60pave\hh60.p3d Error: bin\config.bin/CfgVehicles/Helicopter/Turrets/MainTurret/: Turret body mainTurret not found while initializing the model hh60pave\hh60.p3d Error: bin\config.bin/CfgVehicles/Helicopter/Turrets/MainTurret/: Turret gun mainGun not found while initializing the model hh60pave\hh60.p3d Warning Message: Cannot load texture ca\air\data\optika_heli_tl.paa. Warning Message: Cannot load texture ca\air\data\optika_heli_stred.paa. Warning Message: Cannot load texture ca\air\data\optika_heli_bl.paa. hh60pave\hh60.p3d: No geometry and no visual shape hh60pave\hh60.p3d: No geometry and no visual shape This is my model.cfg: And this is my config.cpp: I realy do hope that somebody can help me out. I realy think i messed it up somehow. I already made the model: Chris Sorry if my English isn`t the best, still learning it. -
The Army Combat Uniform Mod
christian2526 replied to Richards.D's topic in ARMA 3 - ADDONS & MODS: COMPLETE
That looks awesome. Great Addon, thanks :) -
Arma3 Characters Modding Tutorial
christian2526 replied to Vespa's topic in ARMA 3 - BI TOOLS - GENERAL
Heey Guys, I tried to made some new Textures with Photoshop which look kind of weird but thats not the Problem. I can get the configs to work, can somebody tell me wahts the Error? enum { // = 2, // Error parsing: Empty enum name DESTRUCTENGINE = 2, DESTRUCTDEFAULT = 6, DESTRUCTWRECK = 7, DESTRUCTTREE = 3, DESTRUCTTENT = 4, STABILIZEDINAXISX = 1, STABILIZEDINAXESXYZ = 4, STABILIZEDINAXISY = 2, STABILIZEDINAXESBOTH = 3, DESTRUCTNO = 0, STABILIZEDINAXESNONE = 0, DESTRUCTMAN = 5, DESTRUCTBUILDING = 1, }; class CfgPatches { class usn_colthing { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Characters_F_BLUFOR"}; }; }; class CfgVehicles { class B_Soldier_base_F; class usn_nwu_light : B_Soldier_base_F { _generalMacro = "B_Soldier_F"; //unsure what this does scope = 2; displayName = "Uniform Test"; nakedUniform = "U_BasicBody"; //class for "naked" body uniformClass = "usn_nwu_light_uniform"; //e.g. "Example_Soldier_F" hiddenSelections[] = {"Camo"}; hiddenSelectionsTextures[] = {"\NavyUnit\navalunit\data\cgr_nwuc_co.paa"}; }; }; class cfgWeapons { class Uniform_Base; class UniformItem; class usn_nwu_light_uniform : Uniform_Base { scope = 2; displayName = "Naval Working Uniform"; picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa"; model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo : UniformItem { uniformModel = "-"; uniformClass = "usn_nwu_light"; //would be same as our made soldier class containerClass = "Supply20"; //how much it can carry mass = 80; //how much it weights }; }; }; i found what didn`t work and it has nothing to do with the config.bin itself. I forgot to create an AddOns folder in @NavyUnit. LoL Chris -
A.C.R.E - Advanced Combat Radio Environment - 1.4 Stable - Release Thread
christian2526 replied to noubernou's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Heey Everyone, I have a question, how to ckeck if a player is connected with Teamspeak and the Game? Chris - Sorry for my English -
Arma 2 warfare official map
christian2526 replied to ninjasniper78's topic in ARMA 2 & OA - OFFICIAL MISSIONS
Hey man, It would be awesome if you would use the search function first, but i will show you where u can find it. ArmA 2 OA (CO) Install Folder -->Expansion-->Addon-->mission_e.pbo (you may have to unpbo that with PboManager)-->MPSzenarios-->MPE_MountainWarfare.Takistan or MPE_MountainWarfare3Sided.Takistan (Only for the 3 Side Version). So thats the exact path to the Mission Folder of Warfare. Chris -
C-17 Globemaster lll - ArmA 2 Mod (Alpha Stage, needs lots of work)
christian2526 replied to samrmur's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Same here, cannot Attach Vehicles -
C-17 Globemaster lll - ArmA 2 Mod (Alpha Stage, needs lots of work)
christian2526 replied to samrmur's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Heey man, i tested out the plane further and i noticed that you can still Attach Cargo, Detach Cargo and Open/Close the Doors when the plane is destroyed. If you click "Attach Cargo" your vehicle will be moved in the dead body of the plane. But its nice to see that there is no more shine on the plane. Chris [2.TacFor] ~ Germany //Edit a few moments later.... Here are some pics with the newest Update which has been released. http://i.imgur.com/bWWXWEl.jpg (125 kB) http://i.imgur.com/XayzcaM.jpg (120 kB) http://i.imgur.com/JNbmoYf.jpg (145 kB) Another few seconds later: Visit my Website, i will upload more pics of the C-17 III there. -
How to check if the vehicle player has any kind of magazines or weapons?
christian2526 posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Heey Everyone, I`m trying to get a ai named "guard" to check if the vehicle of the player has any kind of weapons or magazines. I want it to be like a Checkpoint and if the script detects anything in the vehicles cargo it should clear the cargo and give the car the fuel back. This is what i got sofar, the gurad is already going to the car and car is set to certian point and the fuel is being removed untill the check is done. I`m playing with ACE. _searchTime = 15; //This is defined for later use. if (vehicle player isKindOf "LandVehicle") then { vehicle player setFuel 0; sleep 2; vehicle player setPos (getPos bod); guard doMove (getPos vehicle player); sleep 5; //guard playMove "AinvPknlMstpSlayWrflDnon_medic"; if (Here is the point where i want the vehicle to be search by this script and then it should remove everything) then { sleep 1; clearMagazineCargo vehicle player; clearWeaponCargo vehicle player; }; sleep 9; guard doMove (getPos vehicle player); sleep 3; guard doMove (getMarkerPos "wait"); }; It would be nice if someone cloud help me out with that. Thank you guys. Chris ~Germany, sorry for my english :) -
How to check if the vehicle player has any kind of magazines or weapons?
christian2526 replied to christian2526's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you, i already figured out a way that works fine but i will try and may add yours. Thanks for you time people. -
How to check if the vehicle player has any kind of magazines or weapons?
christian2526 replied to christian2526's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Nah, i just want the script to remove Exlosives, i would add a list. -
Error: Typed string expected object
christian2526 replied to Blueblood's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Try using vehicle player instead of player -
Dutch Armed Forces
christian2526 replied to larsiano's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Yes, kind of. I tested it for a few hours and everything worked just fine. -
C-17 Globemaster lll - ArmA 2 Mod (Alpha Stage, needs lots of work)
christian2526 replied to samrmur's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Hell Yeah!! Update, thats awesome! Thank you for your addon! Chris -
ShackTac Littlebird Enhancement Mod (beta)
christian2526 replied to dslyecxi's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Ehm....wait what??? So you want to tell me you gonna try to use ShackTac LBE Mod for DayZ, whÃch could work if your server and your clients have the Addon! Also please tell me what do you mean with ACE-Free Version?? Chris -
C-17 Globemaster lll - ArmA 2 Mod (Alpha Stage, needs lots of work)
christian2526 replied to samrmur's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Your excuse is valid! Try the C-17 in ArmA 2, u will love it :) -
C-17 Globemaster lll - ArmA 2 Mod (Alpha Stage, needs lots of work)
christian2526 replied to samrmur's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
But you noticed the Mod is for ArmA 2 right?