-
Posts
380 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Targanon
-
all these fps and pause issues you guys are experiencing could be related to the vehicle pathing issue that is known issue.. I'm only throwing that out there I'm not at home, and want be for 6 days so the only thing that has been updated is my server.. and that seems to be working well from a server admin side of things I'll know when people start logging onto it later tonight..
-
Saitek X55 - Hornet Speed Brake - SBK Switch
Targanon replied to VJS161_Hawk's topic in Controller Questions and Bugs
well thats great so that sucks for those of us that use custom edited files to get custom configurations and mixes of controllers working... I'm now finding all the changes I have made to the input files.. every plane I fly needs this speed brake work done as I dont use the profiler for one controller and another profiler for a different contoller.. -
WEll cant say I'm happy withthe new update ... OK I can say it... the only thing that has me a bit pissed is that I run a mix of controllers. and with the update and the avidvisory clean and repair now my controlllers are missing some comands that I need to edit back into the controller files.. why my saved game folder input files go changed is beyond me...
-
I have a System that I would like to install DCS as a Stand alone Server.. In the Past I had DCS full Beta install on this System but after some much needed upgrades.. and I change of location I'm again at the point of Creating this server again... SO I was told that I didn't need to install DCS on this system at all.. so I donwload the current Server setup install web exe. and after run the installer... it gives me two Short cuts one for the DCS server, the other for the web GUI. but if I double click the Server short cut it run an update.. and then after finishing up.. it tries to run the server again.. but it fail with an error say that DCS.exe in the Bin folder is not fond.. 00000.047 INFO : DCS/2.5.5.41371 (x86_64; EN; ) 00000.047 INFO : branch: openbeta 00000.047 ERROR: Can't run C:\Program Files\Eagle Dynamics\DCS World OpenBeta Server\bin/DCS.exe: (2) The system cannot find the file specified. I have made this install in teh default locations.. and if I look inside the bin folder I find only "DCS_updater.exe" only So was I told Wrong that I dont need DCS installed on this machine??
-
Saitek X55 - Hornet Speed Brake - SBK Switch
Targanon replied to VJS161_Hawk's topic in Controller Questions and Bugs
So I have found that this mod cant be used with the A10,, However in doing this hunt I have found an easier way to MAP the f14... I've used the spoiler Tags as it makes it easier to read.. once opened.. you need modify this line { up=device_commands.SPEEDBRAKE_ExtendRetract, pressed=device_commands.SPEEDBRAKE_ExtendRetract, cockpit_device_id=devices.GEARHOOK, value_up=0.0, value_pressed=1.0, name=_('Speed brake extend'), category=_('Gears, brakes, and hook')}, to look like this one The only defference is that the first value is now "-1.0" instead of "0.0" { up=device_commands.SPEEDBRAKE_ExtendRetract, pressed=device_commands.SPEEDBRAKE_ExtendRetract, cockpit_device_id=devices.GEARHOOK, value_up=-1.0, value_pressed=1.0, name=_('Speed brake extend'), category=_('Gears, brakes, and hook')}, What this will do in the F14 is create a second line in your adjust controllers in a way duplicating the extend Option. and turn the label of the option orange/red... use the first option to set your Slider... and when you ue the slider(latch) the speed brake will come out/extend and when you release the Latch/Slider the Speed brake will retract.. This work on my X-56.. I'm not sure if this files get over written with updates and I'm not sure if I can place these into the saved games folder.. I'll be looking at that next. The rest of the spoilers is just my sig.. showing system build as of 2 years ago... -
Saitek X55 - Hornet Speed Brake - SBK Switch
Targanon replied to VJS161_Hawk's topic in Controller Questions and Bugs
Hey guys can this Custom Command be used for the A10-C??? -
Thustmaster Warthog Stick V's Any Keyboard
Targanon replied to Targanon's topic in Controller & Assignment Bugs
So I founbd the issue was actually in the bindings... I had added Modifiers and did think to leave teh default postion of the sawitch on the X56 throttle Blank so in order to do anything that modifier needed to be set in teh bindings.. lesson learned.. atleast it was an easy fix..took a long while to sort out though.... -
Controllers... Saitek X56 throttle Warthog Stick Saitek Rudder I have tried 3 keyboards I thought at first it was a keyboard software issue ..as I was using a Logi 910 .. with the profiler.. but after removing the profiler and the logi software and adventurally the logi keyboard and trying a couple of other I have.. I started pulling other USB devices and finally the last item the Stick found my issue.. I plugged everything back that I needed except the logi keyboard.. that is coming next... but it turns out that if I pull the stick and try keyboard comends all good but pull the stick back in and nothing... I have another stick I"ll be trying next to see if I have issues using that stick as well I have been looking for drivers and profiling software and all is upto date.. so right now I'm at a loss.. I dont know if it a dcs bug or a thrustmanter issue.. but I"m not happy I bought the "Thrustmaster Warthog" Stick just so I can have fa18 grip and better feel .. and now its not working...
-
I have a dedi server I use at my home for testing missions I create.. Apon release of the F-1`6 patch I patched to server pc.. My desktop patch worked without issue. however on the server that has a basic insgtall of DCS and nothing else on it save the maps.. I can not complete the update as there is a file that is janking things up.. SKy.pfx.. in the _downloads/....... folder. anyway I have deleted the folder or the file and started again A number of times. I have done repair and clean ect. but nothing is helping. NOt sure what else to do would rather not do fresh install but I might have yet...
-
HI there, I know this is a mission and campaign, forum, and as a missions builder..I figured that I might find some help here.. (mods;- If I have posted this in the wrong place please feal free to move it.. and I'm sorry for not posting in the correct place) So in a mission I"m building. I have Gone through and removed every lua error that I can find.. but there are still some entries in the log file that I"m not sure if it is something that I'm creating or if it is ED known issues.. The first. Because it has a nil value error I would look for these with my lua files and fix whatever is causing it. but I A:) dont have any ON GAME EVENT triggers. and B:) dont have a lua called mul_chat.lua 2019-10-01 04:32:22.760 ERROR Lua::Config: Call error onGameEvent:[string "./MissionEditor/modules/mul_chat.lua"]:700: attempt to index field '?' (a nil value) stack traceback: [C]: ? [string "./MissionEditor/modules/mul_chat.lua"]:700: in function 'onGameEvent' [string "./MissionEditor/GameGUI.lua"]:353: in function <[string "./MissionEditor/GameGUI.lua"]:350> (tail call): ? (tail call): ?. The Second. Bause of how many times this apears in the log file..'DEBUG' is there a way to turn off such entries the amount of time taken to write these DEBUG entries would be horrendous 2019-10-01 04:34:25.720 DEBUG Scripting: AWACSCallsign:make 2019-10-01 04:34:25.720 DEBUG Scripting: typeCallname == nil 2019-10-01 04:34:25.720 DEBUG Scripting: pUnit:getDesc().category = 0 2019-10-01 04:34:25.720 DEBUG Scripting: category AWACS 2019-10-01 04:34:25.720 DEBUG Scripting: cat 0 2019-10-01 04:34:28.722 DEBUG Scripting: AWACSCallsign:make Third. Anyone know whats going on here? is this something of my doing or again ED known issues. 2019-10-01 04:46:56.591 ERROR woShip: connector 'SHIP_NOSE_ON_WATERLINE_CENTER_1' is not specified in model 'kilo' 2019-10-01 04:46:56.591 ERROR woShip: connector 'SHIP_TAIL_ON_WATERLINE_CENTER_1' is not specified in model 'kilo' 2019-10-01 04:46:56.592 WARNING EFFECTS2: BowwaveEmitter: unknown parameter 2019-10-01 04:46:56.592 UNKNOWN UnitsLayer::: m_obj2ctl.find(obj) != m_obj2ctl.end() 2019-10-01 04:46:56.592 WARNING EFFECTS2: BowwaveEmitter: unknown parameter 2019-10-01 04:46:56.607 ERROR_ONCE DX11BACKEND: texture 'kilo_877_cabin_damage_map' not found. Asked from 'NGMODEL' and Finally So I'm not using a F110 in my mission so I can only guess that ED use the SOunds as common sounds. but Again is this something I can fix..or is it something that is out of my control? 2019-10-01 04:30:51.078 WARNING Mission: register_unit(1000032,16875265) : db.units['1000032'] table is missing 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110rearclose): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110reardistant): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_front_flyby): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_side_flyby): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_rear_flyby): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110rearclose): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110reardistant): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_front_flyby): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_side_flyby): gain 2019-10-01 04:30:55.680 ERROR SOUND: invalid source_params(woLA-16875265:aircrafts\engines\f110_rear_flyby): gain If you have taken to time to read this Thanks, But if you have taken the time to reply AWESOME HUGE THANKS! AGAIN if you have taken the time to read the above and have some useful comments to help me better understand whats going on in my missions, to you I say :thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::):):):):pilotfly: You are the reason we kepp doing this!! Thanks So Much... Cheers Targs35
-
FA-18C Aggressors BFM Campaign
Targanon replied to Sabre-TLA's topic in F/A-18C Aggressors BFM Campaign
So I have just got this Campaign.. I have complerted 1 mission but cannot complete any further missions due to the Way point all being in the wrong place in the f10 map all looks good but in the Plane WP1 is like 212.nm away from end of Nellis runway.. -
OMG.... I cant beleive the people here Crying about the WIP.. yes its not done yet !! they give us some yummie images to keep us going not to have you guys crying that its this ir its that... Huge thanks to ED for letting me see where you are with this I"m looking forward to it for sure.. .
-
sure thing will see how it goes I"m installing the latest nvidia studio driver set for my Card now... Studio because its designed to be stable.
-
OK so I tried the work around today and My game would not even load gets to black screen and that where it stops...
-
Count me in on this one... I'll add that I get error that the TRK file is too large yet I have only been flying for 20 minutes... happens MP and SP no tracks recorded or delete by game... not sure but when I get crash I have no track for that session.. I have over 100gigs space available on C:\ for save games and 1.2 Tb on D: the install drive. so space is not an issue...... Nvidia Driver s717.71 Windows 10 all other drivers upto date. Have run Clean and Repair and checked up DCS updates 2019-07-08 12:03:14.737 INFO DCS: D:\DCS World\bin\edterrainExtra4.dll, 390656 bytes, created 6:7:2019-10.19.43, written 6:7:2019-10.19.43, accessed 6:7:2019-10.19.43 2019-07-08 12:03:14.737 INFO DCS: D:\DCS World\bin\geographiclib.dll, 727040 bytes, created 7:6:2019-14.17.22, written 7:6:2019-14.17.22, accessed 7:6:2019-14.17.22 2019-07-08 12:03:14.737 INFO DCS: D:\DCS World\bin\edterrainGraphics41.dll, 1384960 bytes, created 6:7:2019-10.19.41, written 6:7:2019-10.19.41, accessed 6:7:2019-10.19.41 2019-07-08 12:03:14.737 INFO DCS: C:\Program Files (x86)\Samsung\Easy Printer Manager\SmartScreenPrint\CDAKEYMonitor64.dll, 123904 bytes, created 21:7:2014-10.7.32, written 21:7:2014-10.7.32, accessed 29:11:2016-4.31.28 2019-07-08 12:03:14.737 INFO DCS: try to write track file SO I have only included the last part of my File, the thing I am wondering is why it is trying to or writes to my Printer manager ???
-
you can bind more than one trigger(button/switch) to each option buy simply selecting the first position, then saving and then select a second option without clearing the first.. you will than see something like [{selection1};{selection2}] as your binding.. Please note I'm currently working away from home so I don't have any joysticks with me.. but I will check keyboard format.. Ok I check it out and that is the correct apearance.. so place your switch in the on postion before you add the off position.. once you are in the add binding for the off position move the switch to the middle position. than select ok then again add binding for off position.. now move the switch to the third position and select ok you should see something like the above in the throttle binding column for the off position.. job done select ok to save the bindings changes to your profile
-
VR is not Close enough to spend more money on yet!!!
Targanon replied to Targanon's topic in Virtual Reality
yes being plugged into that world has advantages.. Positional awareness is a huge leap forward with VR. However at what cost.. I found it extremely hard to see incoming hostiles. in vr but in 2D (as you call it) on my 4K 32 inch Display. I have no issues.. and that's even taking the fact that 4K is not as good as 1080p for spotting distant Hostiles. However I hear your point about having both if was just a case of money (that's not a problem) I would have both .. But I voting with my pocket and feed back to developers on every product that I have tried.. and so far nothing and I say nothing is at the point that I'm willing to lay $1000 or even $4000au on... As I live here in backwards Australia I have to wait for the VR units to get to retail to get my hands on them.. I'm lucky that I have a friend that in the industry here and I can have play with the units as become available. I give them 3 years at least.. before the VR units are actually in the game.. but that will also depend on the hardware to support said VR units.. I would like to see independent, standalone images processing dedicated to the VR headset however that would involve bulky boxes and cables etc. and more than likely a bulky headset.. This would not be an option.. perhaps one day we will all be able to enjoy the realism we are hungry for... Bring it on ..... I"m waiting!!!! -
My Opinion .... I hope they release a suitable VR unit soon.. I was VR but was not that impressed, so I have gone back to my 4k screen and track ir.. I Think I'll waiting another 2 years before it gets to where I'll jump back in.. you may wonder why I have this opinion! Let me explain a little I have had 4K large screen I was able to get one. I have a very fast PC I spent big when the RIFT CV1 was released and got the best components at that time.. so yes my PC was awesome still is for its age 2080ti is not enough of an upgrade to bother.. The CV1 was awesome but I longed for the clear hi detailed Display.. I had with my 4K screen. I also wear glasses and found it most uncomfortable while using the rift.. SO in the pursuit of comfort I started playing on the 4k flat screen again more and more.. till one day I ws like could not be bothered with the VR at all I know I"ll go back but I'm not spending more money on second gen hopes of something that just isn't yet!! Oh! yeah this is just my opinion and has nothing to do with yours .. YES I loved the immersion.. I loved the feeling of being there..I love where it is going... I'm just waiting till it gets a few more stops down the line..
-
OMG lets all have a nice big Group HUG!!! LOL... It still makes no difference to me if I get it or not.. I get whatever I want.. and I'll more than likely be standing in the Que with a large number of the community. Until than I'll just have to be happy with the Static Crew and Deck equipment.. LOL but who knows the Carrier might be released before I get home.. I've away working since FEB... and still have a few more months to go..
-
you ll also notice that Beirut is the city in one of the earlier images..I found that a while ago when the images started filtering out
-
Syrian and Afghan theatre of operations confirmed!
Targanon replied to WHOGX5's topic in Bugs and Problems
well I'm pretty sure that we maybe a new map soon as I pretty sure that the F-16 release teaser images showed Beirut! and I'll stick my neck out and say it was in the video too! looking forward to this.. -
Going to go out on a limb here and say the last few shot are!! but then what would I know... I"m like everyone else here, Speculating but Awesome work guys. At least the guy that fly Rio in VR will have something nice to look at. too bad if they look out the window to see the the lack of clarity out there.. Shame that VR is so Crap for anything more than 50 feet away!!
-
FA-18C Radio goes to GUARD and unable to change
Targanon replied to jserdynski's topic in Controller Questions and Bugs
Ok so I have this same issue can you share the issue and solution.. its bugging the crap out of me..... I have rebound buttons I use in srs and fa18 for coms but nothing seems to help.. -
so I'm trying to upload the track file. its about 2 hours long the bug is seen from about 56 minutes in.. I think that track even has the eject issue in it.. . Oh I see there is a 5mb limit on the file mine is 44mb so I guess I cant use that one I"ll keep trying to find a way if there was a track file editor so I could cut out the bits I needed
-
this is the twitch feed showing the problem..