Hi Thomas, your app is very usefull !!! I've a question, how I have to set the AC_TrackCycle.exe.config for work with Minorating? Thanks in advanced and sorry for my english!
<!--<add key="external_plugins" value="OtherPlugin, 11001, 127.0.0.1:12001"/>-->
<add key="external_plugins" value="OtherPlugin, 11001, 127.0.0.1:12001"/>
<!-- AcServer/proxy listening port like defined in UDP_PLUGIN_LOCAL_PORT. Uncomment to override it (Proxy/Relay), otherwise MR will read it from the config -->
<!--<add key="ac_server_port" value="11000" />-->
<!-- Plugin listening port towards acServer/proxy like defined in UDP_PLUGIN_ADDRESS=12000 (without 127.0.0.1, port number only) -->
<!-- Uncomment to override it (Proxy/Relay), otherwise MR will read it from the config -->
<!--<add key="plugin_port" value="12000" />-->
<!-- AcServer/proxy listening port like defined in UDP_PLUGIN_LOCAL_PORT. Uncomment to override it (Proxy/Relay), otherwise MR will read it from the config -->
<add key="ac_server_port" value="11001" />
<!-- Plugin listening port towards acServer/proxy like defined in UDP_PLUGIN_ADDRESS=12000 (without 127.0.0.1, port number only) -->
<!-- Uncomment to override it (Proxy/Relay), otherwise MR will read it from the config -->
<add key="plugin_port" value="12001" />
<add key="additional_exes" value="C:\someFolder\some.exe"/>
Hi Thomas, I've been using ACTrackCycle for some months now with one single config and a track list inside it, working really fine. Now I've tried switching to config cycle. It's running and I can see the config templates when using the UI Version, but it does not change the configs after each session. It's restarting the session only. Any hints or did I miss something?
Here is the current config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
<appSettings>
<add key="ac_server_directory" value="C:\AC\server"/>
<add key="ac_server_executable" value="acServer.exe"/>
<add key="ac_cfg_directory" value="cfg"/>
<add key="start_new_log_on_new_session" value="1"/>
<add key="log_server_requests" value="0"/>
<!--<add key="internal_plugins" value="OtherPluginNamespace.OtherPluginType, OtherPluginDLL"/>-->
<add key="external_plugins" value="OtherPlugin, 11001, 127.0.0.1:12001"/>
<add key="additional_exes" value="C:\ACMinoRating\MinoRatingPlugin.exe">
<add key="template_cycle" value="Vallelunga Trackday NODLC;NOS Trackday DP1;NOS Trackday DLC;R Monza66 GT86;R Barcelona MX5;R Spa Mustang;R Imola R8V10plus;R BlackCatL GT-R"/>
<add key="broadcast_incidents" value="2"/>
<add key="broadcast_results" value="10"/>
<add key="broadcast_fastest_lap" value="2"/>
<add key="change_track_after_every_loop" value="0"/>
<add key="kick_before_change" value="0"/>
<add key="create_server_window" value="0"/><!-- if AC_TrackCycle crashes because the acServer.exe process can not be killed on track change then set this to 1 -->
<add key="realtime_update_interval" value="1000"/> <!-- values below 1000 don't seem to work -->
<add key="welcome_message" value="Welcome $DriverName$ to $ServerName$!|Please drive respectfully!"/>
<add key="session_report_handlers" value="AC_SessionReportPlugin.JsonReportWriter, AC_SessionReportPlugin"/>
<!--<add key="session_report_handlers" value="acPlugins4net.helpers.XmlSessionReportWriter, acPlugins4net"/>-->
</appSettings>
</configuration>
Hi,Hi,
I am trying to get the AC_TrackCycle_Console to work with tcadmin the prob i am having is AC_TrackCycle can not close acserver.exe.
Is there some other way to close of the server when AC_TrackCycle changes its tracks as all it does it just hungs and crashes.
i am using <add key="create_server_window" value="1"/> but it stall crashes.
I know this is not rely a prob with TrackCycle as it works if i just run the AC_TrackCycle.exe.
If anyone is able to help it would help alot
... so is MinoRating. In fact both apps share the same code base, and since MR is running on rented servers, TrackCycle should run too. I think it should run with Mono.NET on Linux, but I have never tried.As it is a Windows-based app it will not run on native Linux.