-
Posts
466 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by AfkMan
-
-
Anyway=) It works=) Delete thread, please=)
-
I use release ver. It's written, that it solved in todays patch.
-
Finally! Solved!
Please, delete this thread=)
-
-
There was an update and it took no effect.
-
Проголосовал за реализацию (ибо хочется, аж чешется), но ТС все равно никуда не уйдет. Объясню:
Включая комп, просмотрев почту\форумы, включаю ТС.
Там могу посидеть поболтать за жизнь, обсудить разные моменты по СВЖ и прочим темам. Попутно я занимаюсь своими делами. Разговору это не мешает. С включенным симом это делать не вариант.
ИМХО, люди не будут запускать сим для болтовни за жизнь, минимум это не удобно ибо привычными делами во время болтовни уже нет возможности заняться. На работе так вообще. ТС хоть как-то начальнику, если запалит, можно объяснить.
Предполетные брифинги с онлайн досками так же будут проходить в ТСе - мало людей любят Alt+TAB. Такой своеобразный "Класс предполетной подготовки". Брифинг провели - все по бортам и соблюдать ФРО.
А раз уж ТС и так используют, хоть и колются, то, боюсь, шансов мало.
BTW, =RAF=Armen предложил очень хорошее решение. Поддерживаю.
-
Продано. Удалите пожалуйста тему.
-
Продаю свой боевой джой! Состояние хорошее. Обращался аккуратно. Работает отлично.
Причина - хочу новый.
Желающие - в личку или 89164527739.
Находится в Москве. Пересыл Деловыми Линиями по 100% предоплате.
-
Same here. I made this:
_ = function(p) return p; end;
name = _('3 Screen');
Description = 'Configuration with 3 identical monitors each with its own camera'
Viewports =
{
Left =
{
x = 0;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = -1;
viewDy = 0;
aspect = 1280/1024;
},
Center =
{
x = screen.width / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 0;
viewDy = 0;
aspect = 1280/1024;
},
Right =
{
x = screen.width * 2 / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 1;
viewDy = 0;
aspect = 1280/1024;
}
}
UIMainView = Viewports.Center
and that not helped.
-
If it will help:
TV Philips 49PUS7909 (pluged via HDMI port)
Left monitor Samsung SyncMaster 710N (pluged via Display port)
Center monitor Samsung SyncMaster 173p Plus (pluged via DVI-D port)
Right monitor Samsung SyncMaster 710N (pluged via DVI-I port)
-
I have 4 monitors. 3 of them has physical resolution of 1280x1024. the 4th monitor is actually a 4k TV. Game runs only on these 3 monitors. No nVidia Surround turned on. Actual resolution of whole desktop is 3840x3184.
This is how it looks like:
This is settings:
This is 3 cameras LUA, which i havn't touched:
_ = function(p) return p; end;
name = _('3 Screen');
Description = 'Configuration with 3 identical monitors each with its own camera'
Viewports =
{
Left =
{
x = 0;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = -1;
viewDy = 0;
aspect = screen.aspect / 3;
},
Center =
{
x = screen.width / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 0;
viewDy = 0;
aspect = screen.aspect / 3;
},
Right =
{
x = screen.width * 2 / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 1;
viewDy = 0;
aspect = screen.aspect / 3;
}
}
UIMainView = Viewports.Center
--[[
also you can use "displays" table to perfectly match you configuration .
it is generated by DCS automatically.
displays table is contains information about all currently attached displays
for example my setup is :
displays =
{
[1] =
{
x = 0, -- note : x == 0 and y == 0 is always mark primary windows display
y = 0,
width = 1920,
height = 1200
},
[2] =
{
x = -1440, -- mark that secondary display is on left side of primary display
y = 0,
width = 1440,
height = 900
},
... for all displays
}
screen table also contain x, y members which mark top left corner of DCS window
note about fullscreen : directx doesn't allow fullscreen applications with resolutions more than primary display can handle,
so multimonitor presets in DCS will fall back to windowed mode if fullscreen initialization failed ( this info also will be printed to dcs.log)
for reconfigure viewports setup for each unit type independently you can declare here function
function reconfigure_for_unit(unit_type) --unit type is string with unit name
if unit_type == "A-10C" then
Viewports = ... define new Viewports table
-- also you can define cockpit displays viewports here
RIGHT_MFCD = ... define new RIGHT_MFCD viewport
else
Viewports = ... define default for others
RIGHT_MFCD = nil -- remove for others
end
end
--]]
-
still need a solution
-
-
Бегло просмотрел темы, если пропустил - не бейте.
NVIS LTS у меня одного не работают? Тумблер щелкается, эффекта 0.
-
Nobody knows?
-
up again, please help
-
-
3 monitor config, 3840x1024 and default aspect is set to 3.75
It seems for me that something wrong with map aspect. Can i solve it myself and how?
Here's 2 screen shots.
-
New one for cat 1., last track was not saved.
The plane was in a very low-pitched dive for about -3 deg and i was able to recover. And i did it. And even landed.
http://vk.com/doc1560532_195849763?hash=6a3628984fb22b7d5f It's a track file.
-
What about mine record?
I've already posted it, but not in the leaderbord
-
So here's mine for cat. 1
At that point it started crying: "Maximum speed, maximum speed" but i know it's not max=)))
-
LAlt+Y sometimes in F2 view will indicate pitch\roll angles. It will help you to understand conditions
-
Вернусь к своей старой хотелке:
1. Можно-ли прикрутить к А-10С ADF маяки? Что мешает их использовать? Некоторые маяки из Мира попадают в диапазон радиостанции UHF.
2. Режим DF отключен у VHF станций. Почему? Что мешает его использовать? Все аэродромы попадают в диапазон.
-
По словам летчиков - -2 единицы.
Прикол в ППК в том, что он пережимает половину большого круга кровообращения. Т.е. пузо, ноги. Кровь туда не может идти. Соответственно она циркулирует в верхней части тела. ППК дает значительное преимущество. Мне довелось почувствовать ППК на себе 1 раз. На максимум надули пока я был в нем. Пошевелиться не мог.
Баги DCS 1.5
in Баги и Проблемы
Posted
На будущее.
cmd
ipconfig /flushdns
shutdown -r