Jump to content
Rydygier

[SP] HETMAN: War Stories

Recommended Posts

Hello, me again ..
Now bothering on this thread.
Use HWS, on the Pandora map with the SWO mod, but when you start it says: "not enough relevant locations found"
I assumed that just like in ARMA 2, there are maps that have no locations, so try to create some using the BIS WIKI information.
I put this in the init.sqf header

 

_location = createLocation ["Strategic", [170.90851,105.60309,10296.137], 100, 100];
_location setText "MONTE-1";

_location = createLocation ["Strategic", [918.20349,210.95837,7693.0791], 100, 100];
_location setText "MONTE-2";

_location = createLocation ["Strategic", [1290.5288,193.86987,6785.0508], 100, 100];
_location setText "MONTE-3";

_location = createLocation ["Strategic", [4935.498,108.09399,7007.9077], 100, 100];
_location setText "MONTE-4";


(the coordinates are from a test for another map)
I did not get any results
I don't know if it's the proper way to use the script, I also put it at the end of the description.ext.
I even tried a trigger, nothing worked.
Apparently at the beginning of the mission you should see the markers with the names when using the map.

 

Is there a way to create enough locations on maps, when you don't have them, to be able to play WHOLE MAP?

Share this post


Link to post
Share on other sites
Quote

, there are maps that have no locations

 

Correct, some have too few or none at all (at least of desired kinds, like towns, hills etc.).

 

Quote

so try to create some

 

Sadly, IIRC, script commands doesn't detect locations placed by the user so this won't help.

 

Just don't use maps without proper amount of typical locations defined inside the map itself.

Share this post


Link to post
Share on other sites

Hi guys, apologize if someone already asked this ... Does anyone has HWS for Prairie of Fire CDLC  map ?

 

Thank you

Share this post


Link to post
Share on other sites
5 hours ago, Caldeira_ said:

Hi guys, apologize if someone already asked this ... Does anyone has HWS for Prairie of Fire CDLC  map ?

 

Thank you

 

I did port the mission to Cam Lao Nam, but the DLC factions weren't properly configured, so I found pilots on static weapons but no helicopters, so it hasn't progressed any further than that. But the mission will work on the new map.

Share this post


Link to post
Share on other sites

Really enjoying this mod and ports, but can anyone advise any factions which work well other than A3/Apex ones?

 

I haven't had any luck with RHS, and only patchy results with CUP. Thanks!
 

EDIT: 3CB Factions worked well. If I understand correctly it's mostly a repack of RHS to form 'complete' factions..?
https://steamcommunity.com/workshop/filedetails/?id=1673456286

Edited by uk100
Answered my own question

Share this post


Link to post
Share on other sites

All right, that's your culprit:

 

19:19:57 Error in expression <rlFill),[_newIx,_name,toLower _fac]];
}
foreach _factions;

