Jump to content

DnA

BI Developer
  • Content Count

    2300
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

4992 Excellent

About DnA

  • Rank
    BI Developer

core_pfieldgroups_3

  • Interests
    Game development, games, film, TV, electronic dance parties, SCUBA, bodysurfing
  • Occupation
    Game developer

Contact Methods

  • Website URL
    https://www.bistudio.com/
  • Twitter
    https://twitter.com/YorisYan
  • Youtube
    https://www.youtube.com/channel/UCxvHkOccfP3ZXsSfWSJVBOw
  • Steam url id
    http://steamcommunity.com/id/yorisyan/

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 13-3-2024 EXE rev. 151569 (game) EXE rev. 151569 (Launcher) Size: ~74 MB ENGINE Tweaked: get/setMissionOptions now use HashMaps Fixed: "AnimDone" event firing constantly after a unit's death - FT-T175658 Added: getCorpseWeaponholders script command Fixed: Desync in some remote animations - FT-T124694 Tweaked: Vehicle respawn marker search was improved Tweaked: Vehicle respawn marker selection was further improved, and the getRespawnVehicleInfo command was extended Added: callExtension feature flags, context stacktrace, and game functions Fixed: The random script command would sometimes return the maximum value; it is now exclusive again (broken since 2008) - FT-T168113 Fixed: Radio channel sentence types were not synchronized properly Fixed: Reliability of adding / removing units to / from custom radio channels was improved Fixed: Chat HUD was still present when a player was removed from the corresponding radio channel Fixed: It was possible to add units to a radio channel that was not yet created
  2. 7-3-2024 EXE rev. 151510 (game) EXE rev. 151510 (Launcher) Size: ~71 MB ENGINE Fixed: Remains collector was not removing invisible dead characters from vehicle wrecks Added: Weapon holder support to the remains collector (WIP) Added: weaponholderManagerMode, weaponholderRemovalMinTime, weaponholderRemovalMaxTime, weaponholderLimit mission config parameters Tweaked: Changed default disposal check period from 1 second to 5 seconds in remains collector Fixed: Remains collector was adding duplicate entries into a monitored array Fixed: Remains collector was not always adding entities in multiplayer Tweaked: Wreck priority removal is now calculated depending on whether or not the wreck is smoking Tweaked: Added an extra optional parameter to respawnVehicle Fixed: Helicopters destroyed without effects would continue burning and smoking Fixed: Vehicles respawned as flying were created on the ground first when the "Respawn" Event Handler returned its position Tweaked: getEntityInfo was extended Added: getRespawnVehicleInfo script command Tweaked: Vehicle respawn options are significantly extended Tweaked: More helpful error messages when a server's "keys" folder is missing or empty (thanks to Lango) Tweaked: Added an option to follow a respawn marker's direction for vehicles Fixed: setUnitLoadout would not place UAV Terminal items into the GPS slot Tweaked: Indefinite vehicle respawn default option is now -1 (the wreck left behind gets a suffix _oldwreck) LAUNCHER Added: Support for Reaction Forces Creator DLC
  3. 28-2-2024 EXE rev. 151464 (game) EXE rev. 151464 (Launcher) Size: ~70 MB ENGINE Tweaked: Added alternative syntax to the getUserInfo script command Tweaked: Performance optimization for script Boolean values Added: getShotInfo script command Tweaked: actionNow behavior - FT-T177447 Added: getUnitMovesInfo script command and switchMove / switchGesture syntaxes - FT-T164731, FT-T157753 Fixed: Remains collector sometimes was not working as expected - FT-T171981 Tweaked: Added disposalCheckPeriod parameter to the remains collector Fixed: Rearm icons also appeared on locked supplies - FT-T171320 Tweaked: Performance improvement when using many R2T textures Fixed: Desync in remote player gunner animations in static turrets - FT-T124694
  4. 31-1-2024 EXE rev. 151368 (game) EXE rev. 151368 (Launcher) Size: ~109 MB DATA Fixed: The unflip UGV action was not visible - FT-T171437 Tweaked: Helicopter rotor collision profile sizes were made more accurate for vanilla aircraft ENGINE Tweaked: Added alternative syntax to the nearEntities script command - FT-T178337 Tweaked: Added an option to allObjects to return all vehicles and crew Added: Modded compositions now have a scopeCurator property that can be set to 0 to hide them from Zeus - FT-T174947 Tweaked: Alternative syntax for nearEntities was extended to optionally include vehicle crew in its return - FT-T178337 Fixed: "PlayerViewChanged" Event Handler was not firing for remote vehicles - FT-T127894, FT-T127838 Fixed: Another possible crash connected to sling loading Added: New script command setCompassDeclination - FT-T177407 Fixed: Bullets were not creating splashes when hitting water (broken since a recent revision), and fixed water impact sound for bullets - FT-T176022 Tweaked: Small UAV rotor collision handling Fixed: playerTargetLock did not detect some types of locking Added: hashValue command now supports HashMap as argument Tweaked: Improved damage handling of engine events Tweaked: The reliability of healing an injured character in multiplayer was improved Fixed: Sling loading hooks could get duplicated on loading saves - FT-T177659 Added: getBoneNames and getSelectionBones script commands - FT-T167461 Tweaked: Helicopter rotor collisions further refined and improved Added: ENDLOAD cheat code that forcefully ends a scripted loading screen - FT-T177862 Fixed: "HandleDamage" event was not called for rotor destruction - FT-T178690 Added: setMissionOptions and getMissionOptions script commands Tweaked: Added an optional parameter to setHitXYZ commands to break rotors - FT-T178698 Tweaked: Added an option to filter out fake head hits from the "HandleDamage" Event Handler Added: Aspect ratio settings for ultrawide monitors (disables triple-head detection) Tweaked: Added an ability to terminate FSM scripts - FT-T178737 LAUNCHER Tweaked: The Launcher now does not create the !Workshop folder anymore in Proton (because it did not work correctly) - FT-T178177
  5. 17-1-2024 EXE rev. 151287 (game) EXE rev. 151287 (Launcher) Size: ~77 MB DATA Fixed: Wrong unflip action condition for UGV - FT-T171437 Fixed: Wrong unflip action condition for Kart - FT-T171437 Tweaked: Debug console can be enabled for singleplayer scenarios with enableDebugConsole scenario parameter - FT-T178141 Tweaked: Added option to skip automatic scenario parameter initialization in singleplayer - FT-T178325 Added: BIS_fnc_unflipThing scripting function Fixed: Undefined variable error in BIS_fnc_unflipVehicle Added: Re-enabled unflip action for Quadbike - FT-T171437 Fixed: Wrong unflip action condition for static weapons - FT-T171437 ENGINE Added: getEntityInfo script command Fixed: AI characters may move away while getting healed (failing the heal) - FT-T158514 Added: actionNow script command - FT-T177447 Added: diag_resetAnims script command to diagnostics binary - FT-T178065 Added: getModelInfo now also returns mass - FT-T163583 Fixed: Explosion sound effects were not audible if the explosion occurred beyond the view distance - FT-T171589 Added: Additional syntax for the landAt script command for landing at a specific helipad - FT-T178205 Added: disableAI "FireWeapon" Tweaked: Added alternative syntax to the getEntityInfo script command for fast access, as well as an isMan property - FT-T178345 Added: overrideHazeQuality server and scenario parameters, and also added haze to the getVideoOptions command return Added: Additional context to the 'cycle as first waypoint' warning message - FT-T178338
  6. 11-1-2024 EXE rev. 151257 (game) EXE rev. 151.259 (Launcher) Size: ~67 MB ENGINE Tweaked: Improved player leaning sync in multiplayer - FT-T177317 Fixed: Default system memory detection on 64bit systems was limited to 4GB (now is 16GB) Fixed: Default system memory detection on 64bit Linux servers was limited to 4GB (now is 8GB) Added: "LeaningChanged" entity Event Handler Added: getLeaning script command - FT-T177319 Fixed: Repairing a building in Eden Editor was not working - FT-T133265 Tweaked: Improved rotor collision handling Fixed: Zeus curators could be killed by rotors - FT-T177898 Tweaked: Config errors because of the wrong magazine name in addMagazineXXX commands are now suppressed and RPT entries are added instead - FT-T177653 Tweaked: Config errors because of the wrong backpack name in addBackpackCargo..XXX commands are now suppressed and RPT entries are added instead - FT-T177653 Tweaked: Config errors because of the wrong weapon name in addWeapon...XXX commands are now suppressed and RPT entries are added instead - FT-T177653 Fixed: Group name was not shown in the Eden Editor entity list - FT-T177915 Added: save3DENPreferences script command - FT-T177916 Tweaked: Removed hit point update messages for entities without hit points Fixed: Desync between hit points of static buildings for Join In Progress - FT-T172490 Fixed: Repaired static buildings did not sync hit points for Join In Progress - FT-T172490 Fixed: Repairing static buildings destroyed with effects was not always working correctly Tweaked: "HandleDamage" event was extended with additional context Fixed: Different hit points damage values for remote entities - FT-T172490 Added: forceHitPointsDamageSync script command - FT-T172490 Fixed: Remote players could not be healed with FAKs - FT-T172860 Fixed: Bleeding effects did not work correctly in multiplayer - FT-T172855 Fixed: Bleeding was not stopping after applying a FAK - FT-T172855 Tweaked: Injury feedback sound effect was improved - FT-T62013, FT-T76733, FT-T65127 Fixed: Some sounds in the "SoundPlayed" Event Handler were reported incorrectly Tweaked: Blood drop effect was improved Tweaked: Added an optional Boolean to canAddXXX script commands to ignore a character's maximum load - FT-T178202 Fixed: Dedicated Servers with autoinit and persistent=0 were not created properly
  7. Today we've shared our top three favorite submissions. We'll be reaching out to arrange the prize packages and inclusion in the Lars Blanken gallery. Congrats and thanks once again to everyone else too!
  8. 13-12-2023 EXE rev. 151218 (game) EXE rev. 151218 (Launcher) Size: ~69 MB DATA Fixed: Scripted music jukebox and updated some of its functionality Fixed: Edit Terrain Object module did not multiplayer sync its enable damage parameter - FT-T133265 Fixed: Edit Terrain Object module did not multiplayer sync locking of doors Fixed: Script error in the Hide Terrain Object module - FT-T176122 ENGINE Tweaked: Several memory allocation related optimizations Fixed: Eden Editor player selection on undo-redo - FT-T176785 Added: playerTargetLock script command Fixed: Several issues with the recently new Eden Editor script commands / Event Handlers - FT-T175775 Fixed: Players would get desynced after hitting a rotor - FT-T126837 Added: Alternative syntax for the deleteVehicle script command - FT-T177344 Fixed: Various PhysX issues related to the vehicle suspension system Added: description.ext DifficultyOverride class Fixed: FLUSH cheat did not work Added: SUPERFLUSH cheat Fixed: Boat engine RPM would not go back to zero when the engine is turned off Added: Simple VM optimization (now enabled on non-experimental builds, 64bit only) Fixed: Vehicles' VisualSensor could see targets through buildings and objects - FT-T176526 Fixed: Crash when deleting UI elements inside an "OnDraw" Event Handler - FT-T177796 Fixed: EPE events were not returning Simple Objects - FT-T177763
  9. 22-11-2023 EXE rev. 151158 (game) EXE rev. 151158 (Launcher) Size: ~2.3 GB DATA Fixed: A recent fix in an audio conversion tool has now been applied on all sound data. This should reduce 'popping' glitches at the end of samples. ENGINE Fixed: Player became a non-player unit during Eden Editor batch undo - FT-T176785 Fixed: Non-JIP players would see undestroyed parts of destroyed buildings on Dedicated Servers - FT-T176730 Fixed: damageEffects material swapping did not consider hiddenSelection material changes (on hit points without a visual selection) - FT-T173561 Fixed: "ButtonClick" UI Event Handler was not handled properly - FT-T177038 Added: Preprocessor definitions __YEAR_ / __MONTH__ / __DAY__ Added: setWaterLeakiness / setWaterFillPercentage / getWaterFillPercentage script commands Added: getWaterLeakiness script command Tweaked: Music Event Handlers now return track length and current play position Fixed: playSound3D did not play on remote clients if the sound started with a slash - FT-T177167 Tweaked: Added optional say3D parameter to simulate speed of sound - FT-T177255
  10. Thank you all for the submissions. We've published a collage on Veterans Day today. Later we'll reveal our favorites and some prizes, including a spot in the Lars Blanken Gallery in update 2.16. Splendid work!
  11. 09-11-2023 EXE rev. 151133 (game) EXE rev. 151133 (Launcher) Size: ~66 MB ENGINE Fixed: Possible desync during a change of the remote control while exiting a vehicle Tweaked: Added an alternative syntax to the ctrlActivate script command - FT-T176691 Added: Ability to draw cutRsc/cutText/cutObj behind the game HUD using a new bool parameter - FT-T72205 Fixed: HashMapObject with an unscheduled flag would not return any values when methods are called - FT-T176535 Fixed: Eden Editor's "OnHistoryChange" event did not trigger when placing a comment - FT-T176250 Fixed: Join-In-Progress players would see destroyed building destruction effects - FT-T176730 Tweaked: -bandwidthAlg=2 is now enabled by default on experimental builds Fixed: Building destruction effects were ignored when executed on the server - FT-T176730 Fixed: playSound3D was not taking into account the speed of sound on remote clients - FT-T176809
  12. Due to restrictions for new forum users, you may need to upload it to an external service (Imgur, X, etc.) and add a link here. Would that be an option for you?
  13. 01-11-2023 EXE rev. 151119 (game) EXE rev. 151119 (Launcher) Size: ~74 MB ENGINE Added: Video option that allows reducing haze strength (Standard is default and means the world config settings are used) Tweaked: Added negative index support to deleteAt - FT-T166810 Tweaked: Added alternative syntax to deleteAt to accept an array of indexes - FT-T166810 Tweaked: Added alternative syntax to the distance and distanceSqr script commands - FT-T176547 Tweaked: Added alternative syntax to the isNil script command - FT-T176559 Added: ignore3DENHistory/get3DENLayer/get3DENParent/get3DENAttributes script commands - FT-T175775 Tweaked: Eden Editor events "OnEntityAttributeChanged"/"OnEditableEntityAdded"/"OnEditableEntityRemoved" did not trigger in all cases where they should - FT-T175775 Fixed: Eden Editor event "OnMissionAttributeChanged" also triggered on non-existent attributes - FT-T175775 Added: set/getFuelConsumptionCoef script commands - FT-T172144 Added: privateAll/import script commands
  14. We have released an Arma 3 Czech Veterans Pack, in collaboration with Civilisté děkují za službu ("Civilians thank soldiers"), to honor those who have served or are currently serving in the military. We would like to invite our community to create screenshots using this small pack of re-skinned assets. Shots should at least depict the special event logo. It represents the remembrance poppy, an international symbol often used for veterans days, and the lion from the Czech coat of arms. On Veterans Day (Nov. 11th), we will be creating a collage of the screenshots submitted. The top submissions will receive prizes, as well a special place in our Arma 3 Lars Blanken Gallery (from the Art of War Charity Pack) 🖼️ EDIT: On Veterans Day 2023, we've published a collage of the submissions. Many thanks to all of you for your support! EDIT 2: On December 18th 2023, we also announced our top three favorite submissions. Congratulations! Our recommendation is to use this pack in combination with the unofficial ACR_A3 - Army of the Czech Republic mod, which brings various Czech vehicles, uniforms, and other assets to Arma 3. Please note that the images do not have to necessarily depict the Czech military. You can depict members of your own country of choice – you will just need to feature the special event logo. Obviously, images containing ripped mod or IP infringing content will not be accepted, and images must be respectful and appropriate to the context and the spirit of Veterans Day. If you'd like to participate, download the pack from the Steam Workshop, create your screenshot in the Eden Editor, and reply to this post with your submission. If you'd like to share your screenshot elsewhere, do be sure to tag it with #Players4Veterans! For a bit of inspiration, check out this screenshot by our very own Scott Alsworth:
  15. 25-10-2023 EXE rev. 151099 (game) EXE rev. 151099 (Launcher) Size: ~599 MB DATA Fixed: Eden Editor preview generation when trying to generate previews for all assets in specified mods Fixed: A recent fix in an audio conversion tool has been applied on a selection of sound data (not yet all, but for example Livonia environmental SFX). This should reduce 'popping' glitches at the end of samples. We intend to apply it to all sound data later. ENGINE Fixed: createHashMapObject when using Object/HashMap as #base Fixed: UI to Texture would not reload after being unloaded (out of VRAM or changing texture quality) Added: throwables script command Added: isThrowable script command Fixed: IR grenade selection failed with selectThrowable - FT-T176248 Tweaked: The magazine tooltip in the inventory now shows the current ammo count as well as the maximum capacity Fixed: Chat was hidden in the role-selection screen Fixed: -language= command-line parameter did not always work Tweaked: sendChatMessage server command now supports localized strings (prefix with $) Fixed: Artillery computer targeting would get stuck after closing the display Fixed: add3DENEventHandler, ctrlAddEventHandler, displayAddEventHandler did not report Enum errors when providing invalid event names Fixed: add3DENEventHandler, ctrlAddEventHandler, displayAddEventHandler always copied / recompiled event scripts instead of passing code directly Added: New Eden Editor Event Handlers: OnMissionAttributeChanged, OnEntityAttributeChanged, OnBeforeMissionPreview - FT-T175775 Added: New Eden Editor Event Handlers: OnEntityDragged, OnEditableEntityAdded, OnEditableEntityRemoved, OnEntityParentChanged - FT-T175775 Fixed: Listbox scrollbars were not always calculated correctly - FT-T176371 Added: load3DENScenario, get3DENMissionAttributes script commands - FT-T175775 Tweaked: getAllUnitTraits now also accepts a class name
×