Jump to content

thesun

CDLC Developer
  • Content Count

    428
  • Joined

  • Last visited

  • Medals

Everything posted by thesun

  1. thesun

    Hand Animations

    You're welcome.
  2. thesun

    Hand Animations

    @ADuke - not only hands but whole arms etc. don't foget to "work" only with the selections named as f.e. "-LeftForeArm" not just the "LefForeArm" - created from scratch - didn't try it but guess it won't because you'll lose the definition of OFP2_man_skeleton with it - here is the file @da12thMonkey - sub folders contain cfgskeletons, cfgmodels and animations only for model(s) in the particular folder
  3. thesun

    Hand Animations

    Alright guys i made this work. This is (hopefully) all what you have to do: - create an animation (with -0.5/0/1.0 key frames) using male.p3d and export matrices to .rtm - copy the main model.cfg (13kb one with all the classes) from BIS "Examples" to my acr_weapons folder - creating a separate model.cfg in each weapon's folder (f.e. acr_weapons\m60e4\model.cfg) containig the desired weapons bones and animations - use the line handAnim[] = {"OFP2_ManSkeleton", "\acr_weapons\data\Anim\acr_m60.rtm"}; in your weapons config.cpp with proper path to your animation - i've also deleted the *.rtm from BinPBO options to make the BinPBO convert .rtms (although i'm not sure if it's really needed, and working) - pack the .pbo with BinPBO - play the game wth your new anims Hopefully, i didn't forget anything and this will help you all. If you'll have any questions, do'nt hesitate to ask.
  4. A part of my models.cfg: class CfgSkeletons { class ACR_WEAPONS { isDiscrete = 0; skeletonInherit = ""; skeletonBones[]= { "trigger","", "bolt","", "magazine","", "charging handle","", "ammo_belt","", "uzaver","" }; }; }; class CfgModels { class Default { sections[] = {}; sectionsInherit=""; }; class Weapon: Default { sections[] ={"ammobelt","uzaver","magazine","bolt","zasleh","charging handle","trigger"}; class Animations { class trigger { type="rotationZ"; source="reload"; selection="trigger"; axis="trigger_axis"; minValue=0; maxValue="1"; angle0="0"; angle1="rad 30"; }; class bolt { type="translation"; source="reload"; selection="bolt"; axis="bolt_axis"; begin="bolt_axis_begin"; end="bolt_axis_end"; minValue=0; maxValue="1"; offset0="0"; offset1="-1"; }; class bolt_open: bolt { source="isEmpty"; }; class reload_magazine_hide { type="hide"; source="reloadMagazine"; selection="magazine"; hidevalue="0.2"; }; }; }; class ACR_M4A3: Weapon { sectionsInherit = "Weapon"; skeletonName = "ACR_WEAPONS"; class Animations: Animations { class reload_magazine_release { type="rotationZ"; source="reloadMagazine"; selection="magazine"; axis="magazine_axis"; minValue=0.1; maxValue="1"; angle0="0"; angle1="rad -3"; }; }; }; }; Maybe this helps a bit more and makes things clearer. And you need the "bolt" selection in O2 only in both the resolution and memory LODs.
  5. Hi there, nice stuff you've got, if you want the bolt stay locked back after firing all your ammo add this to the weapon's cfgModels: class bolt_open: bolt { source="isEmpty"; }; Where bolt is name of the animation you use for animating the weapon's bolt. Hope it helps.
  6. thesun

    FP : DR - News & Discussion

    Those vehicles didn't look bad, maybe they could use some more details here and there, but still, something about that clip left the BF2 feeling in me. Maybe it's the way they're trying to make all their videos action and "fast".
  7. thesun

    FP : DR - News & Discussion

    Still most of the gameplay videos are mostly the same, one squad storming a village, one squad storming a hill, one squad..... sorry but have yet to see atleast a platoon sized unit and it controls. The command bar looks ok for a game where you control a squad but id'like how can you effectively control a platoon or company with it.
  8. thesun

    FP : DR - News & Discussion

    Could you please foresee something else for us? Really, saying something like "i know how it will be, because i've seen all the videos (most of them CGI) and screenshost (a lot of CGI as well)" is really dumb. No offense.
  9. thesun

    FP : DR - News & Discussion

    This is a joke, right?
  10. thesun

    The ORIGINAL milsim games and what made them great!

    Probably the very first ones for me was the Comanche (and the rest of its series) and Delta Force.
  11. Hi guys, I am having a bit of a problem setting up a proxy flag on my vehicle that would animate like all the ones ingame do. I took the flag_alone.p3d from sample models and resized it to actually match the pole on my vehicle and textured it with my own flag texture called cflag_co.paa. Now my O2 setup loos like this: My config entry for the flag: class cfgNonAiVehicles { class ProxyFlag; class ProxyACR_cflag: ProxyFlag {model = "\acr_car\LRD\acr_cflag.p3d"; simulation = "flag"; scope = public;}; }; The file is present in the actual .pbo and everything and not only it doesn't animate, it even doesn't show ingame. Do i need some speciall entry in models.cfg or something?
  12. thesun

    ProxyFlag on a vehicle

    Well it's the same model as the original ones are, just resized, so the selections and properties shoul be allright. But i'll patiently wait for any info you'll be able to provide.
  13. thesun

    ProxyFlag on a vehicle

    Thanks, i made my own because the one i wanted is much smaller than the originals are.
  14. Worked like a charm, thanks T_D !:)
  15. Thanks mate, I tried them both and i like the glass one more.
  16. Guys, i wanted to ask if anyone here knows which .rvmat is used for rearview mirrors? Is it the same one that's used for glass or completely different one?
  17. I guess that he'll have to wait until the sample models/configs are out to make the weapon holding animation work.
  18. thesun

    MI28 Project

    Maybe this would help?
  19. thesun

    MI28 Project

    Indeed, looks similar to the one on Mig-29.
  20. Yes, they're bound together or let's say that the hlemet/hat/headgear is modeled on the soldier's model. You can't change this for now. It will be possible later when the mlod models are available (if they will) but only with modding tools.
  21. thesun

    FP : DR - News & Discussion

    Well, i wouldn't count much no the "sim" part of your post.
  22. Great idea Rock. May i suggest placing the "Respect IP/Community rules explained" on the top of all of the tuts? Because my personal opinion is that people shouldn't even start to mod if they can't or don't want to respect the other's work.
  23. I agree that using textures from stock ArmA is a bit of awaste of space but if an addonmaker wants to use QGs textures it's better to have then in the addon pbo since not everyone does have QG. And i don't think that loading one texture more times (even from different pbos) should be a probem since it's still the same texture. It's like placing more soldiers using the same weapon (and because of that the same textures) in the editor. I might be wrong here though.
×