Imperator[TFD] 444 Posted March 18, 2015 Raycast relates to determining if something is intersecting a line from the point of origin heading to it's destination; that's my quick 30 second google lesson haha. So perhaps by declaring limitations to visible raycasting they're limiting the distance a visible line can be drawn via the raycast methodolgy? Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 Getting missing tails rpt report: 5:27:18 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' 5:27:18 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' 5:27:21 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' 5:27:21 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' 5:27:25 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' 5:27:25 Cannot load sound 'a3\sounds_f\arsenal\weapons\smg\sting\sting_tail_forest.wss' Share this post Link to post Share on other sites
dr. hladik 231 Posted March 18, 2015 (edited) > Optimized: Visibility raycast for dead bodies is limited to 50m. For alive soldiers it is limited to 3km. As somebody already mentioned, AI does very little with dead bodies. So now, if dead body is further than 50m it is invisible for AI (this should save some CPU time). As for alive soldiers - this is to limit visibility test for AI if you have crazy high draw distance - again saving some CPU time. > It is confusing - I understand the changelog is written by programmers, but at least they could clarify the more cryptic statements like that so we can understand what we need to look for. and are primarily written for programmers :) Edited March 18, 2015 by Dr. Hladik Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 and are primarily written for programmers :) Fair enough :) Share this post Link to post Share on other sites
DnA 5143 Posted March 18, 2015 We try to 'translate' some of the change log entries to be more readable to all of you testing here, but there isn't always time to manually process them one-by-one. Our team is also aware that their public entries will be shared here, so I'm sure they are trying to make them understandable whenever they can, including programmers ;) If something slips through, ask here like you have been doing and we'll try to get the right person to explain. Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 I (and I'm sure others) appreciate the follow ups guys - I've worked in a few places where time is of the essence and sometimes the work-speak gets passed onto people who don't know it so then it all gets a bit confusing. Just glad you still work daily on Arma :) Share this post Link to post Share on other sites
orcinus 121 Posted March 18, 2015 I (and I'm sure others) appreciate the follow ups guys - I've worked in a few places where time is of the essence and sometimes the work-speak gets passed onto people who don't know it so then it all gets a bit confusing.Just glad you still work daily on Arma :) +1 Anything that saves CPU time is more than welcome :) Share this post Link to post Share on other sites
zimms 22 Posted March 18, 2015 Goodbye "Rearm at Rifleman 1500m East" :) Share this post Link to post Share on other sites
james2464 176 Posted March 18, 2015 Is this intended? http://i.imgur.com/bel1yC9.png http://i.imgur.com/urNehrf.png Texture Z-Fighting on 3rd person but not 1st person. Shall I make a ticket/search? Share this post Link to post Share on other sites
roberthammer 582 Posted March 18, 2015 Is this intended?http://i.imgur.com/bel1yC9.png http://i.imgur.com/urNehrf.png Texture Z-Fighting on 3rd person but not 1st person. Shall I make a ticket/search? Do a ticket - Z-Fighting shouldn't show just for 3rd person , maybe there's a view limit or something Share this post Link to post Share on other sites
james2464 176 Posted March 18, 2015 Do a ticket - Z-Fighting shouldn't show just for 3rd person , maybe there's a view limit or something Done, vote here: http://feedback.arma3.com/view.php?id=23227 Can you reproduce this Robert? Share this post Link to post Share on other sites
Greenfist 1863 Posted March 18, 2015 (edited) Without any expertise, I assume the reason for more z-fighting in 3rd person is because there's two (the ground and the soldier) objects very far apart on the screen at the same time. So the dynamic z-buffer becomes less accurate, hence the fighting. Lose the guy (or any other object) in the view near the camera, and the buffer can handle the terrain polygons better. The same thing happens on the ground too; when you're prone in grass with high powered scope, the distant polygons start to fight. If you stand up, so that the grass (or ground) disappears from sight, the fighting decreases. Or does this happen only in the current dev build? In which case it's a new bug. Edited March 18, 2015 by Greenfist Share this post Link to post Share on other sites
james2464 176 Posted March 18, 2015 Without any expertise, I assume the reason for more z-fighting in 3rd person is because there's two (the ground and the soldier) objects very far apart on the screen at the same time. So the dynamic z-buffer becomes less accurate, hence the fighting. Lose the guy (or any other object) in the view near the camera, and the buffer can handle the terrain polygons better.The same thing happens on the ground too; when you're prone in grass with high powered scope, the distant polygons start to fight. If you stand up, so that the grass (or ground) disappears from sight, the fighting decreases. Or does this happen only in the current dev build? In which case it's a new bug. This is present on the Dev Branch, if someone can test Stable then maybe a new bug. Share this post Link to post Share on other sites
Tom_48_97 523 Posted March 18, 2015 Seems to be a bug with the FIA off-road randomisation scripts, placing them just now in editor/ZEUS only comes back with the Red off-road scheme and no customisations.Also there's a texture error on the FIA quad bike wheels. Civ versions seem unaffected. anyone confirm? I just fixed these issues, it should be in the dev branch soon ;) Thanks for the report! Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 Is this intended?http://i.imgur.com/bel1yC9.png http://i.imgur.com/urNehrf.png Texture Z-Fighting on 3rd person but not 1st person. Shall I make a ticket/search? Is that on Altis or a different map? - I wanted to check this on my PC but can't find any body of water (river) like it on Altis Share this post Link to post Share on other sites
james2464 176 Posted March 18, 2015 Is that on Altis or a different map? - I wanted to check this on my PC but can't find any body of water (river) like it on Altis This is Kunduz, try a part of Altis with shallow water like the swamp area. Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 Yeah definitely getting that as well. (zfighting in 3rd person, not in first) Skydiving 2000m with this in the player init: setViewDistance 3000; setObjectViewDistance [3000,200]; It's absolutely horrific- gah! Share this post Link to post Share on other sites
Greenfist 1863 Posted March 18, 2015 But that's a very common problem in nearly all 3D engines. The question is, does it happen only in the dev branch? Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 No idea - my crappy internet says "no" to changing branch to check. Share this post Link to post Share on other sites
killzone_kid 1330 Posted March 18, 2015 No idea - my crappy internet says "no" to changing branch to check. Shut down the game first Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 Shut down the game first No, I don't have enough internet allocation to keep switching branches. Share this post Link to post Share on other sites
da12thMonkey 1943 Posted March 18, 2015 No, I don't have enough internet allocation to keep switching branches. You can install both and update them separately. https://community.bistudio.com/wiki/Game_Updater_Manual Share this post Link to post Share on other sites
das attorney 858 Posted March 18, 2015 Thanks for link but I'll pass. I don't really want to put another version of Arma on my SSD or any additional software. Plus I recently uninstalled Arma 3 tools due to buggy-ness. (P drive corrupted and addon-builder wouldn't build). Im sticking with Arma 2 tools and pbo project for time being. :) Share this post Link to post Share on other sites
Brisse 78 Posted March 18, 2015 Tools have become much better recently. P-drive you don't need to have anymore. Addon builder works perfect for me and has done so for months. You just have to configure it properly. One important thing that is easy to forget is the "list of files to copy directly". It has to look like this: *.p3d;*.pac;*.paa;*.rtm;*.sqf;*.sqs;*.bikb;*.fsm;*.wss;*.ogg;*.wav;*.fxy;*.csv;*.html;*.lip;*.txt;*.bisurf;*.sqm;*.ext;*.dbf;*.prj;*.shx;*.shp; Share this post Link to post Share on other sites
petek 62 Posted March 18, 2015 (edited) Todays update seems to have fixed the "always start walking" bug - Thanks BIS! Still have invisible backpacks for Ghillie wearers...... it's just wrong I tells ya;-) Edited March 18, 2015 by petek Share this post Link to post Share on other sites