Arma 3
Project injury Reaction (Ace Medical Compat)
11件中 1-10 を表示
< 1  2 >
更新: 2021年9月30日 @ 0時26分

更新: 2021年9月3日 @ 1時34分

binarized

更新: 2021年7月18日 @ 20時46分

After reverting back to the original version of the mod and working with @Stray (Thanks a lot!) I was able to fix the performance while adding in the CBA options that everyone wanted.

PLEASE PLEASE PLEASE LET ME KNOW if anything is not working of if performance is an issue.

Updates will be a bit more sporadic as I have fulfilled my original contract to make the mod. I will do my best to update it every now and then on my free time.

Thanks for using the mod and I hope it works well for all of you.

更新: 2021年7月17日 @ 12時14分

Test for performance

更新: 2021年7月16日 @ 22時36分

I am back with some news. I think I managed to squeeze every last bit of performance out of the current script without redoing it some other way. With that said I have some results and what I actually did to improve performance to share with you.First off, this did improve performance for me, HOWEVER please let me know your results on your servers and all that stuff. Here is the data:
Note: To better simulate real conditions I loaded things like ACE and other common mods that groups use. Settings and missions were the same for each single-player and multiplayer test.

Single-Player
Current Version: 90 FPS average
New Updated Version: 121 FPS average

Multiplayer (aka just me on server, no one wants to test with me 🙁)
Current Version: 57 FPS average
New Updated Version: 78 FPS average

Server FPS Current Version: 36 FPS
Server FPS New Updated Version: 44 FPS


MORE IN NEXT COMMENT


For those interested in what I changed:

I moved the random number check to the start of the ducking script (checks if bullet gets close). This means that the nearObjects now only runs if the random number was within the percentage that was selected in the CBA addon options instead of every time EVEN IF the random number was not within the CBA option percentage.

I also switched all the scripts to call compile preprocessFileLineNumbers instead of execVM meaning the scripts are no longer spawned hopefully freeing up the arma scheduler and improving performance.

And finally I remove some unnecessary IF Statements and IN commands that should also help a little bit.

更新: 2021年7月15日 @ 20時08分

adds more CBA options

更新: 2021年7月14日 @ 19時41分

should fix performance

also adds a CBA option

更新: 2021年7月13日 @ 23時22分

fixed arsenal bug

更新: 2021年7月11日 @ 19時30分

更新: 2021年7月5日 @ 11時26分