Jump to content

astazou

Members
  • Posts

    189
  • Joined

  • Last visited

Everything posted by astazou

  1. This is possible, but not my priority, I want to make the project openSource first, then contributors will do what they want :)
  2. Start a mission, the panels will work only when you will be in the cockpit ;)
  3. Nice, I pushed the fix, thank you for your contribution :thumbup: Hi carraro0127, You don't need to set your router. For the two ports, they are in the Cockpit++.lua file. So in your app, you have to set these ports: local DCS_PORT = 14801 local ANDROID_PORT = 14800 you will have to change them if these ports are already used by another program. To get you computer's IP, as said in the "Install guide" in the app, you have to do: - Windows touch + "R" - a window appear, type "cmd" and press "ok" - a console window appears, type "ipconfig" and press enter - you get your Ipv4 address (IP address) - then, copy this IP in the "Settings" of the app, after that your Android will be able to send command to DCS when you will press a button on the app Good flight! :pilotfly:
  4. Hi, thank you for your feedback, I had no idea I was doing this mistake, you learned me something :smartass: so if I understand well, my code should be: Cockpit++.lua? I tested, Cockpit++ is still working for me, if you confirm I did the right correction, I push the new version ;)
  5. I don't get where is the mistake, I can give you two things to try : 1) move the Cockpit++'s line in the export.lua for example: local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(lfs.writedir()..[[scripts\SimShaker-export-core\ExportCore.lua]]) local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewExportDCS.lua') local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[scripts\DCS-SimpleRadioStandalone.lua]]) local Cockpitpp=require('lfs');dofile(Cockpitpp.writedir()..'Scripts/Cockpit++.lua') 2) I don't know how is working SimShaker, but maybe it's using the same ports than Cockpit++. So I suggest you to use other ports in the Cockpit++.lua and in the Settings of the app
  6. Hi Chicki, hum... that's weird, on my side, Cockpit++, SimpleRadio and TacView are all working together. Can you show me your export.lua please? Here is mine : local Cockpitpp=require('lfs');dofile(Cockpitpp.writedir()..'Scripts/Cockpit++.lua') local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[scripts\DCS-SimpleRadioStandalone.lua]]) local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua')
  7. Hello pilots, I'm back with an update! You will find three new features in the app, you get data from DCS, and you can press buttons to control the panels from your Android the armament panel of the Huey: The INS for the M 2000C And the INS knobs for the M 2000C For this update, please, update the LUA, or the app' will not work anymore (need to update it to enjoy the news features ;) ) If you are a new user, you will find every links/info on the first message of this thread ;) my next goals are : - finish to make the project openSource - create a Discord server to help users with the app' (installation isn't easy, but hard to do easier...), to help future contributors, and for testers. (The server already secretely exists and will be shared when it will be ready ;) ) Enjoy the app! Astazou
  8. Yes, I wanted to make ingame screenshots to get shadows and lights, but you can manage them in ModelViewer, so I have something very close :smilewink: Good point, thank you :thumbup:
  9. Hello guys, Thanks to Cpt Stark on a french forum (his post here: http://www.checksix-forums.com/viewtopic.php?p=1607437#p1607437 ) I have a solution to make screens about all panels without any view restriction. I'm pretty sure the solution could interest other people, so here it is in english:
  10. Hello modders, To make some very specific screenshots of panels for Cockpit++ I need to move the camera in front of panels, but I'm facing a problem of view limits in translations. I tried to modify values (limits_6DOF) in DCS World 2 OpenAlpha\Mods\aircraft\**module**\Views.lua, but it's not working Any ideas?
  11. Excellent, for now I've UDP only, but it can change :)
  12. That would be awesome! I still have some priority (make documentation to make the project opensource, some other panels, stability of the app) But just after, it could be a very interesting merge of projects The idea is interesting, thx for sharing. but I can't promise anyting for now because I don't have any knowledge about communication with USB, so I don't realize how much work it could be. But I like the idea and I add it to my TODOlist
  13. Hi Pedro, I gave a look in your Cockpit++.lua, it seems there is IP addresses I setted by default (192.168.0.10 and 192.168.0.14), are you sure you Android device give you the same IP address? (in the app, go in "Settings" when you are on the wifi, you will see your Android IP ;) )
  14. Yep, there are the steps to follow: https://forums.eagle.ru/showpost.php?p=3152502&postcount=1 This thread is going to be closed, I invite you to continue here: https://forums.eagle.ru/showthread.php?t=188247 ;) see ya
  15. if you use this folder (game's directory instead of user's directory), at the next DCS update, this file could disappear and you would have to reset the .lua so I invite you to use C:\Users\yourUser\Saved Games\DCS\Scripts folder
  16. Thank you for your feedback I already made tests like this, switching betweens planes (online or alone), I didn't noticed this problem, I'm gonna investigate, maybe a timeout problem in the udp (I thought by default it was infinite). I will check that this weekend and keep you in touch ;)
  17. ;) Huey, for now nothing, but I ''need" this amarment panel, so... it will be probably the next panel :music_whistling:, I want to ask to Belsimtek first if I can do it :)
  18. if you type "cockpit astazou", can you find it? if not, just flash this QRcode: That's interesting, I thought the folder was created by default when you install DCS Try to create it ;)
  19. Have you firewalls on your computer? It could be a problem Another idea: do you have a rooted Android which by default could disable permission access? (internet permission is used for the UDP) If the problem persists I invite you to pm me, I will ask you more information to try to solve the problem. I'm "interested" in problems to make the solution more stable, and if necessary add more explanations in the app See ya
  20. Hello guys, Today is a big day for me, I publish Cockpit++, the Android application to get some panel on your device. Here is the Playstore link :https://play.google.com/store/apps/details?id=fr.astazou.cockpitplusplus if you prefer, here is the QRcode access : If you need help and/or you want to contribute*, join us on our Discord server: By the way, contributors can access to the source now: > The sources < And here is the tuto to learn how to make a panel on Android : https://github.com/CockpitPP/Cockpit...he-Android-app *Contribute: coding, translate in different language, testing, ... Here is an example of the Mirage 2000C's PCA :
  21. Hello guys, The app is published, it also get a name now, and get new orientation : panel for DCS in general, not only for the Mirage So I did a new thread here : https://forums.eagle.ru/showthread.php?p=3152502#post3152502 I'm gonna ask to a moderator to block this thread ;) see ya
  22. Nice! Thank you!
  23. Hello guys, Here some news about the project The app' name I'm very close to keep Cockpit++ (with the idea of the cockpit's extention) The architecture I have revised my ambitions upwards ... the app will be used for other instruments and other modules, but do not expect too much, it will be limited and I fear some instruments are very hard to implement (The A10C's TGP for example looks impossible :huh:). What's up in the app' For now I'm cleaning the code, add comment's, make the concepts clear, ... My goal is when I will publish the app' to have "only" to implement other instruments without touch the rest of the app' Slower dev' in the next weeks This app is taking so much time, I have to work a little less on it, I've other things to do (and someone isn't happy I'm spending days on my computer :music_whistling:). But I still plan to publish a first version of the app before end of May with the PCA and the PPA of the Mirage 2000C! See you
  24. Better than long answer, I made this diagram to explain how it works: Yes it does, I already tried it on online servers which allow IC, and it's working pretty well :)
×
×
  • Create New...