Jump to content
Sign in to follow this  
Dwarden

ARMA 2: OA beta build 73968

Recommended Posts

Is it me, or is the dreaded alpha-shine bug also squashed? I mean - WOOOOOOOOOT :)

yep, some of the alpha fog issues were reduced also ...

another surprise not in changelog ...

Share this post


Link to post
Share on other sites

I can second the increased z-fighting in all stances but prone.

To be honest i am doing hard to get the idea, why it still occurs in prone only....??

Helluva job Bis is doing in propering the game!

Share this post


Link to post
Share on other sites
I can second the increased z-fighting in all stances but prone.

To be honest i am doing hard to get the idea, why it still occurs in prone only....??

Helluva job Bis is doing in propering the game!

Maybe Prone grass layer in far?

Share this post


Link to post
Share on other sites
What does getTerrainHeightASL do?

getTerrainHeightASL [(coords)]; // returns value in meters

GetResolution; // returns [width, height, 2Dviewport width, 2Dviewport height, ratio, UI scale]

getVariable [name, default]; // newly gets a default parameter

Share this post


Link to post
Share on other sites
What does getTerrainHeightASL do?

If I were to guess, I would say that it gets the terrain height at a specified point relative to the sea level. (ASL = Above Sea Level.)

---------- Post added at 06:07 PM ---------- Previous post was at 06:06 PM ----------

yep, some of the alpha fog issues were reduced also ...

another surprise not in changelog ...

Very, very nice little surprise extra :) it makes my fog addon more of a viable release now... :)

Share this post


Link to post
Share on other sites
Nice, a new beta on my birthday. :cool:

Happy birthday then ;) I guess today is everyones birthday with the fog bug gone. :D

Share this post


Link to post
Share on other sites

updated first post with all the scripting commands and details and such

Share this post


Link to post
Share on other sites
Thanks for the language fixes in polish version!

Polish community really appreciates this :thumb:

glad you like them (hehe another surprise not in changelog)

i think there are some more language fixes (german i think, maybe also russian but not sure now)

Share this post


Link to post
Share on other sites
details about one important suprise left out of changelog are in first post

[73670] Option to disable V-sync(Vertical synchronization) in arma2oa.cfg

This is most welcome.

I was using ATI Tray Tools before and still hadn't been able to force v-synch off.

Every little bit helps with the framerate.

Cheers, Bis.

Share this post


Link to post
Share on other sites

-mpStatistics

Commandline switch to record various MP related statistics into mpStatistics.log

for admins and developers to profile server behaviour (b1.54.73801)

the file is incremental

Edited by Dwarden

Share this post


Link to post
Share on other sites

>forEach: // variable _index added to retrieve the position of _x within the Array

