Bmiller14   1 Posted July 21, 2019 34 minutes ago, Vdauphin said: Hello and welcome! Yes, this is intended. You can't fight against a faction with the same side of you.  look here: http://vdauphin.github.io/HeartsAndMinds/faction_player  Cheers Thank you. I just had to spell independent correctly.. 😣 1 Share this post Link to post Share on other sites
otarius-big   16 Posted July 27, 2019 how to disable in mission veteran mod medical function.can i disable from mission config veteran mod wounds pbo file Share this post Link to post Share on other sites
Vdauphin   298 Posted July 27, 2019 Hello, 2 hours ago, otarius-big said: how to disable in mission veteran mod medical function.can i disable from mission config veteran mod wounds pbo file I have no idea what you are talking about. You should ask this to veteran team. Cheers Share this post Link to post Share on other sites
Sampaio. Â Â 0 Posted July 27, 2019 Hi Vdauphin, i found a little bug in vehicle wreck repair system. I tried to commit the fix on git, but, i really do not know how to use git. Just added vehicle class "ships" condition. As it is, in Tanoa version, boats cant be repaired because of the only "types" allowed are "LandaVehicle" and "Air". Â Fix:Â =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/log/repair_wreck.sqf#L27 Changed the line to this: private _array = (nearestObjects [_object, ["LandVehicle", "Air", "Ships"], 10]) select {!( Â Tks for constantly update this great misson and sorry about my poor english! Share this post Link to post Share on other sites
bodybaq   18 Posted July 29, 2019 Hi Vdauphin! Will you make a Livonia version of Hearts & Minds? Share this post Link to post Share on other sites
Vdauphin   298 Posted July 29, 2019 Hello, 24 minutes ago, bodybaq said: Will you make a Livonia version of Hearts & Minds? No, I don't have the Contact DLC but you are free to send a beer through my paypal More seriously just follow this : http://vdauphin.github.io/HeartsAndMinds/Change-MAP-of-Hearts-and-Minds Do not hesitate if you have question Cheers 1 1 Share this post Link to post Share on other sites
CraveMode   16 Posted July 31, 2019 On 7/29/2019 at 3:48 PM, bodybaq said: Hi Vdauphin! Will you make a Livonia version of Hearts & Minds? H&M works on Livonia/Enoch as it detects the cities. Works really well, just download one of the maps and change the name from, for example, .Altis to .Enoch and load it in EDEN. Move the assets to a base you prefer.  I will recommend that if you choose an enemy faction that has any planes, do not put your base at the airfield. It is the only airfield and the enemy planes will pile up on the ground in a treeline. There are military bases in many cities to choose from! 1 Share this post Link to post Share on other sites
bodybaq   18 Posted July 31, 2019 @CraveMode - Ah darn! I've spent all day+night building a uge base at the airfield lol!  "Livonia/Enoch" worked really good, awesome map for H&M, thanks for an awesome guide Vdauphin.  Edit: Have a error spam going nuts in my logs 21:02:42 Error Undefined variable in expression: _dist 21:02:42 File \ton\taw\viewDistance_TAW\Functions\fn_updateViewDistance.sqf [TAWVD_fnc_updateViewDistance], line 76 21:02:42 Error in expression <ncObject) then { setObjectViewDistance [_dist,100]; tawvd_object = _dist; };> 21:02:42 Error position: <_dist,100]; tawvd_object = _dist; };> 21:02:42 Error Undefined variable in expression: _dist 21:02:42 File \ton\taw\viewDistance_TAW\Functions\fn_updateViewDistance.sqf [TAWVD_fnc_updateViewDistance], line 76 21:02:42 Error in expression <ncObject) then { setObjectViewDistance [_dist,100]; tawvd_object = _dist; };> 21:02:42 Error position: <_dist,100];  Share this post Link to post Share on other sites
Vdauphin   298 Posted August 1, 2019 Hello, 18 hours ago, bodybaq said: Edit: Have a error spam going nuts in my logs 21:02:42 Error Undefined variable in expression: _dist 21:02:42 File \ton\taw\viewDistance_TAW\Functions\fn_updateViewDistance.sqf [TAWVD_fnc_updateViewDistance], line 76 21:02:42 Error in expression <ncObject) then { setObjectViewDistance [_dist,100]; tawvd_object = _dist; };> 21:02:42 Error position: <_dist,100]; tawvd_object = _dist; };> 21:02:42 Error Undefined variable in expression: _dist 21:02:42 File \ton\taw\viewDistance_TAW\Functions\fn_updateViewDistance.sqf [TAWVD_fnc_updateViewDistance], line 76 21:02:42 Error in expression <ncObject) then { setObjectViewDistance [_dist,100]; tawvd_object = _dist; };> 21:02:42 Error position: <_dist,100]; H&M doesn't have a view distance system You should use the ACE3 one: https://ace3mod.com/wiki/feature/viewdistance.html Cheers 1 1 Share this post Link to post Share on other sites
kMaN175   34 Posted August 11, 2019 Does the database save system survive a server restart? I ask because if it is then I'm having this issue on our dedicated. I haven't been working with this mission file in a few years so I'm learning it again. Share this post Link to post Share on other sites
Vdauphin   298 Posted August 11, 2019 Hello, Just now, kMaN175 said: Does the database save system survive a server restart? I ask because if it is then I'm having this issue on our dedicated. Yes, it is the point of the feature ^^'  http://vdauphin.github.io/HeartsAndMinds/InGame-documentation#headless--database  https://github.com/Vdauphin/HeartsAndMinds/issues/449#issuecomment-352271515  Cheers 1 Share this post Link to post Share on other sites
kMaN175   34 Posted August 11, 2019 10 hours ago, Vdauphin said: Hello, Yes, it is the point of the feature ^^'  http://vdauphin.github.io/HeartsAndMinds/InGame-documentation#headless--database  https://github.com/Vdauphin/HeartsAndMinds/issues/449#issuecomment-352271515  Cheers  Hi Vdauphin,  I verified that the parameters are set to 1 to load the save game.  I deleted the database and saved again. The mission data still isn't saving. I even deleted the .varsArmaProfile and restarted the server and retested.  What would I look for in the server .rpt to see if Arma has permission to write to the .varsArmaProfile? Share this post Link to post Share on other sites
Vdauphin   298 Posted August 11, 2019 10 minutes ago, kMaN175 said: What would I look for in the server .rpt to see if Arma has permission to write to the .varsArmaProfile? I don't know 😕 share the rpt may be I will see something related  Did you check in the last post ? here https://github.com/Vdauphin/HeartsAndMinds/issues/449#issuecomment-352277710 Share this post Link to post Share on other sites
kMaN175   34 Posted August 11, 2019 6 hours ago, Vdauphin said: I don't know 😕 share the rpt may be I will see something related  Did you check in the last post ? here https://github.com/Vdauphin/HeartsAndMinds/issues/449#issuecomment-352277710  I did check your last post and it still didn't correct it.  How can I share the server .rpt with you? Share this post Link to post Share on other sites
Vdauphin   298 Posted August 11, 2019 Just now, kMaN175 said: I did check your last post and it still didn't correct it. Not mine but from storrgie  1 minute ago, kMaN175 said: How can I share the server .rpt with you? Anywhere, github or any other site Share this post Link to post Share on other sites
kMaN175   34 Posted August 11, 2019 5 hours ago, Vdauphin said: Not mine but from storrgie  I'm not running Linux.  😀  I will try submitting my server .rpt through GitHub.  Thank you for the help.  My apologies Vdauphin, the error was on my end and I fixed it. Mission is working great now! 😀 Share this post Link to post Share on other sites
Vdauphin   298 Posted August 12, 2019 Hello!  The Hearts and Minds mission 1.19.7 hotfix is here! Now H&M requires CBA and ACE3 only. But there is also a RHSUS version!  Changelog : Param.hpp changed. Mission.sqm not changed. FIX: Missing faction from GM and Contact DLC (@Vdauphin). FIX: Some patrol can spawn in water (@Vdauphin). FIX: Static could be inside terrain or flip (@Vdauphin). FIX: Civilian weapon isn't saved in the cache (@Vdauphin). FIX: "Ship" vehicle class in wreck repair was missing (@heitor-sampaio). FIX: Improve Simplified Chinese translation (@GoldJohnKing). FIX: Towing for HEMTT flat (@Vdauphin). FIX: Description in capture officer mission (@Vdauphin). Have fun!!! 1 2 Share this post Link to post Share on other sites
kMaN175   34 Posted August 12, 2019 Is it possible to add more playable slots? If so, what do I need to do? Share this post Link to post Share on other sites
Vdauphin   298 Posted August 13, 2019 Hello, 7 hours ago, kMaN175 said: Is it possible to add more playable slots? Yes 7 hours ago, kMaN175 said: If so, what do I need to do? Just create a new soldier in the editor and set it as "playable" Have fun 1 Share this post Link to post Share on other sites
kMaN175   34 Posted August 13, 2019 7 hours ago, Vdauphin said: Hello, Yes Just create a new soldier in the editor and set it as "playable" Have fun  Thank you Vdauphin!  Share this post Link to post Share on other sites
Kasimir   3 Posted August 16, 2019 Hi, we are currently having issues with the AI not firing at us, roughly since last weeks RHS-Update. Is this a known issue? We haven't changed anything on our side.   Share this post Link to post Share on other sites
Vdauphin   298 Posted August 17, 2019 Hello, 21 hours ago, Kasimir said: Hi, we are currently having issues with the AI not firing at us, roughly since last weeks RHS-Update. Is this a known issue? We haven't changed anything on our side. Can you share the Faction you selected (the number, faction name, side) and the version of the H&M? Also the rpt from will be useful Cheers Share this post Link to post Share on other sites
Kasimir   3 Posted August 18, 2019 Hi Vdauphin,  the faction is 142, LOP Middle Eastern Militia. Side is EAST. Version is 1.19.2.  We usually use ARS AI3, which we already removed to make sure it's not causing the issue.    Share this post Link to post Share on other sites
Tiberius_161   41 Posted August 18, 2019 On 8/12/2019 at 12:32 AM, kMaN175 said:  I'm not running Linux.  😀  I will try submitting my server .rpt through GitHub.  Thank you for the help.  My apologies Vdauphin, the error was on my end and I fixed it. Mission is working great now! 😀  kMaN175, I have a similar problem. When I press save it ends up giving me a 'database deleted' message and is not saving progress. What caused your problem and how did you solve it? Share this post Link to post Share on other sites
Vdauphin   298 Posted August 18, 2019 Hello 14 hours ago, Kasimir said: the faction is 142, LOP Middle Eastern Militia. Side is EAST. Version is 1.19.2. Tested with the same parameter and mission version (with the last Project OPFOR undated today), it works like a charm May you just changed player side to EAST or set EAST friendly to WEST Cheers Share this post Link to post Share on other sites