Jump to content

codarl

Member
  • Content Count

    450
  • Joined

  • Last visited

  • Medals

Everything posted by codarl

  1. Hello there! I'm looking to disable the automatic skydiving (freefalling) in ArmA. The easiest way for this, I thought, was to simply remove the reference to the animation in it's entirety so I Grabbed a copy of the config inside config_f , removed over 40 000 lines of code till I ended up with this snippet: EDIT: I took an addon from Apache7's from the shelf and used it's config as a base //////////////////////////////////////////////////////////////////// //DeRap: Produced from mikero's Dos Tools Dll version 5.24 //Produced on Sun Jun 01 21:10:40 2014 : Created on Sun Jun 01 21:10:40 2014 //http://dev-heaven.net/projects/list_files/mikero-pbodll //////////////////////////////////////////////////////////////////// #define _ARMA_ //Thanks to Apache7's LeanLeft-addon for providing the config. //Class proj_animations : config.bin{ class CfgPatches { class proj_animations { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Anims_F"}; magazines[] = {}; ammo[] = {}; }; }; class CfgMovesBasic { access = 0; class Default {}; class HealBase: Default {}; class DefaultDie: Default {}; class ManActions {}; class Actions { class Noactions: ManActions{}; class RifleBaseLowStandActions: NoActions { StartFreefall = ""; }; class RifleBaseStandActions: RifleBaseLowStandActions {}; class RifleStandActions: RifleBaseStandActions {}; class RifleStandActions_Idle: RifleStandActions {}; class RifleStandEvasiveActionsF_Idle: RifleStandActions_Idle{}; class RifleStandSaluteActions_Idle: RifleStandActions_Idle{}; class PistolStandActions : NoActions { StartFreefall = ""; }; class CivilStandActions {}; class LauncherKneelActions: NoActions { StartFreefall = ""; }; class RifleKneelActions: RifleBaseStandActions { StartFreefall = ""; }; class RifleProneActions: RifleBaseStandActions { StartFreefall = ""; }; class PistolKneelActions: PistolStandActions { StartFreefall = ""; }; class PistolProneActions: PistolStandActions { StartFreefall = ""; }; class CivilKneelActions: CivilStandActions { StartFreefall = ""; }; class CivilProneActions: CivilStandActions { StartFreefall = ""; }; class LauncherStandActions: LauncherKneelActions { StartFreefall = ""; }; //We are still in actions class ParachuteFreeFall: NoActions //Here is where we rip out all animations. { upDegree = "";//might need to go too. Stop = "AmovPpneMstpSnonWnonDnon"; StopRelaxed = "AmovPpneMstpSnonWnonDnon"; Default = ""; WalkF = ""; WalkLF = ""; WalkRF = ""; WalkL = ""; WalkR = ""; WalkLB = ""; WalkRB = ""; WalkB = ""; PlayerWalkF = ""; PlayerWalkLF = ""; PlayerWalkRF = ""; PlayerWalkL = ""; PlayerWalkR = ""; PlayerWalkLB = ""; PlayerWalkRB = ""; PlayerWalkB = ""; SlowF = ""; SlowLF = ""; SlowRF = ""; SlowL = ""; SlowR = ""; SlowLB = ""; SlowRB = ""; SlowB = ""; PlayerSlowF = ""; PlayerSlowLF = ""; PlayerSlowRF = ""; PlayerSlowL = ""; PlayerSlowR = ""; PlayerSlowLB = ""; PlayerSlowRB = ""; PlayerSlowB = ""; FastF = ""; FastLF = ""; FastRF = ""; FastL = ""; FastR = ""; FastLB = ""; FastRB = ""; FastB = ""; TactF = ""; TactLF = ""; TactRF = ""; TactL = ""; TactR = ""; TactLB = ""; TactRB = ""; TactB = ""; PlayerTactF = ""; PlayerTactLF = ""; PlayerTactRF = ""; PlayerTactL = ""; PlayerTactR = ""; PlayerTactLB = ""; PlayerTactRB = ""; PlayerTactB = ""; EvasiveLeft = ""; EvasiveRight = ""; Combat = "AmovPercMstpSrasWrflDnon"; Civil = "AmovPercMstpSnonWnonDnon"; startSwim = "AswmPercMrunSnonWnonDf"; surfaceSwim = "AsswPercMrunSnonWnonDf"; bottomSwim = "AbswPercMrunSnonWnonDf"; StopSwim = "AmovPercMstpSnonWnonDnon"; }; }; }; class CfgMovesMaleSdr: CfgMovesBasic { skeletonName = "OFP2_ManSkeleton";/* class States { class AmovPercMwlkSrasWpstDf; class AadjPercMwlkSrasWpstDf_left: AmovPercMwlkSrasWpstDf { actions = "PistolAdjustLStandActionsWlkF"; file = "\leanleft\data\Anim\sdr\adj\erc\wlk\ras\pst\AadjPercMwlkSrasWpstDf_Left"; InterpolateTo[] = {"AadjPercMstpSrasWpstDleft",0.02,"AmovPercMstpSrasWpstDnon_AmovPpneMstpSrasWpstDnon",0.02,"AmovPercMstpSrasWpstDnon_AmovPercMstpSlowWpstDnon",0.02,"AadjPknlMwlkSrasWpstDf_left",0.02,"AadjPercMwlkSrasWpstDfr_left",0.02,"AadjPercMwlkSrasWpstDfl_left",0.02,"AadjPercMtacSrasWpstDf_left",0.02,"AadjPercMrunSrasWpstDf_left",0.02,"AadjPercMevaSrasWpstDf_left",0.02,"Unconscious",0.01}; }; };*/ }; //}; Squeeze it trough PBOProject (eventuelly), slammed it into a mod folder, and spawned a unit at an altitude of 200 meters. No luck: People still automaticly go into a state of freefall, leading to a pretty hillarious, but ultimately useless mission. If anyone would be so kind as to tell me what I did wrong, and if they can spare the breath, explain a little about the line "#define _ArmA_" and different "access = X " and "scope = X" that keeps popping it's head up, I would be a happy man. Do note: Yes, till a week ago I never touched a configuration or any programming language at that ; go easy on me. Thanks in advance, Dennis
  2. Eden update fixed the problem: Disambarking above 100m no longer puts you into a neverending skydive. Thanks Bohemia!
  3. codarl

    Sword fighting?

    Making the sword is definately the easiest part. I can imagine swordfighting could work a lot smoother compared to DayZ if you dont mind it looking and feeling like Legend of Zelda: 1. Probably controller based, though SHIFT+LMB could possibly work 2. Have a button to "lock on" to the nearest target. (I'd probably go for the SHIFT key, or perhaps the ALT key, since it also enables freelook) 3. Have the options to strike (LMB), optionally you can seporate left, right and stabbing (Q+LMB, E+LMB) 4. Likewise with the defence (RMB): either a one-button for all, or seporate Left, right or frontal defence. So for you to hit at all you'll need to lock on to someone, and attack. If he is A) within reach and B) not defending (properly), you will hit and he will play a animation like... uh i dunno, like it hurts like hell. Then again, if a melee system was this easy, someone would've scripted this already, I think. I hope someone with experience on the subject reports here.
  4. didn't you forget the file extension? beepbeep.ogg? And since we're on that subject: The file IS mono and in OGG format, right?
  5. You could try to unpack the original worlds and fiddle around with the "Clutterdist" and/or "Fulldetaildist" parameters in the configuration. If that works out for you, maybe you can make a small config to "patch" these values for others. I cannot help you any further, as I myself just started learning how to edit ArmA :). Be warned however, that there is a very good reason that the grass limit is in place. I think BIS handles the concealment problem at longer ranges by not completely rendering units. (not the lower half)
  6. codarl

    A gap in the map too wide to jump over

    Does look pretty hysterical, just release it saying it's a feature ;)
  7. cant you use "SetPosASL" in the 2D editor for this? Also, you could spawn them manned, but without fuel , and fill them up via a script so they can fly off when you need them to.
  8. I'm building a construction wich large building blocks. I'm having trouble getting AI to properly navigate them. They seem to move at around half-pace. The blocks are 50^2 in size. Geometry works, Roadway works, Paths (essentially one 50X50 face with all the polygons named "IN1-4" ) do not seem to work. I've noticed in Bis's configuration in Structures_F , that they seem to have seporated the path LOD from the model itself in large structures. class CfgVehicles { class Building; class Bridge_PathLod_base_F: Building { mapSize = 52.96; author = "$STR_A3_Bohemia_Interactive"; _generalMacro = "Bridge_PathLod_base_F"; scope = 0; scopeCurator = 0; displayName = ""; model = "\A3\Weapons_F\empty.p3d"; vehicleClass = "Structures_Infrastructure"; destrType = "DestructNo"; simulation = "house"; armor = 500; cost = 0; }; and further on... class CfgNonAIVehicles { class Bridge_base_F { scope = 0; scopeCurator = 0; displayName = "$STR_A3_CfgNonAIVehicles_Land_Bridge_01_F0"; model = "\A3\Weapons_F\empty.p3d"; destrType = "DestructNo"; simulation = "road"; armor = 500; cost = 30000; class Destruction { animations[] = {}; }; }; Can anyone tell me what I'm missing that has changed since OFP 1.96? Best regards, Dennis
  9. Today was a good day. Paths still dont work when completely replaced with BIS's path LOD. Bullets suddenly didn't collide with my model anymore, had to make a fire geometry to get it back ArmA suddenly takes noticable longer to start up, probably did something in the config. The object no longer spawns horizntal but terrain conformal, as NOT per the instructions in the config <.< But on the plus side I learned about property naming vs selection naming, which improved the behaviour of the object when placed via the map editor... yey~!
  10. Right now they are about 20 centimeters above the geometry LOD. I think i'm going to try copying the entire "demo" pathway LOD, see if it works, and try to expand it. I still wonder why the A3 models have "wavers" as entry points, whilst A2 models and OFP models dont. Is there an improvement in how they work? Also on an unrelated note: What determines what LOD's the engine looks for? the fact that it's in CFGVehicles? or is it written somewhere in the inheritance? like "Simulation="house";" ?
  11. No use, building positions dont show up either when I want to make the AI walk over it. everything is split up into smaller sections and triangulated. The pathway LOD starts c.a. 2 meter outside of the geometry LOD.
  12. Well, one thing that has changed since OFP 1.96 is that BIS has seemingly released samples! *applause* Sadly, no much help there: The units that resemble my project the most (PMC bridge) dont have a path LOD, only a Roadway LOD which is identical to my setup. There is also no info as to why pathways sometimes have "big triangels" as entrypoint and sometimes just "start" somewhere, why 9 out of ten faces are quared, but not all of them, etc etc.
  13. I would try tricking the physX engine by making an (one!) invisible pole with a diameter of around 20 centimeters(2/3 foot) and a length of about a meter, and stick that (three foot) perpendicular to the edge of one rotor. That should have the highest probability of causing a deadly collision.
  14. Shame. I'm still looking trough all the configuratons. Does anyone have any idea what the "access = " value means? I've seen 0, 1 and 2, but no-one comments on them :/ EDIT: Access = has to do with the engine allowing modifications to that class. Still dont know much more though.
  15. By any chance, do you have a Landcontact LOD? You might need to rip that out (though I dont know how that will affect other workings)
  16. You'd be suprised to know that there are more then one ways off a plane ;). But on a serious note: I'm looking into a way to get big structures with deep basements working. With the automatic skydiving that occurs now, it's setting limitations, and/or risk of bugging up gameplay. Regards, Dennis
  17. It's pretty annoying in missions at higher altitude. There are ways around it by scripting it into the mission itself, but ripping the feature out via a PBO is AFAIK the cleanest, fastest method. There will be no skydiving in my mod.
  18. Brilliant! Is there a way to completely disable the skydiving? for all units in a multiplayer mission? Or perhaps an addon that removes the function itself from the game?
  19. codarl

    Why Bohemia Why?

    My 980 runs A3 with a solid 40+ FPS. Settings ranging from high to ultra, exept for AA, wich is silly when you play at 2160P. I'd say this is a problem on your end. Did you perform a steam integrity check?
  20. codarl

    Higher altitudes?

    I have two shortcuts named ArmA 3 and ArmA 3 - AIR. One has -name=Codarl in the launch path and the other one -name=Codarl_AIR Codarl_AIR is a profile with exactly that: Poor quality up close, but an amazing draw distance you wouln't expect from a GTX 550.
  21. codarl

    Confused about Taru functionality

    I think perhaps the problem is more AI related? EG how does the AI know it has a medical / cargo/ repair/ troop role? I can't blame BIS for not including a half-horking feature. Maybe in the future?
  22. I for one, applaud the need to "Learn" how to use some vehicles. In RPG's, dangerous magic is only "magicly" unlocked at level 50. In ArmA, you can jump straight into a MI-48 and start wreaking havoc, without any steep learning, or danger whatsoever. I hope they stretch this out to other vehicles (tanks?). So the online community will truly get specialists in certain fields.
  23. codarl

    when come the launcher anim fix

    What fix? The fact that you cannor drag/drop missiles directly into the launcher in the inventory (reload animation plays, launcher is still empty) , or the fact that the transition to your weapon goes way too fast?
  24. Am I the only one around here that thinks twice about cluster-bombing a town? I mean that's Hague tribunal shit right there!
  25. I have nearly the same specs (AMD Phenom 9950 4-core + 550TI) and can confirm that performance is sometimes horrible. Still really enjoyed the powerpoint presentation :).
×