-
Posts
149 -
Joined
-
Last visited
About Rapti
Personal Information
-
Flight Simulators
DCS World
-
Location
Zürich
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I got a similar problem, I cant move the mousecursor to to bottom right. It stops before I reach the button. Did you find a solution?
-
Rapti started following Sniper pod for A-10C II , F-18 Home Pit For Mixed Reality and DCS: Marianas World War II
-
This would be so great. Thanks. Gesendet von meinem SM-S928B mit Tapatalk
-
great job!!! Would it be possible to get the kneeboard from you for masking the cockpit?
-
My use case is as follows: We use almost 25 arduinos (nano, uno, mega) in our A-10 pit, We always have the problem that after a certain number of arduinos running on powered USB hubs, the last arduinos are no longer recognized. My idea would be to operate most of the panels with the "normal" arduinos and operate the remaining say 5 panels using ESP32. would this mixed operation work?
-
any ideas on this topic?
-
mhh that's strange. Do you possibly have no authorization in Windows? I simply open the file with Notepad++
-
You have to start the ports in any case. You do not have to do this individually, but you can edit the file multiple-com-ports.cmd with notepad++ and enter your ports there. This way you only have to execute this one cmd file null
-
Looks great! Gesendet von meinem SM-S928B mit Tapatalk
-
-
We use this display. Don't know if its the same than yours. IIC / I2C 2002 20x02 OLED Module Display Our Code: this work on our side. #define DCSBIOS_DEFAULT_SERIAL #include "DcsBios.h" #include "Wire.h" #include "OLedI2C.h" OLedI2C LCD; /* paste code snippets from the reference documentation here */ void onCmsp1Change(char* newValue) { LCD.sendString(newValue, 0, 0); } DcsBios::StringBuffer<19> cmsp1Buffer(0x1000, onCmsp1Change); void onCmsp2Change(char* newValue) { LCD.sendString(newValue, 0, 1); } DcsBios::StringBuffer<19> cmsp2Buffer(0x1014, onCmsp2Change); void setup() { DcsBios::setup(); Wire.begin(); LCD.init(); } void loop() { DcsBios::loop(); }
-
https://www.aero-news.net/index.cfm?do=main.textpost&id=0f5168ee-6721-40de-abee-e03759c96dc7 Gesendet von meinem SM-S928B mit Tapatalk
-
Exportable HMCS/HMD Viewport for A-10C II (and other modules)
Rapti replied to Raptikiller's topic in Wishlist
+1 – This feature is absolutely essential for many users I fully support this request and want to emphasize how important this functionality would be for a large part of the DCS community. For cockpit builders who use multi-screen or projection setups instead of VR, the current HMCS/HMD implementation is often unusable. The symbology becomes difficult or impossible to see because it’s fixed in space rather than following the head’s position as it would in a real helmet-mounted display. The fact that MFCDs and other displays can already be exported proves that viewports are supported and feasible. HMCS/HMD should be no exception. A head-tracked, exportable HMCS viewport would be a game-changer for non-VR cockpit setups. Please consider this seriously — many advanced users would greatly benefit from it. Eagle Dynamics, I love your simulator. Keep on going the good work!!!