Jump to content
Dwarden

A2/A2:OA Patch 18.12.2015

Recommended Posts

not to mention weeks of debugging and mod compatibility issues.

  • Like 3

Share this post


Link to post
Share on other sites

I have something to ask. Is it just me or did you guys change the aiming angles of the front machineguns on the HMMWV SOV and Land Rover? I haven't spent that much time using them before so I can't be sure but it seems like they now have a very limited angle and they're not too useful.

 

 

And something completely unrelated: any chance we can get this done? http://dev.withsix.com/issues/2962 :)

Share this post


Link to post
Share on other sites

did you guys change the aiming angles of the front machineguns on the HMMWV SOV and Land Rover?

Yes. But they will be reverted in next release.

any chance we can get this done? http://dev.withsix.com/issues/2962  :)

Very unlikely.

Share this post


Link to post
Share on other sites

Very unlikely.

 

Shame because it's one of the highest voted tickets on the CIT and it's existence would really allow things to be done which have no alternative (unless you go into configs) as far as I know.

 

Anyway keep up the good work guys!

Share this post


Link to post
Share on other sites

yeah lack of addweaponturret is a massive pita in arma 2. probably hard to port from a3

Share this post


Link to post
Share on other sites

any engine changes are out of question for corepatch, that's just data, configs and scripts

Share this post


Link to post
Share on other sites

any engine changes are out of question for corepatch, that's just data, configs and scripts

 

Any chance of BIS making it happen then? Or is A2 now considered to be completely obsolete?

Share this post


Link to post
Share on other sites

well bis is only releasing our fixing stuff. adding a lot of new features is beyond the scope of this patch process at the moment.

Share this post


Link to post
Share on other sites

Guys, now with the destructions sometimes everything stay burning in big distances and the WILDCAT is spawning without ammo for the gun and the sound of the guns in the mi24 are bad now.

  • Like 1

Share this post


Link to post
Share on other sites

fire in the sky bug is BACK? dwarden mate that's one for you!

I gave them your code for this patch... perhaps you can take a look to see they added it right?

Share this post


Link to post
Share on other sites

Another thing you guys could look into. The Ambient civilian vehicles is somewhat odd.

Sometimes when i use it, i get lots of burning cars on map, i get cars raining from the sky, i get cars spawning on rooftops, etc.

 aOQe0nG.jpg

 

6IkliTz.jpg

M1q6Pt5.jpgDvTuhK7.jpg

Also Ambient civilians is spawning muchg less civilians than it used to, and the takistan version behaves odd:

peRhHxz.jpg

  • Like 1

Share this post


Link to post
Share on other sites

Another thing you guys could look into. The Ambient civilian vehicles is somewhat odd.

Sometimes when i use it, i get lots of burning cars on map, i get cars raining from the sky, i get cars spawning on rooftops, etc.

 

I have experienced exactly the same thing, and reported it earlier.  Ambient civ vehicles appears to be completely broken, at least in Takistan.

  • Like 1

Share this post


Link to post
Share on other sites

I've had the same with vehicles on all maps, but my own observation has been that some vehicles spawn in at ground level then launch into the air for having contact with something.  It seems to depend on if they have contact after spawning, and maybe the way they have contact with some object while spawning.  Like Mirek's image shows, vehicles often end up riding on objects.  Most vehicles don't launch but sometimes they do.

  • Like 1

Share this post


Link to post
Share on other sites

...t some vehicles spawn in at ground level then launch into the air for having contact with something. 

 

Yep, that is what I see.  Here's a vid:

 

Share this post


Link to post
Share on other sites

Also Ambient civilians is spawning muchg less civilians than it used to, and the takistan version behaves odd

 

When I used it yesterday, I actually thought it spawned too many civilians on Takistan. There were certainly too many Westerners for my liking.

 

Corepatch incorporates the BIS Module Improvement Project which may be the cause of some of these issues.

 

The ambient modules have always had some weird behaviour, but not to this extent, I agree with the posters above.

 

