BMS 4.32 Update 3: Sorti!!

Salle dédiée à la version BMS de Falcon 4
Avatar de l’utilisateur

Topic author
amraam
As du Manche
As du Manche
Messages : 10640
Inscription : 12 septembre 2003

BMS 4.32 Update 3: Sorti!!

#1

Message par amraam »

Nous y sommes, la sortie de la 4.32 update 3 est officielle. Il s'agit de la même procédure d'installation que pour les updates 1 et 2, rien ne change. Je l'uploaderais sur C6 également lorsque je serais rétablis. Entre temps, il est dispo ici:
http://www.benchmarksims.org/forum/show ... post148710

Changelog:

Exe:
- Fixed old DED/PFL state being transmitted to shared mem if UFCPower not available.
- Fixed DLINK remembering last state after DLINK power down/failure. Fixed DED displaying DLINK data if DLINK is powered down/failed.
- Fixed deterministic weather changing briefly back to SUNNY during weather changes.
- New config variable g_nPickleSpikeTolerance (default 10) added. This sets a tolerance in ms before pickle releases are actually executed. SimPickle is sensitive to external input system "spiking", i.e. micro-releases. If a new pickle press is registered during the tolerance period, the original release is discarded.
- CTD Fix in RakNet's ReliabilityLayer::HandleSocketReceiveFromConnectedPlayer().
- Fix for "the battle of sinai" MissileClass::CommandGuide CTD.
- Fix for 2nd entry to 3d timing out in pie screen.
- Buffer overwrite fixes, Mem leak fixes, NULL pointer checks.
- Fixed the range knob position to affect FCR gain and TGP zoom only when actually moved under SOI. This way there will not be "jumps" when switching SOI .
- Flight cannot be deleted anymore when players are in (will avoid other invisible player cases). Added proper error message for deleting flights which contain human pilots.
- Changed default keyfile for new pilots to BMS.key (was keystrokes.key before).
- Added new key callbacks "SimPause" and "SimResume" (in addition to the existing combined "SimTogglePaused").
- Pilot entertainment system:
-- added possibility to pause/resume (in addition to start/stop), new callback "WinAmpTogglePause".
-- changed DCS SEQ to call TogglePause (pause/resume) instead of TogglePlayback (start/stop).
- Fixed reverse FCR gain w/ rage knob direction. Fixed FCR gain w/ rage knob changing if FCR is not SOI.
- Fixed horn silencer button animation in 3D pit.
- Fixed some analogue controller axes appearing twice in the UI drop-down boxes.
- Enhanced AFResetTrim/ResetTrim so that it can "unstuck" runaway trim states as well.
- Changed the hotasPinkyHold timer for DX shifting to use real time.
- Added config option which allows the MP host to specify the available launch options (RAMP/TAXI/TAKEOFF): set g_nMPStartRestricted (default 0=RAMP/TAXI/TAKEOFF, 1=RAMP/TAXI, 2=RAMP)
- Added config options which allow the MP host to restrict Smoke and NVG usage:
-- set g_bAllowMP_NVG (default 1/true)
-- set g_bAllowMP_Smoke (default 1/true)
- Fixed player option "UI Radio Chatter" having no effect unless it is actively changed.
- Fixed fuel flow indicator range (it's maxing out at 80.000 pph now).
- Invisible Aircraft in MP fix.
- Changed command line option "-nomovie", it will disable ALL movie playback now. If you only want to disable the intro movie, use the proper "set g_bPlayIntroMovie 0" config setting instead (it's available in the config editor as well).
- Fixed Laser ARM switch, it can now be set independent of Master ARM.
- DTE MFD page changes:
-- Fixed loading highlighting order to be counter-clockwise (was clockwise before),
-- page now shows the actual INI file name(s) as DTC ID for easy reference.
- Fixed FCR radar cursors, they can't be slewed anymore while AC is on ground.
- Fixed Data Link modes and the assignment ID’s, they are no longer displayed on the FCR if DL power is off.
- Fixed antenna elevation, it can only be changed now if FCR is SOI.
- Fixed some MFDs in greenmode/non-color mode, which were still using colors.
- Fixed exporting displays to shared texture memory area (will work again in the same way that it did for OpenFalcon and BMS 2): Setting g_bExportRTTTextures to 1 will create a shared texture memory area (even w/o external displays enabled), named "FalconTexturesSharedMemoryArea". This does work as well with double RTT resolution! The shared mem area is not updated every frame, but every g_nRTTExportBatchSize frame (defaults to 2).
- Changed version string output in both the main UI and the monolog file to be: "Falcon BMS x.y.z (plat) Build n", e.g. "Falcon BMS 4.32.2 (x86) Build 10900". This allows for easier identifying of the actual applied update for the end-users (x=major, y=minor, z=micro/Update), while keeping the actual build version in there for dev reference.
- Fixed squadron patches not completely/all showing in UI logbook.
- Implemented generic Airbase validity check. "Faulty" Airbases will no longer cause a CTD, but a MonoLog output which includes the name, VU_ID and the X/Y position for tracking. Adjusted all Airbase checks in landme.cpp to use the generic check.
- Fix for BuildControllerList() CTD in case an input device is enumerated, but for some reason has no valid name string.
- Fixed possible "out of index" CTD when building video driver or resolution list.
- Corrected ObjectLOD::ReadFromFile() to ensure the target ObjectLOD stays valid (but empty) if a file error occurs. Formerly, the target ObjectLOD was partly set to undefined values in case of a file error.

Data:
- Fixed tower calling out RWY 32 at Kimpo as 31.
- Applies the fix for the M2000 additional air intakes (see U2) to the 2000-D and 2000-N cockpit 3D wings.
- A complete overhaul to TE00 Ramp start training script.
- Added proper error message string for deleting flights which contain human pilots.
- Added new dedicated SimPause and SimResume callbacks to BMS.key (unmapped), in addition to the existing SimTogglePaused callback.
- Fix for the block 32 AFM.
- Added config options which allow the MP host to invoke some restrictions:
-- set g_bAllowMP_NVG 1 // Allows the MP host to specify whether NVGs can be used (default 1/true)
-- set g_bAllowMP_Smoke 1 // Allows the MP host to specify whether Smoke can be used (default 1/true)
-- set g_nMPStartRestricted 0 // Allows the MP host to specify which startup options are allowed (default 0=RAMP/TAXI/TAKEOFF, 1=RAMP/TAXI, 2=RAMP)
- Fixes a bug with the missing HTS sensor, that prevents from locking any target when the AS-37 (anti-radiation) missile is loaded. Added a line "Has_HTS 1" to mirage2k9.dat and mirage2kd.dat
- Fixed radar not being able to acquire EF2000 and JAS39 by changing their radar surface ratio to 91% of F-16 (detection will be around 33Nm now).
- Added new options for the shared texture memory area to "Falcon BMS.cfg":
-- set g_bExportRTTTextures 0 // This enables the shared texture memory area for HUD/MFDs/HMS/RWR/DED/PFL. This is independent from BMS external window usage!
-- set g_nRTTExportBatchSize 2 // This determines how often the shared texture memory area (if it is enabled) will be updated (every Nth frame, default is 2).
- Updated rumble.ogg sound: removed crackle when playback starts (Touchdown), start and ending off rumble sample zeroised and loop optimized (thanks to Livrot).
- Corrected transparency for pilot pictures, none of them will show up "pink" anymore.
- Added squadron patches for:
-- 121st VFS Grim Griffins
-- 320vFW e-HAF
-- 323sq Nemesis
-- 324sq Grypes
-- 325sq Pelekis
-- 326sq Aspis
-- ViperDrivers
- Corrected squadron patch for:
-- 87th Straydogs (got rid of pink border)
- Removed faulty squadron patches:
-- 321 vTS Centaur
-- Ukraine Air Force

madfox
Apprenti-Mécano
Apprenti-Mécano
Messages : 208
Inscription : 13 mars 2010

#2

Message par madfox »

waaaaaaaaaaaahhhhhhhhhhh!!!!!!! On vous remerciera jamais assez la team dev bms.
Winners don't have hope, they have expectation
Avatar de l’utilisateur

eutoposWildcat
Webmaster
Webmaster
Messages : 16091
Inscription : 28 janvier 2005

#3

Message par eutoposWildcat »

Encore un sacré boulot d'effectué. :cowboy:

Je m'intéresse particulièrement à ça:

- New config variable g_nPickleSpikeTolerance (default 10) added. This sets a tolerance in ms before pickle releases are actually executed. SimPickle is sensitive to external input system "spiking", i.e. micro-releases. If a new pickle press is registered during the tolerance period, the original release is discarded.

J'espère que ça règlera effectivement les problèmes de bombes qui ne veulent pas partir. À nos tests! :)
Image
"If everyone is thinking alike, then somebody isn’t thinking."
Avatar de l’utilisateur

Topic author
amraam
As du Manche
As du Manche
Messages : 10640
Inscription : 12 septembre 2003

#4

Message par amraam »

C'est effectivement quelque chose qui a besoin de beaucoup de retour. Il est difficile de le tester de notre coté car tout le monde n'a pas le même problème, et ce problème apparait de manière hiératique. Donc on pense que ceci devrait résoudre le soucis mais plus on a de retour, mieux c'est.

furycane-ffw03
Pilote Confirmé
Pilote Confirmé
Messages : 2811
Inscription : 06 mars 2003

#5

Message par furycane-ffw03 »

Super :notworthy

Pour l'export des MFD et des autres afficheurs en shared memory, j'espère qu'on aura bientôt une nouvelle version de MFDExtractor ou de AIC en tirant parti :Jumpy:
Avatar de l’utilisateur

bof_4_digle
Pilote Philanthrope
Pilote Philanthrope
Messages : 1296
Inscription : 14 février 2009

#6

Message par bof_4_digle »

Yeah !!!!!!!!!!!!!!!!!!!!!!!!! :Jumpy:

J'ai du me retenir de crier dans tout l'Open Space :sweatdrop

Merci à l'equipe BMS pour tout leur travail et leurs efforts dans le développement de ce superbe simulateur :)
I5 4750 , HD7850 2Go Dual-X, 8GO DDR3
Saitek X-65-F
Avatar de l’utilisateur

Vico
Pilote Philanthrope
Pilote Philanthrope
Messages : 4062
Inscription : 16 avril 2009

#7

Message par Vico »

Rhhhhhhaaaaaaa Lovely :Jumpy:

Déjà le 3eme update, alors que F4 BMS n'a même pas encore soufflé sa 1ère bougie:flowers:. Ça bosse dur dans l'équipe :sweatdrop et la motivation ne faiblit pas.

Bravo les gars:notworthy, continuez, vous êtes incroyables :king:
Image
Pilote indépendant de F16 block 50/52 sur Falcon BMS - HOTAS Cougar modé FCC1 - Saitek Pro Rudder Pedals - ED TRacker - 2x MFD Cougar - ICP "CatPlombe" - 1x Carte Pokeys - un cockpit F16 en chantier - CM MSI B650 Gaming ; AMD Ryzen 7800X3D 4,20GHz ; 32 Go DDR5 Corsair ; AMD Radeon RX7900XTX 24Go DDR6 ; Ecran Hisense 55" 4K
Avatar de l’utilisateur

Tursiop
Jeune Pilote
Jeune Pilote
Messages : 1293
Inscription : 27 mars 2010

#8

Message par Tursiop »

cool merci:notworthy
Intel Core i5 2500K 4.5Ghz - ASUS P8Z68-V - 8Go DDR3 - ATI Radeon HD 6970, ATI Radeon 5770 MSI Hawk - Sound Blaster X-Fi Xtreme Audio - Samsung SSD 840EVO - Antec HCG-620 - WINDOWS Seven 64bits
HOTAS COUGAR FSSB R1 - TV LCD LG 32" - MFD Extractor - TrackIr 4 Pro - Simped F16+ - BMS 4.32 / FSX + VRS / DCS World (FC3+DSC A-10)

- Mon cockpit F16
- Film "Movers in the box" - FFW01
Image
Avatar de l’utilisateur

STAG
WSO Co-pilote
WSO Co-pilote
Messages : 898
Inscription : 10 juin 2007

#9

Message par STAG »

Merci les gars, encore du beau boulot !
Avatar de l’utilisateur

HudLx
Pilote Confirmé
Pilote Confirmé
Messages : 2004
Inscription : 01 juillet 2007

#10

Message par HudLx »

Update 3 téléchargée et installée.
Merci les gars :notworthy

VMFA_Hud
Image
X5460 @4.33GHz / 8Go DDR2 912 / GTX 560 Ti / Saïtek X52Pro + PZ35 / Cougar FSR mod "Pistolero" + MFD / FreeTrack
Avatar de l’utilisateur

PePe
Pilote Philanthrope
Pilote Philanthrope
Messages : 2682
Inscription : 12 janvier 2009

#11

Message par PePe »

Bonjour,

Est il possible de corriger la page de garde ?
BMS 4.32 Update 3 - sortit

Aujourd'hui 12:20:00



L'update pour BMS 4.32 (update 3) est à présent sortit. En attendant un upload du fichier sur C6, on en parle ici et il est disponible ici.
Deux fois la même faute, mais 2 fautes quand même ! ;)
Avatar de l’utilisateur

secu54
Mécano au sol
Mécano au sol
Messages : 464
Inscription : 17 septembre 2005

#12

Message par secu54 »

Merci beaucoup, pour ce travail
Image
Avatar de l’utilisateur

Couby
Jeune Pilote
Jeune Pilote
Messages : 1795
Inscription : 11 août 2001

#13

Message par Couby »

Merci à l'équipe BMS :).
Et merci à Amraam pour nous avoir relayé l'info ici à la vitesse de l'éclair :).
Image
Avatar de l’utilisateur

