Jump to content

xracer

Members
  • Posts

    267
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    Too many to list.
  • Interests
    Computing, Motorcycles, Guitar/Keyboard playing, Offroad Cycling
  1. Thanks very much, i didnt manage to get MS update to do any useful, but i ran the file DCS World\Dist\vcredistr_x64.exe and it worked after so all fine :-)
  2. Since the install of 1.5 release is about 22 GB is would like to avoid installing again to make it work. I have 1.2.5...running well and that means that my system is nicely capable, but when i run DCS_Updater update on 1.5 i get an error from DCS.EXE 0xc000007b even if the update report that all is fixed? I guess the registry entries are the same for 1.2.x and 1.5? I dont understand this problem. Its alot of work for me to reinstall cause of slow wifi connection. Anyone know what this could be?
  3. Hmm...it didnt work cause i guess the DCS_Updater now is compiled with different DLL's...i get error on MSVCR120.DLL and MSVCP120. DLL and maybe more. I've tried the 32bits version of these files in System32 but get an error. Anyone who knows which files and versions are needed except Eagle Dynamics directory? EDIT: Tried the 64bit versions of these files too...no go
  4. Allright, i'll give it a go...thanks for help...i only have 1.2.15 installed now...
  5. Thw downloader does all automatically, so am left with a clean install ready to go, but the laptop has no chance even running this sim so before i start using it i wondered if i can copy the 22 Gigs over directly to main PC and start the process there...reason it may work is if all files needed is still in the DCS World directory?
  6. Hi, Ive been away from the community for a long time now, and im wondering if i do the regular download of 1.5 it seems to be installing at the same time... I cant download to the computer im gonna run on cause wifi is too slow on it so i wonder if after i downloaded 1.5 to my laptop. can i copy installation over to the main PC and do the activations and all there and run as normal after?
  7. Good it worked out for you. Back to flying :thumbup:
  8. Yeah, I remember i had similar issues way back which appeared when i OC'ed card too much and if my card wasn't well seated in the slot , but i guess he doesnt do any OC. Lets see if he comes back with a report. Ok to know
  9. Failing VRAM when none of the other airports shows this sign?? Do a tempfiles clean. Try a DCS Repair also. Btw. looking at the picture the dark part seems to have parts which are displaying correctly, but i cant find any spots on Mozdok which has a texturecolor like that...
  10. Thanks alot Grimes! That sounds very true since i did mess with the speed to higher values a couple of times and they also tried to shortcut through impossible terrain a few times just before they gave up. I will do a few more tests to see if i get it right. Yeah, sorry i was very tired when i wrote that and of course what i really meant was "category unarmed". -
  11. I'm doing this mission which has been quite some work and i really don't want to do a unrealistic trick to make the problem i go away :-) So the thing is i need a couple of trucks to travel 42nm (yes i know nm on a truck hehe) anyway as i can see, most of the trucks in that cat show in ME that they can do 23nm (i guess on a full tank of gas). Even if encyclopedia shows probably the correct values in reallife. Maybe its too advanced for the ME to deal with a refuel along the road or something for a poor private doing his job? All vehicles i've tried stop more or less in the same area. Anyone know how to make this work? Thanks in advance!
  12. Nice that it was useful for you. I definately hate to double click the mousewheel the way it is while flying in the cases i dont use TrackIr. Anyway regarding the move to \...Saved games...mouse\, in most cases that can be done yes, but in this case i couldnt make it work right off the bat. Maybe some pathproblems i dont know and i havent really used time to figured it out either. Its just a quick and dirty change i did while a little annoyed :-) Its probably a much better way to do it and also to make it work on most planes at the same time. But thanks for the heads up :thumbup:
  13. If we only had these tools in DCS. Thanks to Krause for his knowledge and fantastic tutorial videos!
  14. I you think about it, its not much of a problem. There is the landing gear and the canopy which mostly needs a few extra pushes, but they are used once or twice on a mission and shouldnt be wasted stickbuttons for. The Mig-21Bis has this neutral position on the landing gear which is different which adds a little, but thats the way its designed so its fine for me. Things i do worry about is if there is too many actions needed to be done quickly to not mess up gameplay, but its not a problem here. Like mentioned above about shot down cause of not being able to activate countermeasures fast enough could be solved by combat checklists to uncap stuff beforehand and general planning i think. But for those who want it simpler for gameplays sake, learn the HOTAS programming, its not that hard. The sim is fantastic and the Leatherneck team has done a superjob!
  15. GriffonBR, there could be ways to save a few buttonpresses, but it's a bit cryptic and i just did a small test on it just now. Maybe others which know LUA well can do more research on this. What i did was to modify the default.lua file in : \Eagle Dynamics\DCS World\Mods\aircraft\MiG-21BIS\Input\MiG-21\keyboard In that file there is a instruction: combos={{key='G',reformers={'RShift'}}},down= device_commands.GearHandleFixator, cockpit_device_id = devices.GEARS,value_down=1.0,name='Gears Handle Lock released',category='Gears, brakes and chute'} If this instruction is modified to: {combos={{key='G',reformers={'RShift'}}},down= device_commands.GearHandleFixator,up= device_commands.GearLever,cockpit_device_id= devices.GEARS,value_down=1.0,value_up=1.0,name= 'Gears Handle Lock released + Gear Up',category='Gears, brakes and chute'} What happens in game is that when you press RShift + G, the lock will open and the gears will retract automatically. So less buttonpressing while doing a takeoff. Kind of a macro. The safety lock can't be operated now alone, but thats another matter...It's easy to mess up the files with this so do backups before editing. Attached is how it will look in Controls page and a sample default.lua for this spesific function. Backup original file and try the attached one. While in cockpit, view the gearlevel panel while pressing RShift + G. This functionality is of course also possible using external software included with the HOTAS, but if this is not acceptable or not possible, then the above is another way. Again, make sure to backup the original default.lua in that directory first! To go back, copy back the original file. - default.lua
×
×
  • Create New...