Jump to content

pappavis

Members
  • Posts

    654
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pappavis

  1. Blender is opensource, and it can both import/export 3ds Max files. I have noexperience in neither 3ds, nor in Blender.
  2. I bought the L-39 modules, and now it seems not available? http://www.digitalcombatsimulator.com/en/downloads/modules/albatros/ :cry::cry:
  3. gimme, gimme Mirage-200C.. (the only module i dont have yet) ;)
  4. The wife has romantic intentions for this whole friogging weekend. Anniversery weekend,:music_whistling: DCS is more impotant!! I am not getting oppertunity to tryout my shny L-39 yet., Its parked in the DCS hangar..:helpsmilie: Does MP cockpit works in the Mi-8 and UH-1 too?
  5. Waaaaaay back in the Operation Flashpoint there were plenty of ' '-maps. Basically a flat island with some small hills and simple 128x128 texturemap. Tooling was available on http://www.ofpec.com/. Imagine i whish to create such Flatland desertisland for DCS World with a 128x128px texture.. Questions; 1. What tooling do you use for DCS-World map making? 2. Is this map-making process HOWTO documented anywhere? 3. Anyone care to make a 'desert island', just so we can get the ball rolling? -- No airfields -- No trees, no structures. -- in principle flatland. 4. How do you translate Demographics GIS-data (back in the day .dem-formatted) to a format which could be used in map making. -- I suppose when you have this mapdata, then create some sort of 3D surface in Blender/similiar tooling?
  6. By only using this engStart-command the button in cockpit remains pushed. In order to verify if its correct i installed a LED with the button, so when the button is pushed a blue LED goes on. Which it does. My if-else code solves the problem of the button remaining pushed. Could also be that i mixed the polarity on the Arduino' breadboard? This is my layout. EDIT 1-okt-2015: fixed PCB layout uploaded.
  7. FYI, push button for MiG-21bis, the engine starter using sendDcsBiosMessage("ENG_START", "1"); here is my code; #include <DcsBios.h> #include <Servo.h> int BUTTON1 = 4; DcsBios::ProtocolParser parser; // DCS: MiG-21bis DcsBios::Switch2Pos engStart("ENG_START", BUTTON1); void setup() { Serial.begin(500000); } void loop() { // feed incoming data to the parser while (Serial.available()) { parser.processChar(Serial.read()); if(digitalRead(BUTTON1) == HIGH) { sendDcsBiosMessage("ENG_START", "1"); } else { sendDcsBiosMessage("ENG_START", "0"); } } // poll inputs DcsBios::PollingInput::pollInputs(); } void sendDcsBiosMessage(const char* msg, const char* arg) { Serial.write(msg); Serial.write(' '); Serial.write(arg); Serial.write('\n'); } void onDcsBiosWrite(unsigned int address, unsigned int value) { }
  8. 1. A.- Mirage F1C 2. B. Two seater later 3. D. Afrikaans -- for South African Airforce. 4. A. Yes, Mirage F1M
  9. Q: Combined Arms. Shared cockpits. Which if any features are planned for sharing a vehicle, particularly in multiplayer?
  10. 159th Aviation Regiment custom skin for MiG-21bis
  11. According to the last update.
  12. Mustang isnt in Beta anymore, so ED is unlikley to implement it.
  13. I bought it looooong time ago in a computershop. The big box was nice, and foto. I was kinda putoff by having to fly Russian jets. HUH?? Who on earth makes a sim flying Su-27 was my reasoning. After installation it became fun. Back in the day the Su-27 had an A-G radar one could launch Kh-35s. Until it was removed from Lockon 1.0 released on 13-des-2003.
  14. I give up.. DCS wont open on the rift, even if its primary display. After having tried 10x combinations, no luck. My only hope is to get a stereoscopic window. Does DCS create such a steroscopic window? btw, i use an ATI-gfx card.
  15. no joy 4 me. some questions; 1. Do you play DCS in fullscreen or windowed? 2. Do u use that bilbao-tool to stop the Oculus Service? 3. When DCS has started in Windowed mode, and you´re in the cockpit, do u get a splitscreen window? 4. If u stop the Oculus Rift service, dcs is in windowed mode, what does DCS display? And where, on which display? 5. When playing dcs in fullscreen mode, do u also use the Rift as primary display? Ideal situation; * Run DCS in a window, and this window is split in 2 parts, so i can move it using Windows+arrowkeys to the Rift. When i disabled the Oculus Rft service, the reuslt is NO splitscreen window. IE, i canmove it to the Ridft display but has not use. I just tried EuroTruck Simulator 2. Only needed to select Oculus-beta version, clicked strart and voila! there was ES2 on my Rift. Why cant it be that easy with DCS?
  16. not getting DCS on Rift I dont get DCS in a stereoscopic window as required by Oculus Rift :(. My rift works great in Elite: Dangerous. *Settings* - My DCS settings--> Fullscreen=no, Resolution=1920x1080, monitors=1, auto detect rift=yes - Rift settings --> Extended desktop=yes, orientation=portrait ref --> http://forums.eagle.ru/showpost.php?p=2235321&postcount=4 FIRST TRY What i've done; 1. Followed above steps, such as disable the Rift service using bilago's utility. 2. Start a dcs mission. 3. DCS launches, but displayes a single window 1920x1080. :joystick: Where did i go wrong? SECOND try: 1. Used the configs as above 2. Run DCS with Oculus service running. 3. Load DCS & run mission 4. DCS mission starts with DCS in the taskmanager, and unable to see a window or move it etc. Any ideas?
  17. Save game was dropped >=9 years ago with LOFC 1. Caused too much problems / complaints.
  18. the current 3d model, upto <= DCS 1.2.14 much resembles >=15yrs ago used in Flanker 2.0-series.
  19. Yes and No. To clarify; No -- this would create strain on develeopment resources, to model new bombs & missiles. Yes -- it would neccsitate that ED would need to support new (modern) weaponry.
  20. We can 4get a release in the weekend :cry:. Its Saturday already.
  21. Please explain the diff-files? For example, in my C:\Users\pappavis\Saved Games\DCS\Config\Input\MiG- 21Bis\keyboard\ this diff-file is like this; MiG-21Bis Keyboard.diff.lua; local diff = { ["keyDiffs"] = { ["d3116pnilunilcd12vd1vpnilvunil"] = { ["name"] = "Airbrakes On", ["removed"] = { [1] = { ["key"] = "C", }, }, }, }, } return diff Where must i place the code you provide here for alternate inputs?
  22. Showing of some of the 159th Aviation Regiment skins DCS World 1.2.7-screenshot DCS World 1.2.7-screenshot DCS World 1.2.7-screenshot
  23. On the weekend of 1,2-Nov-2014 the yearly Flightsim weekend will be helt again at the Aviodrome in Lelystad, Nederland (Netherlands) I will be there in my personal capacity representing, and demoing DCS modules such as the F-15C, Ka-50 etc. etc. Also members of the public & kids would be able to fly. Request; * Can anyone offer me & hardware a ride from Den Haag to Lelystad? ref --> http://fsweekend.com ref2 --> http://www.159thgar.com/forums/viewtopic.php?f=4&t=8516
  24. Whats the word on IndiGoGo backers?
  25. pappavis

    Mirage F1

    PLEASE the Mirage F1 coz the South African airforce saw extended action in Angola in the 1980´s. ${1}
×
×
  • Create New...