Poliakov
Pilote d'essais
Pilote d'essais
Messages : 7511
Inscription : 12 août 2008

#14

Message par Poliakov »

Merci à vous ;) :notworthy
Escadre de combat DCS Cold War
https://discord.gg/f7VgApBqHT

Config: Rog strix b550-f gaming/Nvidia 3080Ti/AMD Ryzen 7 5850X3DX/2X16GB RAM 3200Mhz/Alim Corsair HX1000W/2X1T Samsung 870 Evo/nvme Samsung 980 1T/Hotas Warthog/Palo Saitek Pro Flight Rudder/Quest 2

Jeux du moment: DCS/MFS/Helldiver 2/Squad/Squad 44/U-Boat/HOI4

Bêta testeur RedWings FS2020
https://redwing-copter.com/
Avatar de l’utilisateur

Topic author
amraam
As du Manche
As du Manche
Messages : 10640
Inscription : 12 septembre 2003

#15

Message par amraam »

g_perron a écrit :Bonjour,

Est il possible de corriger la page de garde ?



Deux fois la même faute, mais 2 fautes quand même ! ;)
Je m'en occupe.
Avatar de l’utilisateur

mek
Jeune Pilote
Jeune Pilote
Messages : 1290
Inscription : 03 février 2008

#16

Message par mek »

Géant !!!! Merci Amraam et la Team BMS !!!
Ainsi que C6... Youpiiiiiiiiiiiiiii !!!

:-)
Avatar de l’utilisateur

Windblow
Pilote Philanthrope
Pilote Philanthrope
Messages : 359
Inscription : 01 juin 2009

#17

Message par Windblow »

félicitations et merci pour tout ce travail .... :notworthy
Intel(R) Core(TM)i7 Quad CPU @ 4.00GHz Windows 10 Pro, 64-bit sous BootCamp iMac 27"
DirectX version: 11.0 AMD RADEON R9 M395X
Total available graphics memory: 16 GB
TM Warthog et FSSB R3- TM TPR - TrackIR 5 - Voice Attack + VAICOM PRO - TM MFD

Image
Avatar de l’utilisateur

Slayer
WSO Co-pilote
WSO Co-pilote
Messages : 925
Inscription : 03 août 2001

#18

Message par Slayer »

Merci aux DEV.
Installé. :yes:
Avatar de l’utilisateur

hussard26
Nouvelle Recrue
Nouvelle Recrue
Messages : 151
Inscription : 11 février 2012

#19

Message par hussard26 »

sseinkiou:notworthy
Avatar de l’utilisateur

Mongoose
Jeune Pilote
Jeune Pilote
Messages : 1935
Inscription : 04 janvier 2009

