Drag/Drop and Click-able Communication menu 1.2 with fixed loadout menu for DCS A10 1.1.0.9
http://forum.lockon.ru/showthread.php?p ... ost1234565
bien lire le fichier Readme.txt inclu pour les manips à faire chez vous.
ce mod permet de déplacer le positionnement des messages radios sur l'écran : très interressant en multi ecran ou avec Helios.How to create a unique spawn point of the Menu:
Edit the "menu.res" with a text-editor (I recommend Notepad++ -its freeware!: notepad-plus-plus.org )
in ...\DCS A-10C\FUI\Resources\Radio
You will have to edit line 20 and 32
Default line 20:
\coord{802, 25, 1024, 40}
read as
{802=Horizontal starting position, 25=Vertical starting position, 1024=Horizontal end Position, 40=Vertical end
position}
-all values are drawn from left to right and top to bottom.
And you have to know that DCS will always create a grid of 1024x768 to position the menu on the screen - whatever
your used resolution is.
An example using THE default values:
Lets assume you use 1600x1200px as your resolution, the Headline of the Comm Menu will spawn at 1253px horizontal
(X) and
39px Vertical (Y) - because:
X:
1600 / 1024 = 1,5625
and
1,5625 x 802 =1253,125
Y:
1200 / 768 = 1,5625
and
1,5625 x 25 =39,0625
You will have to repeat this calculation for every value in the line 20 and 32 of the menu.res with your own
resolution to get a spawning point that fits to your needs.
pas le temps de rédiger plus là,
mais pour dire que le mod pour A10 fonctionne sur BS2 :
il faut juste modifier dans FUI/resources/radio/menu.res
la ligne
'acceptmouse{0}'
en
'acceptmouse{1}'
pour pouvoir utiliser la souris et cliquer le menu sélectionné dans les messages radios