Please don't do this. That's a real codebreaker. Prefix it, if you have to, _x_index, whatever, but not just _index. You could have named it _i, _j and _k, that would be even worse. :(

Sorry for the rant.

Share this post


Link to post
Share on other sites
>forEach: // variable _index added to retrieve the position of _x within the Array

Please don't do this. That's a real codebreaker. Prefix it, if you have to, _x_index, whatever, but not just _index. You could have named it _i, _j and _k, that would be even worse. :(

Sorry for the rant.

ok, noted ... will see what could be done

Share this post


Link to post
Share on other sites
glad you like them (hehe another surprise not in changelog)

i think there are some more language fixes (german i think, maybe also russian but not sure now)

Yep, russian there is. "Artillery computer" now written in russian, stationary double AA "igla" now have a proper name "jigit" and much more i guess :). Very nice beta. Thanks for all your hard work.

Share this post


Link to post
Share on other sites

I think a simple "thank you" is not enough in case of solving the terrible z-fighting bug.

I can say that this is PHENOMENAL! It's so AWESOME to see the distant objects through the scope as I always wanted: without the strange flickering. I can hardly describe how GREAT this change is. I hope you'll be able to fix this in prone also, but hey: this is the BEST thing you've done since I bought ARMA II nearly a year ago!

Well done guys, and keep up the good work. I think this is the point, when I really became a believer. Now I KNOW that there's a company called BIS which really understands the problems of a community and tries to work hard to solve the issues.

THANK YOU!

Share this post


Link to post
Share on other sites

A great beta again. The performance seems to be much better in my heavy scripted mission in Zargabad (Or I managed to improve it myself by an accident).

This new beta crashes everytime when I try to order team-mate AI mortar to "fire at position". I sent crashbumbs to Dwarden.

I also get the earlier beta error everytime BIS_ARTY_F_ExecuteTemplateMission function is used. It worked fine before in every other beta and final versions including orginal ArmA2:

Error in expression <tualShell = false;};
_spawnDist = 6;
if (_virtualShell) then
{
if (BIS_ARTY_D>
 Error position: <if (_virtualShell) then
{
if (BIS_ARTY_D>
 Error if: Type Object, expected Bool
File ca\modules\ARTY\data\scripts\ARTY_ShellFlight.sqf, line 71

I hope the AI chopper flying will be much improved. Few betas earlier they flied still nicely, now they oscilate the tail all the time and circle much more around the waypoints. They sometimes even seem to loose much altitude suddently and almost crash to ground when following to leader or maybe avoiding other distant choppers. The flying look silly especially when onboard. AI flies faster too which makes it gain much more altitude, than before, when closing to "Transport Unload"-waypoint.

This was the turning point:

[73339]  Improved: Improved helicopter AI formation flying and collision avoidance. 

Edited by SaOk

Share this post


Link to post
Share on other sites

Sorry for the rant.

No, you don't have to say sorry. Whoever suggested it, it exactly breaks what constructs like forEach are made for :(

Xeno

Share this post


Link to post
Share on other sites
No, you don't have to say sorry. Whoever suggested it, it exactly breaks what constructs like forEach are made for :(

Xeno

it's useful for someone else

but stop trashing something because you find it not useful for You ...

if there is need to change the _index in forEach loops to something unique then it will be done like _forEachIndex or w/e

Share this post


Link to post
Share on other sites
...

This new beta crashes everytime when I try to order team-mate AI mortar to "fire at position". I sent crashbumbs to Dwarden.

I also get the earlier beta error everytime BIS_ARTY_F_ExecuteTemplateMission function is used. It worked fine before in every other beta and final versions including orginal ArmA2:

Some of my user base saw the same error in the previous beta when calling fire missions via my scripts. Hopefully your data and ours will help BI narrow down the cause.

Share this post


Link to post
Share on other sites
if there is need to change the _index in forEach loops to something unique then it will be done like _forEachIndex or w/e

Surely it makes more sense to follow something short and slightly conventional, e.g. _xi (as in the index of _x)? Something like _forEachIndex just strikes me as quite long. Whatever you name it, there's a small chance that someone, somewhere will have to rewrite some script or other... so I'd vote for naming it something straightforward, short (to keep in a similar vein to _x) and logical.

But, at the end of the day, that's just my two cents :) And excuse me if I'm completely missing the point, it's late, and I should have gone to sleep hours ago!

Share this post


Link to post
Share on other sites

I wonder why BIS doesn't address this bug in high priority. It's really making me sick how the choppers shake when AI pilots are flying them. :(

Maybe in the next beta patch?

PS. Besides this I appreciate the changes very much.

PPS. The thing that disturbs me most, is that I can't choose the language, I want to play ArmA2 OA. I live in Poland and bought the Polish version, but I really don't like all the menues in Polish, I would rather have it in English.

Share this post


Link to post
Share on other sites
it's useful for someone else

but stop trashing something because you find it not useful for You ...

if there is need to change the _index in forEach loops to something unique then it will be done like _forEachIndex or w/e

I'll say it definetly is a welcomed addition, but the current implementation (like others have said) is going to cause problems.

Not sure what you'll change it to, but it does need to be changed.

I appreciate all the hard work and additions from the BIS team

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
Sign in to follow this  

×