#20

Message par Mongoose »

Merci BMS :notworthy

Bon rétablissement Amraam.
Image


Carte mère MSI B150M - Intel Core i5-7400 - Cooler Master Hyper 212 EVO - Sapphire RADEON HD 7850 2 Go - 8GB DDR4 2400 - Alimentation Antec HCG 520W 80PLUS Bronze - Ecran LG 27" - Thrustmaster Hotas Cougar - Thrusmaster MFD - 2 écrans LCD 8" - Track IR 5 + Track Clip Pro - ICP by Cat Plombe - Saitek Pro Flight Combat Rudder Pedals - Win.7 64bits - Falcon BMS
Avatar de l’utilisateur

-=COS=-Chivas
Elève Pilote
Elève Pilote
Messages : 720
Inscription : 23 avril 2006

#21

Message par -=COS=-Chivas »

Mongoose a écrit :Merci BMS :notworthy

Bon rétablissement Amraam.
Tout à fait d'accord !
Et bel Avatar Mongoose !
Image
Honneur & Fidélité
Avatar de l’utilisateur

Markus
Compte désactivé
Messages : 3674
Inscription : 31 janvier 2002

#22

Message par Markus »

amraam a écrit :Je l'uploaderais sur C6 également lorsque je serais rétablis.
Qu'est-ce qui t'arrive ?, rien de cassé ?, un gros rhume ? :huh:

Pour le reste, merci à l'équipe BMS, fortissimo !!! :yes:

@+Markus
Avatar de l’utilisateur

Topic author
amraam
As du Manche
As du Manche
Messages : 10640
Inscription : 12 septembre 2003

#23

Message par amraam »

Rien de grave, le gros rhume oui. J'vais porter plainte contre la météo lol.
Avatar de l’utilisateur

Milos
Dieu vivant
Dieu vivant
Messages : 22130
Inscription : 27 janvier 2004

#24

Message par Milos »

Mais vous ne prenez jamais de vacances ? :huh:

Merci et bravo pour le travail effectué :flowers:
(\_/)
(_'.')
(")_(") "On obtient plus de choses avec un mot gentil et un pistolet qu'avec le mot gentil tout seul" Al Capone.

Mon pit
Avatar de l’utilisateur

spicer
Nouvelle Recrue
Nouvelle Recrue
Messages : 140
Inscription : 14 septembre 2002

#25

Message par spicer »

Merci encore de la part des Badbirds
http://heritage-sc.org/
http://www.badbirds.net

INTEL I7 3770K; 16Go de DDR3 dual; Gigabyte GeForce GTX 1060 OC - 6 Go GDDR5 ; SSD crucial M550; X55;
connexion fibre 900mb/s (112mo/s)
Répondre

Revenir à « Falcon 4.0 BMS »