Search the Community
Showing results for tags 'max'.
Found 7 results
-
https://steamcommunity.com/sharedfiles/filedetails/?id=1453853092 Has anyone done this yet? If so how did you go about it and what was the outcome?
-
I am running Altis Life v5.0.0 (https://github.com/AsYetUntitled/Framework) I have a problem with backpacks not showing the correct max capacity in game (Its well above it) - Here is the bp statement in my fn_survival.sqf : /* Adjustment of carrying capacity based on backpack changes */ if (backpack player isEqualTo "") then { life_maxWeight = LIFE_SETTINGS(getNumber,"total_maxWeight"); _bp = backpack player; } else { if (!(backpack player isEqualTo "") && {!(backpack player isEqualTo _bp)}) then { _bp = backpack player; life_maxWeight = LIFE_SETTINGS(getNumber,"total_maxWeight") + round(FETCH_CONFIG2(getNumber,"CfgVehicles",_bp,"maximumload") / 4); }; }; and further down - { private["_bp","_load","_cfg"]; while{true} do { waitUntil {backpack player != ""}; _bp = backpack player; _cfg = getNumber(configFile >> "CfgVehicles" >> (backpack player) >> "maximumload"); _load = round(_cfg / 8); life_maxWeight = life_maxWeight + _load; if(playerSide == west) then {(unitBackpack player) setObjectTextureGlobal [1,""];}; // <---- Sac invisible chez les flics if(playerSide == independent) then {(unitBackpack player) setObjectTextureGlobal [1,""];}; // <----- Sac Invisible chez les Medics waitUntil {backpack player != _bp}; if(backpack player == "") then { life_maxWeight = life_maxWeight; }; }; }; Thank you
-
What is the upper limit or maximum number of AI and/ or human players in one single mission / campaign / scenario / Multiplayer mission / online combat. Is this number limited by game software settings itself, or upon to hardware performance? I have these questions because I would like to organize and design a huge mission or campaign such as BLUFOR Battalion VS OPFOR Battalion, I want to know how many AI could I put in and how many Players can join in, and What kind of PC should I set up. Many thanks, could you share your experience about these questions, list them one by one. For example ; Game type Max AI Max Players Single mission xxx xxx Campaign yyy yyy etc. etc. etc.
-
Is there any way to import 3DS animations to an ArmA model.cfg? I have a plane model in 3DS Max that I got off of Turbosquid and it has several animations (landing gear, bay doors, cockpit opening, etc) that I'd like to import into O2. In 3DS, the animations are all one long strip at the bottom of the screen and they are imported by default as keyframes. I do not want them to be keyframes, but rather animations defined in the model.cfg with the appropriate axes, types, rotations/translations, etc. So far I have been unable to accomplish this. To comply with ArmA's structure, I've had to remake several animations from scratch and I'm asking here to see if there's any easier way to do this because some of them (bay doors) are extremely complex and could take days for me to do by hand.
-
Tank Max Speed - Limited by Gears, Torque or...?
lawman_actual posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hey people. I'm working on config for a tank, using other tanks as references to make sure my values hit at least close to workable. Trouble is...I can't seem to get the damned thing past about 28km/h. I can't seem to figure what's holding it back since everything I've checked seems to be at least similar to values for the two tanks above that both work fine. Here are my related entries in vehicles.cfg: accelAidForceCoef = 1.5; accelAidForceSpd = 1.4; brakeDistance = 12; brakeIdleSpeed = 0.1; changeGearMinEffectivity[] = { 0.95, 0.15, 0.95, 0.95, 0.95, 0.95, 0.95 }; changeGearOmegaRatios[] = {1,0.424242,0.454545,0.333333,0.984848,0.424242,0.984848,0.606061,0.984848,0.575758,1,0.545455}; changeGearType = "rpmratio"; //Have also tried "effective" with similar issue. clutchStrength = 45; dampersBumpCoef = 4.5; dampingRateFullThrottle = 1.0; //1.4: T100 0.8: Kamysh dampingRateZeroThrottleClutchDisengaged = 0.65; //0.8: T100 0.5: Kaymsh dampingRateZeroThrottleClutchEngaged = 0.45; //5.0: T100 4.0: Kaymsh driveOnComponent[] = {"Track_L","Track_R","Slide"}; engineMOI = 12; //12 - T100 7 - Kamysh enginePower = 1119; //kW engineStartSpeed = 5; //common value epeImpulseDamageCoef = 18; //Same for T100 and Kuma gearBox[] = {-7,0,11,8,5.7,4.2}; //Same in T100 and Kuma idleRpm = 1200; latency = 0.5; maxOmega = 335; maxSpeed = 80; minOmega = 140; normalSpeedForwardCoef = 0.75; numberPhysicalWheels = 16; peakTorque = 5300; redRpm = 3200; sensitivity = 2.5; simulation = "tankX"; slowSpeedForwardCoef = 0.25; switchTime = 0.3; tankTurnForce = 950000; tankTurnForceAngMinSpd = 0.7; tankTurnForceAngSpd = 0.76; thrustDelay = 0.5; torqueCurve[] = {{0.424242,0.8},{0.545455,0.95},{0.606061,0.99},{0.636364,1},{0.666667,0.98},{0.727273,0.93},{0.878788,0.76},{1,0.6}}; tracksSpeed = 1.35; class complexGearbox { driveString = "D"; //String displayed in HUD for Forward Gear neutralString = "N"; // string to display in the HUD for neutral gear. reverseString = "R"; // string to display in the HUD for reverse gears. gearBoxMode = "auto"; GearboxRatios[] = {"R1",-3.4,"N",0,"D1",4.4,"D2",3,"D3",1.75,"D4",1}; //KUMA //GearboxRatios[] = {"R1",-4.5,"N",0,"D1",7.8,"D2",5.6,"D3",4,"D4",2.9,"D5",2.1,"D6",1.5,"D7",1.1}; //ANGARA moveOffGear = 1; transmissionRatios[] = {"High",11.5}; }; Can't seem to figure this on my own, so help would be appreciated! I've checked vehicle mass and it seems to be as expected (about 52 tonnes) Cheers, Law -
Hello guys, as my first mod ever, I decided to recreate and expand the Mad Max universe. At the moment the mod contains: Vehicles: Weapons: Helmets: Facewear: Vests: Charakters: In case if you wonder, original stands for content, wich has been seen in the movies or in the game, I does not means, it was ripped of the game. Known buggs and errors: - plymouth rock missing .rvmat error - the wheels of the plymouth rock are not at the correct postion - the vest is not fitting, gets sucked into the body directly under the armpit and has only texture on one side - the shadows are not perfect - the shotguns can use scopes, this is not wanted, so make shure you have an empty sight slot on the shotguns (or you will see nothing and think the gun is broken) BI Forums WIP Discussion: Special Thanks: - Fled for releasing the model of the plymouth rock - I3lueVein for his models of the mad max and the inspiration - KingDom for spending his freetime, while searching with me via teamviewer for the errors - ianbanks & Pennyworth for helping me with the first person error Credits can be found in the Files. If theres interest in my mod, you can join the discord server: here! Download Links: STEAM: http://steamcommunity.com/sharedfiles/filedetails/?id=815962700 Armaholic: http://www.armaholic.com/page.php?id=32034 (Might not have the lastest update) You can use it for Exile or whatever you want, but please don't repack or reupload it anywhere else without giving credits.
-
Runs great! here are my specs: iMac (Retina 5K, 27-inch, Late 2014) 3.5 GHz Intel Core i5 16 GB 1600 MHz DDR3 AMD Radeon R9 M295X 4096 MB Bohemia! I used to run Arma 3 on bootcamp. I was an avid player! ever since the arma 2 days. and before that flashpoint. I am so happy you guys released this for Mac. I am an Artist and pretty much have to use a Mac for my work. Having Arma 3 ported to Mac is absolutely amazing! please continue to develop it. I already got apex and have played it through bootcamp, It is awesome! please bring it to Mac. I don't use bootcamp anymore so this port is a dream come true. with my computer I run it at 1080p with all the settings maxed out. getting an average of 50fps in the open areas of Altis and around 32fps in Kavala. I am sure with some optimization it could be way better. although the fps doesn't go above 50 it feels way smoother than on bootcamp. boot camp with ultra settings I was getting around 50fps as well but it would stutter between 80fps down to 40fps which would cause screen tearing. please make the graphics fully accessible. I want to see what happens when things are bumped up some more. all and all Bohemia this is awesome! love you guys
-
- Imac Retina 5k
- 5k
-
(and 8 more)
Tagged with: