Leaderboard
Popular Content
Showing content with the highest reputation on 08/06/11 in all areas
-
I have done my first ever painting test today! Im really happy with the result, the black hasnt come out as matte as expected but still looks really good, it gives the plastic a metal look wich is quite nice. For the details in white I´ve used a white paint pen which has worked brilliantly for the small lines next to the buttons but I havent been able to do the DAY NGT OFF lettering, its way too thick, any ideas on how to do the lettering?:helpsmilie: A few pics included! I need to buy grey spray paint for the buttons, Im really looking forward to see them on once they are painted!:pilotfly: Cheers!2 points
-
Is this really that hard? I'm not asking you to invent cold fusion here. Question: Do the skeets in real life really fire from that high altitude? Concern: The picture shows a penetrator captured mid-flight most likely firing from half a mile in the air, where all the canisters and skeets are (one of which can be seen releasing four more skeets). Possible answers: A) The skeets don't discriminate based on range, but at greater altitudes the penetrator will have reduced effect as one would expect. B) It's our understanding that the effectiveness of the EFP is maintained over long distances and that the skeets can and do function within that altitude envelope. C) No, this is just a work-in-progress though and expect it to change. D) RARJARAHLGBLA ARGUING SEMANTICS HULK SMASH Nobody's complaining about anything, all I did was voice my puzzlement at the height the skeets are firing at.2 points
-
Great way to make a guy that has expressed a little feeling of possible intimidation by going online with other people, NOT feel intimidated. :doh:2 points
-
This fixed the need for 'every frame' display (256, 512 or 1024) for me. It also fixed my corrupt TGP/Mirrors. 1. Download nvidia inspector, I used 1.9.5.5 - Nvidia Inspector 1.9.5.5 . Extract it to a folder (ex: C:\NvidiaInspector 2. Run the program, once it's open click the driver profile setting button 3. In the Profiles dropdown selection box, pick Digital Combat Simulator Black Shark. Or just type in digital and it will come up 4. Scroll down until you see the SLI settings. These are the default values it gives 5. We will change the following: - SLI rendering mode: SLI_RENDERING_MODE_FORCE_AFR_OF_SFR_FALLBACK_3AFR 6. At the very top right of nvidia inspector, hit "APPLY CHANGES". You're done! PLEASE NOTE: If these settings do not work for you, just simply use the "restore current profile to nvidia default settings" button at the top of nvidia inspector.1 point
-
Here's a video inspired by the discussion about sense of speed in DCS. I started to experiment flying low with wide FOV and immediately realized that it would make a cool video.1 point
-
Edit: Now I uploaded all my pictures and sorted them: A-10C WARTHOG F-15 EAGLE F-16 FALCON TORNADO EUROFIGHTER OTHER1 point
-
Добрый день. Сегодня я хочу поделиться с Вами видео, которое я записал в качестве обучения по процедуре ввода координат цели в прицельно-навигационный комплекс самолета А-10С. Очень часто стоит задача по поиску цели, координаты которой передаются пилоту голосом. Возможно, это видео будет полезно для Вас.1 point
-
1 point
-
I can't get it to work either - in the meantime use this to remap ALT-C to one of your mouse keys. http://www.highrez.co.uk/downloads/XMouseButtonControl.htm Nate1 point
-
Поддерживаю Marks'а и прошу модераторов объединить подобные темы в одну важную. Ну или сам =KAG=Zakhar пусть сделает.1 point
-
Речь не идет о видео. Видео пусть там, а ссылки все в одну тему желательно собрать. Но это мое личное мнение, автор решает сам.1 point
-
1 point
-
1 point
-
...Eagle Dynamics\LockOn Flaming Cliffs 2\BlackShark\data\scripts\Logbook\Players.lua1 point
-
Площадка вроде освещается, если запрос не ее сделаешь. Нужно перепроверить. А вот реально - взлет ИИ и посадка на свободные площакди, а то сейчас если не группа то 1 верт если занял площадку, то все, приехали. Никто уже не может. Ну и чтобы колизий на площадки не было -если она занята (стоянка ППБ) чтобы игрок рождался на свободной. А то иногда коллизии возникают. Еще - расширить подвес, а то как то криво скажем как минимум такие ввести к стнадартной 12 птур 40 нар с8ком 12 птур 40 нар с8офп2 12 птур 40 нар с8ЦМ 12 птур 40 нар с8ОМ либо 80 с8ом или 80 с8ЦМ, да и для летунам стандарным нет подвесок с осветителями-макрерами. или позволить все таки самим подвешивать, а то часто нехватает именно комбинаций нужных, особенно когда работает группа. В итоге комовскими валить толпы или простыецели - поражающая способность то разная. Хотя лучше сделатьскажем вариант выбора в меню "пользовательская" в ней уже миссиодел бы подвески создал бы дополнительные нужные для выполнения задания.1 point
-
1 point
-
A classic piece of Mustang-style building texture excess. I like it. :D1 point
-
It's great to see a "game" developer that actually cares about supporting its product and customers (beyond initial product release). Not something that we see too often nowadays.1 point
-
You need to ensure your ground EGI alignment is fully complete. That is the INS NAV READY is flashing. Or you won't get rid of the ALN UNS message.1 point
-
I'm not sure but just in case it's what you're looking for, here is the simplest way to transmit something from one process to another on a single system: -- socket_send.lua {{{ local host,port = "localhost", 15001 local socket = require("socket.core") local ip = socket.dns.toip(host) local udp = socket.udp() local cmd = "" for i=1, 5 do cmd = "line #"..i udp:sendto(cmd, ip, port) end cmd = "quit" udp:sendto(cmd, ip, port) udp:close() -- }}} -- socket_receive.lua {{{ local host,port = "localhost", 15001 local socket = require("socket.core") local ip = socket.dns.toip(host) local udp = socket.udp() udp:setsockname(ip, port) local cmd = "" while cmd ~= "quit" do cmd, err = udp:receive() if err then print( string.format("err=[%s]", err) ) else print( string.format("cmd=[%s]", cmd) ) end end udp:close()1 point
-
I made a working version of this mission (as in, yes, working in 1.1.0.9) as part of the continued testing of this new mod I am working on. Here's the mission DO NOT EDIT IT IN THE MISSION EDITOR: http://forums.eagle.ru/attachment.php?attachmentid=54827&d=1312610701 (Thanks Null for removing the labels!) Drop this file into your Saved Games/DCS Warthog/Missions folder. A SERVER-SIDE ONLY MOD MUST BE INSTALLED TO RUN THIS MISSION!!: "slmodbeta2" (NOTE: This is an update of the previous mod that was required to run the Operation Saturn I updated for 1109- the previous, older version should still work, but I would advise that if you have it installed, to update to this newer version, as subsequent missions will NOT be compatible). INSTALLATION: Modman Package: http://forums.eagle.ru/attachment.php?attachmentid=55303&stc=1&d=1313528591 OR Manual installation instructions: 1) Download these two files: http://forums.eagle.ru/attachment.php?attachmentid=55295&stc=1&d=1313524237 http://forums.eagle.ru/attachment.php?attachmentid=55296&stc=1&d=1313524237 2) Rename "server.lua" to "server_original.lua" in C:\Program Files\Eagle Dynamics\DCS A-10C\Scripts\net (NOT C:\Program Files\Eagle Dynamics\DCS A-10C\Scripts!!!!). Next, just drop these two files into that same directory, C:\Program Files\Eagle Dynamics\DCS A-10C\Scripts\net. You're done. PLEASE REPORT TO ME ANY SUSPECTED BUGS YOU THINK MIGHT BE CAUSED BY SLMODBETA2! That's why I'm calling it a "beta". With 2700 lines of Lua (true, my code is pretty heavily commented and I often put blank lines to help readability, but still...), there could still be some issues I have failed to iron out. NOTE: Not yet compatible with Servman. I will create Servman compatibility once I have completed the guides on how to use this mod- which yes, I have begun working on them.1 point
-
1 point
-
1 point
-
ok, but Hotfix, likely or unlikey in your opinion? OR Wait for 1.1.10 and see?1 point
-
You sound like a barrel of laughs. Seems pretty simple to me. Get on- have fun. You're freaked about a stereotype that -oddly enough- not many first time online fliers ever seem to mention as fact when they come back here to post about it.. Here's a few tips.. Yes- the DCS online community is more mature than average. It's definitely not an xbox arena filled with world champion nose pickers. Yes- there are rules. It's all pretty much common sense. Don't teamkill. Watch your mouth on Teamspeak (or Ventrilo) Many of your fellow pilots have kids within earshot.. being on comms is often required to gain access. There is no good reason to not be. As far as knowledge required prior to "joining the sharks".. ehm.. blown way out of proportion. No one requires you to know JACK. However- No one is required to teach you anytime you want them to, either... Most of the time- they will. Just ask..1 point
-
Recently Browsing 0 members
- No registered users viewing this page.