_newIx = lbAdd [_ctr>
19:19:57   Error position: <foreach _factions;

_newIx = lbAdd [_ctr>
19:19:57   Error foreach: Type Bool, expected Array,HashMap
19:19:57 File steam\__cur_sp.altis\init.sqf..., line 833

 

_factions somehow is not an array. This var is defined this way:

 

    _factions = switch (_ix) do
        {        
        case (RYD_ix_SideA_B) : {RYD_WS_B_Factions};
        case (RYD_ix_SideB_B) : {RYD_WS_B_Factions};        
        case (RYD_ix_SideA_I) : {RYD_WS_I_Factions};
        case (RYD_ix_SideB_I) : {RYD_WS_I_Factions};
        case (RYD_ix_SideA_O) : {RYD_WS_O_Factions};
        case (RYD_ix_SideB_O) : {RYD_WS_O_Factions};
        };

 

Probably something is wrong with one of these faction lists: RYD_WS_B_Factions etc.

If you don't see, what exactly, just give me your HWS scenario as open folder, so I could test it quickly in EDEN. 

Share this post


Link to post
Share on other sites

I downloaded this scenario. I ran Arma 3 pure vanilla, obviously 2.10 stable branch. At first it was impossible even to load it in EDEN, there was loading error message, no RPT log about it. Then I removed spaces from the mission folder name and at second try it loaded properly. So I did preview and all seems normal:

 

screen-hws-1.png

 

Later, after loading screen, there's one script error, but apparently nothing directly preventing from playing. I would say - a share of such errors would be expected, when you mix NR6 with HWS like this...

 

Namely:

16:44:30 Error in expression <Dvs = [];

for "_i" from 1 to _amnt do
{
_rDiv = [];
for "_j" from 0 to _recAm d>
16:44:30   Error position: <
_rDiv = [];
for "_j" from 0 to _recAm d>
16:44:30   Error Missing }

it is not the error, you saw. After that I was properly "incarnated" into some soldier and gameplay started as usual. Didn't test longer. 

 

As for that error, it seems harmless, it comes from HQOrdersEast.sqf, never finished alternative combat doctrine, which isn't used by default, but it is compiled, apparently the error pops up at compiling. The cause seems to be in line 74:

 

_attackAv = _attackAv - ["Del];

 

should be:

 

_attackAv = _attackAv - ["Del"];

 

But there may be more errors later in this file, still doesn't really matter, as this code is unused. 

 

What can I say, once I repaired mission folder by removing spaces, all the rest is working fine at least till the gameplay start. 

Share this post


Link to post
Share on other sites

Thank you so much for the help. I would have never figured this out. That's a bit strange. I don't know how that happened. Maybe I was half asleep and accidentally changed it but I'm glad you could spot the problem. I think if I mess around with the NR6 modules I could make most things more stable and work more like it should. There are a couple scripting things too but I'm cautious with it for the most part [NR6 starting too early is one problem].

 

It still plays well enough in it's current state and is pretty enjoyable though very rough around the edges.  That issue was the only one that had me stumped and brought me to a halt. I can't thank you enough for helping me with that. I haven't tried it yet but I will when I get time.

Share this post


Link to post
Share on other sites

I think it might just affect me since it is carrying over from map to map. Idk if it would be affecting you even if you have the same exact mission. Idk where Hetman war stories saves the data that carries over. Is there some way do reset/delete all that data? If so I'll try that.

 

 

Share this post


Link to post
Share on other sites

Sorry, I saw those answers only now. So I see your pic, but, as shown, I was unable to replicate this issue with the very same mission, you gave me (run via EDEN on Arma 3 2.10 stable, no any mods), so it is nothing with the mission itself, if the exactly same mission works on my PC and does not work on yours. HWS doesn't save anything, that would be necessary to run it. If I can't replicate the problem, I'm unable to determine the cause and apply a fix. 

Share this post


Link to post
Share on other sites

First of all thanks for creating this mission! It's quite great and as someone mentioned before this type of gamemode should be included in the base game from the start.

 

I'm bringing here some feedback about one problem which I keep encountering while playing Hetman War Stories:

 

I set up both teams (for example vanilla nato vs csat) to be of equal size, equal amount of armor (both medium), I start the game and what often happens is that enemy team has plenty of tanks (Varsuk, Angara) while my team has none, only some IFVs and a couple of PCML and one Titan AT. As a result such a mission is lost from the start, with such equipment it's impossible to destroy the enemy armor, a single Angara can steam roll the whole team. Similar thing can happen with modded factions too - as an example I tested today 3CB Factions mod. Enemy team gets BMPs, BRDMs, BTRs, my team gets couple of unarmed Jeeps and the whole AT consists of either 1 or 2 MAAWS guys (for the entire team!). This forces the player to play as a rambo, trying to use those extremely limited AT resources to destroy all the armored vehicles around the whole battlefield area (which typically ends as a failure due to shortage of rockets and big distances to cover), this feels to be very against the whole concept of being just a cog in the war machine. I'm wondering if that's a result of very unlucky dice rolls or perhaps I'm setting something wrong in the settings?

 

  • Thanks 1

Share this post


Link to post
Share on other sites
1 hour ago, Meeko_the_Raccoon said:

that's a result of very unlucky dice rolls

 

This. It simply can happen. There's no balancing mechanism ensuring, your forces are a match to your opponent. Numerically forces should be roughly adequate, but that's it. Think about it in this way: not every war story is about a fair fight and not all has a happy end so don't feel bad about loosing a battle, just immerse into another war story. A part of being a cog in war machine is, sometimes you'll be ground to ashes between bigger cogs. 

Share this post


Link to post
Share on other sites

I see, it's good to know. It makes perfect sense in a way, I guess what I expected is that both teams should have a chance to win. I'm thinking right now about a workaround and so far my only idea is to use factions which are guaranteed to have AT launchers in each infantry team or to have some sort of AT launchers stored in unarmed trucks/jeeps. 3CB's "Cold war US early" seems to be the worst choice so far due to no AT and only unarmed trucks and jeeps as vehicles (ramming T72 with a truck isn't working, at least here arma could beheave like arma and yeet that tank into the space, haha), I will keep experimenting. Thanks again!
 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×