

Big Nuts
Members-
Posts
180 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Big Nuts
-
All that matters to me is the flight model, please make it dcs quality.
-
Former F102/106 pilot; Lots of details on his channel. What an era for aircraft. Kind regards
-
'Most aircraft will drop a wing' isn't really applicable. Does the MiG 21? I have noticed that drag at hi alpha is perhaps a little low. I can keep on pulling without serious issues in mil. Yes i agree more to be done, and i really do wish more aircraft in dcs would bite back, its so much more fun. Can we do this without the snarky comments? It's so tiresome.
-
Doesn't riojax show the alpha is reasonable? How many aircraft have you stalled? We need facts not opinions.
-
I heard delta aircraft have excellent high alpha characteristics, i have to try this new fm.
-
Yea i find this pop up, painful. Just as im taxiing, my view gets frozen(i use mouse to look around). Worst possible time for this to happen.
-
Hey just a thought: Wouldnt it be fun for one mission(or two) to have some 80's action? Ie f15's with sparrows, tomcats, MiG29's etc? Ie non datalink fox 1 aircraft. Tomcat is an exception ofcourse.
-
Visual is often enough but it's fun using the MiG21 radar and R3r's. I think many do not use it though.
-
Can we have the 300 ping limit back ? It's 260 now(?) And suddenly i cannot join, ever. Tragic.
-
Isn't that just the flight computer switching between the 'wheels out, im probably landing/taking off' to the 'the wheels are in lets go sicko' Modes..?
-
The gap was narrower, come at me with fox 1's and im fairly confident of getting to the merge. I find the greatest leaps were fox3's and datalinks. Without them it starts getting romantic.
-
Thanks for the advice appreciate it. ~S~
-
Hey all, not knowing a great deal about hardware i would like to get your thoughts. This is what i've sketched out so far; CPU: R5 3600 MB: MSI B450 Gaming plus max RAM: Geil 16gb evo x II C16 3200 SSD: Samsung 860 QVO 1TB GPU: Gigabyte RTX2060 OC 6GB PSU: Corsair 650W Gold Modular Thanks for any advice.
-
What is there that takes up 5 gigs?
-
I think the stage is becoming 'set' for the Tornado, swing wing, multi crew, ag radar and a host of weapons. I grew up next to Cottesmore during the cold war and used to see them scream over our treetops regularly. Also, the much maligned ADV variant would do well in multiplayer, engines built for low level performance and swing wing i think will do quite well on the servers.
-
log attached. dcs.txt
-
Thanks, i have tracks disabled. Page file was/is as that thread suggests. Freed up disk space, may have helped a touch.
-
Another crash, here's the log as txt attached. dcs.txt
-
Don't know how much help this will be but; 2019-12-21 08:40:17.947 WARNING LOG: 8 duplicate message(s) skipped. 2019-12-21 08:40:17.947 ERROR SOUND: Host 'woLA-16802050' position is out of bounds 2019-12-21 08:40:21.496 ERROR SOUND: can't load wave: "sounds\speech\sound\rus\common\awacs\numbers\2000-begin" 2019-12-21 08:40:24.774 ERROR SOUND: Host 'woLA-16792075' position is out of bounds 2019-12-21 08:40:31.665 ERROR SOUND: Host 'woLA-17108240' position is out of bounds Dcs froze as i merged with the enemy, have been having issues of massive fps drops while merging with enemy aircraft. Also the sky lit up with his aircraft warping like crazy.
-
And now i can't start it, repair and cleanup didn't help. Will i have to delete dcs and re download?
-
Thank's got it working. For anyone else who may struggle, this is working; Very simple after all. function LuaExportStart() socket = require("socket") Sock = socket.try(socket.connect(IPAddress, Port )) Sock:setoption("tcp-nodelay", true) Sock:setoption("keepalive", true) end function LuaExportActivityNextEvent(t) local tNext = t socket.try(Sock:send("Ping")) data,err = Sock:receive() if data then socket.try(Sock:send(data)) end tNext = tNext + 5.0 return tNext end function LuaExportStop() if Sock then Sock.close() end end
-
Hello all, so i have been successful in getting data sent via export lua to an external program written in python. However having difficulty in getting information sent to dcs. The sends work ok, but it hangs with any attempt to receive. Been whacking my head against this wall for a few days. I've set timeouts to 0, tried no blocking, whatever i do i cannot seem to get data sent to dcs. Any tips or pointers appreciated. Afaik a call of accept() turns the socket into receive mode. [start Function] local socket = require("socket") TcpSocket= socket.try(socket.connect(IPAddress, Port)) TcpSocket:setoption("tcp-nodelay", true) socket.try(TcpSocket:send("FirstSocketCreated")) [update] socket.try(TcpSocket:send("Ping")) local client = TcpSock:accept() client.settimeout(10) local data, error = client:receive()
-
Thankyou draconus thats pretty much what i was asking for. I have a minimal rig but i run other modules ok.
-
Ive seen mention that its around 4gb can someone confirm ? I dont have much disk space. Also if its more cpu intensive than the mig 21 or mirage it would be helpful to know, i wana fly the big bstard i just dont wana have it stuck in the 'hangar' after paying 80 bucks. Thank-you ever so much.