Jump to content

Ressay

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Ressay

  1. Yes, it will be generated but it is not fully functioning, the progress is not working and all missions show a core of 50 and nothing is saved, I will try the Iran Iraq War Campaign
  2. Hi, Thanks PBO_CEF for the help, yes the campaign is saved under this URL "C:\Users\engre\Saved Games\DCS\Mods\tech\DCE\Missions\Campaigns", and below are screenshots of the process for installing the campaign (notice the first popup message shown in the first screenshot)... The last screenshot shows that the .NG folder doesn't require any updates (only once there were like 76 files to update, but it doesn't show anymore) One more question, as you saying this is an old campaign, is there any newer campaign that I can fly with the Fishbed?
  3. Hello all, I'm using DCE Campaigns for the first time, and no campaign seems to work. I've downloaded the "Hot War in The Cold - Fishbed" campaign and installed the DCE_Manager and OVGME as per the manual, and when trying to start the campaign from the Manager, the initiation cmd screen finds lots of missing images. when I press any key, it goes for the second missing image and so on. any ideas ?? null
  4. Hello guys, I've just lost one of my 8" Lilliput USB monitors (usually use two with Cougar MFD), and I've been searching the web for a replacement but been washed with lots of brands with lots of useless features. Can you guys recommend a low budget 800*600 8" non-touchscreen USB monitor ?
  5. solved, I made my far left screen as main display form windows display settings, and now everything is fine
  6. Hello guys (Again), I managed to have a 3x27" 1920*1080 monitors side by side (the regular setup), but seems that DCS for some reason doesn't recognize the left monitor... here is my 3 Monitors.lua file _ = function(p) return p; end; name = _('3 Monitors'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1920; height = 1080; viewDx = -1; viewDy = 0; aspect = 1920/1080; }, Center = { x = 1920; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; }, Right = { x = 3840; y = 0; width = 1920; height = 1080; viewDx = 1; viewDy = 0; aspect = 1920/1080; } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center attached is a screenshot of my entire setup, the two screens at the bottom are 2 800*600 Lilliput monitors that I didn't set up yet... Appreciate your help guys
  7. I did connect 3x27" with 1920*1080 resolution, and having an issue now with the display, I made everything as per the book, and looks like DCS doesn't see my left monitor, everything starts from the center monitor, Idk why, I will post another one here containing details
  8. Hello everyone, I'm trying to build a simple setup for my DCS, so I'm having a single 33" 4K monitor which I'm planning to make it the center camera and two 27" 1920x1080 monitors that I wanna put them at both sides of the 4K... Of course I'm making this to have a wider view of the surroundings, but my concern is that the center monitor is almost double higher than the two at sides (in terms of resolution). will I be able to see the sky with the side monitors or it will just show the panels and maybe the edge of the cockpit ? I know my question is a bit noobish but I'd rather be a noob than spending days playing with the Monitor.lua file
  9. Hello guys I'm new to the mirage, I'm having an issue with mission 1 that the IP calls for taxi and says he is going out, but actually nothing happens. My aircraft is all ready, my INS is aligned (by the game as the INS required mark is unchecked through the game settings). I also accelerated the time thinking that he might be waiting for his alignment, but that also didn't help. what should I do as I restarted the mission many times with the same results?
  10. Hello everyone, I've just got a TM MFDs, and I decided to extract my F/A18 MFCDs to my secondary screen (laptop screen). I dug into the web and I learned how to edit the .lua file under the MonitorSetup folder. everything works fine except that the right MFCD is not shown, so I edited the position many times with no luck, I also swapped the positions of the left and right MFCD but only the left one moves. I deleted the Script folder under "DCSWorld\Mods\aircraft\FA-18C\Cockpit" and made a repair but also nothing happened. so I decided to post here and I will show my .lua file maybe I've done something wrong with the syntax. That's my file: _ = function(p) return p; end; name = _('FA18 Setup'); Description = 'Two monitors configuration' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } Gui = { x = 0; y = 0; width = 1920; height = 1080; } LEFT_MFCD = { x = 0; y = 1560; width = 600; height = 600; } RIGHT_MFCD = { x = 700; y = 1560; width = 600; hight = 600; } UIMainView = Gui GU_MAIN_VIEWPORT = Viewports.Center thanx in advance for the help.
  11. Man I checked all of the files in the Profile but I see no .ini file, the only one located in the DCS config folder called imgui.ini
  12. Thanks Zeen for the great work, and thank you Right Stuff for the help .. Well, I have a sort of a strange issue, I run Zeen profile now and after struggling with entering all of the numbers on the monitor configuration file, I run the profile and only the DDI's and the AMPCD are working, RWR UFC and IFEI are not, besides the fonts of the DDI and the AMPCD is very huge and unreadable .... I followed your steps to change the font, but I don't see FA18 C folder under mods, the only one I have is under Saved Games/DCS/aircraft/FA-18C/Cockpit/Scripts, and it contains three folders, "IFEI, TEWS, and UFC" Really don't know what to do I'm stuck PS: I'm using Steam DCS
×
×
  • Create New...