My personal favourite:

 

http://steamcommunity.com/sharedfiles/filedetails/?id=421153765

Share this post


Link to post
Share on other sites

Could corepatch devs try removing Module Improvement Project and see if that solves Amb. Civ. Vehicle problem?  I had never heard of that project before now.

 

Or we can ask zGuba to look at it.....(I don't "know" the other guy)

Share this post


Link to post
Share on other sites

I'm thinking it has to do with this part of the "spawnvehicle.sqf" in the module:

 

OLD:

_car = createvehicle [_class, _pos, [], _radius, "none"];
_car setdir (_dir - 10 + random 20);
_car setvelocity [0,0,-1];


CURRENT:

_car = createvehicle [_class, _pos, [], _radius, "none"];
_car setdir (_dir - 10 + random 10);
//_car setvelocity [0,0,-0.1]; // -0.2
_tempPos = getPosASL _car;
_car setPosASL [_tempPos select 0, _tempPos select 1, 0]; // converge to the terrain

 

Maybe the SetPosASL needs the setVelocity command to following it.

 

Or maybe SILVIE could benefit from execVM'ing Warfare's "Common_GetSafePosition.sqf" script prior to actually creating the vehicle.  From _pos it would search within 25m radius for a position with no objects inside a 12m radius.  And the defaults 25/12 are adjustable as params.

 

If object collision is the cause, I don't know that either could eliminate the problem totally, but maybe they could help.

Share this post


Link to post
Share on other sites

As to the ambient civilians, it looks like it spawn toomany civs on takistan, and too little on Chernarus, or better say spawning civilians on chernarus takes too much time. When you arrive in a town, you meet like 1 or 2 civs in entire town. But after some time few more will appear. idont know, maby the raining cars scares them and they only go out after the rain stops.

Share this post


Link to post
Share on other sites

the WILDCAT is spawning without ammo for the gun

In what mission?

the sound of the guns in the mi24 are bad now

I'm not agree with you.

Share this post


Link to post
Share on other sites

Recently booted up ArmA2 for the first time in some weeks. Yet for some reason when I try to join a server I keep getting a "modified data file" error. I do run the game through Six Launcher but that has not given me issues before. I don't know for sure if this is related to the patch but has anybody had similar issues?

Share this post


Link to post
Share on other sites

afaik pws is borked mate

roll it back to an earlier version

Share this post


Link to post
Share on other sites

I'm not up-to-date. So if i wanna newest stable branch of arma (best optimalised) i need to switch to legacy?
What is the diferences between legacy and stable?

Share this post


Link to post
Share on other sites

^ ^ AFAIK, you want "NONE - Opt out of all beta programs," which will give you the most up-to-date stable branch (including current corepatch dated Dec. 30, 2015).  I'm not sure what "legacy" branch is; perhaps it is an older version of 1.63 + corepatch from before the time when corepatch went to stable branch.  For that matter, I'm not sure what the "Beta" branch is, either.  You could try switching from NONE to legacy to beta and comparing the "date modified" of corepatch.pbo.

  • Like 1

Share this post


Link to post
Share on other sites

^ ^ AFAIK, you want "NONE - Opt out of all beta programs," which will give you the most up-to-date stable branch (including current corepatch dated Dec. 30, 2015).  I'm not sure what "legacy" branch is; perhaps it is an older version of 1.63 + corepatch from before the time when corepatch went to stable branch.  For that matter, I'm not sure what the "Beta" branch is, either.  You could try switching from NONE to legacy to beta and comparing the "date modified" of corepatch.pbo.

Actually, I just tried it: "beta" has the most up to date version of corepatch. "NONE" doesn't have the G36 fix that is mentioned above, among other things.....

Share this post


Link to post
Share on other sites

^ ^ Good to know.  I tried the beta branch a while back, and nothing would download, but it works now.

 

Vasily.B mentioned his desire for the "best optimized" corepatch, so perhaps the stable branch version can be considered more stable, tested, and optimized compared to beta... 

  • Like 2

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

×