undertheradar Posted October 17, 2016 Posted October 17, 2016 Anyone know of a current guide? Thanks!
dabomb Posted October 20, 2016 Posted October 20, 2016 https://forums.eagle.ru/forumdisplay.php?f=151
undertheradar Posted October 20, 2016 Author Posted October 20, 2016 That guide is from 2014 and I already posted in there. Thanks anyway. https://forums.eagle.ru/showthread.php?t=127230&page=5
Wrecking Crew Posted October 21, 2016 Posted October 21, 2016 (edited) What is your issue? Ahh -- Is there a newer guide for 1.5.4? I followed these steps as closely as possible (it said to edit network.cfg and options.lua but those files did not exist in that directory, I had to create them) but the game crashes on launch. Edited October 21, 2016 by Wrecking Crew Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.
Wrecking Crew Posted October 21, 2016 Posted October 21, 2016 (edited) Here is the config content from my server - C:\Users\Hollo Pointe\Saved Games\DCS\Config - autoexec.cfg -- options.graphics.maxfps = 30 options.graphics.render3D = false if not net then net = {} end net.download_speed = 1024*1024 net.upload_speed = 256*1024 The options.lua I do not change. Network.cfg -- connection = { "LAN", 12830720, 1310720, } player_name = "Hollo Pointe" server = { disable_events = false, public = true, client_params = "motd="Welcome to the Hollo Pointe DCS World server!";", pause_on_load = false, upnp_control_url = "http://10.1.10.1:80/WANIPConnection", upnp_service_type = "urn:schemas-upnp-org:service:WANIPConnection:1", mission_dir = "C:\\Users\\Hollo Pointe\\Saved Games\\DCS\\Missions\", password = "", max_players = 17, name = "Hollo Pointe", client_outbound_limit = 0, port = 10308, client_inbound_limit = 0, allow_object_export = true, integrity_check = { "Config/Weapons", "Scripts/compile.lua", }, } client = { history_size = 16, history = { }, } chat = { view_rows = 3, offset = 0, } Edited October 21, 2016 by Wrecking Crew Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.
Ciribob Posted October 21, 2016 Posted October 21, 2016 Check out the dedicated server script link in my signature as with that you can make dcs automatically load a multiplayer mission on startup. Paired with a monitoring program linked there as well you can have auto restarts for crashes which is handy Hope that helps! Sent from my HTC One M9 using Tapatalk Scripts: Complete Transport And Logistics Deployment - CTLD / CTLD Examples - Lots of example of how to use CTLD CSAR Script - Downed Pilot Rescue / Dedicated Server Script - Automatically launch DCS Multiplayer server at startup Range Scoring Script - Get scores and counts hits on targets for gunnery or bombs / SimpleSlotBlock - Multiplayer dynamic Slot Blocking Script Projects: DCS-SimpleRadio Standalone - DCS Radio Integration for All Aircraft - NO TeamSpeak Required! :) DCS-SimpleRadio Troubleshooting Post / DCS-SimpleRadio Free Support Channel on Discord
undertheradar Posted October 21, 2016 Author Posted October 21, 2016 Thanks for the responses. I appreciate it :)
undertheradar Posted October 21, 2016 Author Posted October 21, 2016 This is neat. Work requires that I learn java script and lua looks a lot like it ( at least the prevalence of the curly braces :) ) Thanks again :)
Recommended Posts