Jump to content

c0ff

ED Team
  • Posts

    3615
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by c0ff

  1. Hmm, no you don't need it. Okay, can you please, install it again, but before the final click and starting the download, post your autoupdate.cfg from the install folder.
  2. Don't know how this happened, please, reinstall.
  3. Can you please post your autoupdate_log.txt file?
  4. autoupdate_log.txt will be handy.
  5. It will fail to autostart first time because mission list is empty. You are supposed to edit mission list via WebGUI and then start the server. Next time it will autostart.
  6. Will be out in the openbeta in May. There's an API to work with the mission list, I will document it.
  7. I've just added a new callback, so to automatically load next mission from the list, one needs to place a something like this into Saved Games/DCS/Scripts/Hooks/loadNextMission.lua: local cb = {} function cb.onNetMissionEnd() net.load_next_mission() end DCS.setUserCallbacks(cb)
  8. you should also change control API port: autoexec.cfg: webgui_port = 8088 default value is shown.
  9. Please, if you want to change the default, use Saved Games/DCS.openbeta/Config/autoexec.cfg file. Add a line: sound.world_fadein_time = 4 or whatever value you wish.
  10. Not. The updater currently does not touch Start menu/Desktop links.
  11. net.force_ipv4_lan = false net.IPV6_MULTICAST_HOPS = 5 net.use_loopback = true (not in 2.5.4 yet) net.idle_timeout = 600 net.game_timeout = 600 - TCP used for all reliable comm - UDP is used for position updates - Players still can connect by direct IP - Do you have dynamic IP address?
  12. Hmm, looks good. Now please, post your dcs.log, better right after starting and exiting DCS.
  13. Please post your autoupdate.cfg file.
  14. To disable IPv6, add a line to Config/autoexec.cfg: net.use_ipv6 = false HTTP control interface gets registered when either --norender or --server or --webgui is specified.
  15. Oh, will investigate this. Thank you for the report!
  16. Please, post your autoupdate_log.txt from the game folder.
  17. Found the bug, deltas disabled globally until fixed.
  18. Found the bug, deltas disabled globally until fixed.
  19. Thanks for the report! Will try to reproduce this.
  20. it depends on a router. try adding a line to Config/autoexec.cfg: net.force_ipv4_lan = true it will help you to see your LAN server, given it uses the default port.
  21. FYI, a couple of the exploits closed in the today's beta.
  22. --norender authorizes all the terrains + ww2pack (and disables all other modules)
  23. False positive. Nevada (and any other terrain) does not contain executable files.
  24. c0ff

    Seeding DCS updates

    will post the zip today
  25. All data exchange between DCS server and WebGUI is encrypted. There's a fixed key for the localhost interface and a dynamic key for the outer interfaces. That's why we host the WebGUI: data exchange is HTTPS-protected between your browser and site-hosted WebGUI and custom-encrypted between the site and the DCS server.
×
×
  • Create New...