Jump to content

Easy D

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Easy D

  • Rank
    Rookie

Recent Profile Visitors

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

  1. Easy D

    [MP] =BTC= Hearts and Minds

    Hi again VDauphin, I was wondering if you could explain this bit of code to me: class btc_p_set_skill_aimingShake { // Set skill, aimingShake title = __EVAL(format [" %1, %2", localize "STR_A3_CFGVEHICLES_MODULESKILL_F_0", localize "STR_BTC_HAM_PARAM_SKILL_AIMSKILL"]); values[]={0,1,2,3,4,5,6,7,8,9,10}; texts[]={"0","0.1","0.2","0.3","0.4","0.5","0.6","0.7","0.8","0.9","1"}; default = 0; }; Does this control the shake of players? Also if I set it to 0 is that the lowest or highest setting? I am trying to decrease the aim shaking after sprinting for players. Thanks again!
  2. Easy D

    [MP] =BTC= Hearts and Minds

    Thank you so much for the quick reply Vdauphin!! You are my hero 🤩
  3. Easy D

    [MP] =BTC= Hearts and Minds

    Hey Vdauphin, thanks for the earlier reply, making good progress on my Vietnam themed Hearts & Minds mission I am setting up! One thing I noted while doing some testing today - I am using the "252 -UNSUNG Bohemia Interactive: V.C. (UNSUNG) (Side: EAST)" faction for enemies and at one point I saw an enemy spawn with full scuba gear / modern equipment seemingly not part of the V.C. faction. Any idea on why this guy showed up? is there a way I can check what classes are included in enemy faction and whitelist the modern amphibious units? thanks!!
  4. Easy D

    [MP] =BTC= Hearts and Minds

    Hey All, I am attempting to get a Hearts and Minds Vietnam mission up and running on my server - Is anyone able to explain what vdauphin means on this page http://vdauphin.github.io/HeartsAndMinds/faction_player "Migrate all playable slot to the desired side in /mission.sqm." I am not trying to change the west or east aspect of the players just attempting have everyone spawn with nam era uniform / vehicles and get any gear they need out of the ace crate. I went in via eden editor and gave everyone a loadout with an unsung bdu /changed over the pre-existing vehicles but when spawning for real it seems it still kits them out with full NATO weapons / gear. I am working off of the latest =BTC=co@30_Hearts_and_Minds.Altis.pbo.zip I copied down and changed to .DaKrong so other than the map everything is still default for my .pbo. Thanks in advance.
×