Resource icon

Apps Kissmyrank - Local Assetto Corsa Server Plugin 1.6f

Login or Register an account to download this content
Sorry but I don't speak French (I just like brioches ;)). Anyway, regarding your question, have a look at the web activity (e.g. for the demo server it is http://54.37.13.47/activity ) and please notice that the money is given when the server switches to the next session.
The overall balance will be earning - costs.
 
Brioche updated Kissmyrank - Local Assetto Corsa Server Plugin with a new update entry:

Version 0.4c

v0.4c Implemented support for the Assetto Corsa Auth (set "web_auth_server_port" port 0 to disable). The Kissmyrank Plugin can now poll external auth servers via its auth relay feature (e.g. Minorating, Stracker, another Kissmyrank Plugin etc., see config.json for more). Fixed an issue with incorrect damage calculation. Added support for time based races. Fixed incorrect race prize calculation. config.json has changed. Please update the old file. Thanks to Bruno32600 for all the feedback so far.

Read the rest of this update entry...
 
An error that I had not before

Error: car_id is not defined
8:23:26 PM> IZI >> kmr money
8:23:47 PM>
Error: car_id is not defined
8:23:51 PM>
Error: car_id is not defined
8:24:04 PM>
Error: car_id is not defined
8:24:31 PM>
Error: car_id is not defined
8:24:36 PM>
Error: car_id is not defined
8:24:45 PM>
Error: car_id is not defined

 
hi
possible change config value (22) in config.json for auto restart session ?

More than 22 collisions in the first lap. Restarting session.
 
Last edited:
Brioche updated Kissmyrank - Local Assetto Corsa Server Plugin with a new update entry:

Version 0.5

v0.5 New UDP Relay Feature that allows to relay the information coming from the Assetto Corsa server to other UDP plugins. It works like AC Server <-> Kissmyrank Plugin <-> Other plugins (e.g Minorating, Stracker etc.). In order for this to work you need to set the other plugins as if the Kissmyrank plugin were the AC Server (have a look at the config for more). config.json was updated. Please overwrite the old file.

Read the rest of this update entry...
 
Just an idea, possible to added a check ping?
for config file json : ex 60s
receveid 2 alert for cycle 20s and 60s kick server

I do not understand how to put Stracker + minorating with your plugins, you have example configuration?
 
Last edited:
For the ping, I am not sure it's possible. I can try to take a look.

For the auth it's straightforward: point the AC auth to the Kissmyrank, plugin then just add the other values to the web_auth_relay_to list (each value should be exactly what you would set in server_cfg.ini if you were using only that AUTH).

For udp it's also easy. Let's assume that Kissmyrank is running on 127.0.0.1:12000 and minorating is running on 127.0.0.1:10003.
You put 127.0.0.1:10003 into the udp_relay_to list.
After that you open the Minorating config and

Code:
 <add key="ac_server_port" value="12000" /> <add key="plugin_port" value="10003" />

Basically the Minorating plugin will communicate with Kissmyrank which will forward to the AC Server.
 
log kissmyrank:
1:02:44 AM> web_stats_server_address: 0.0.0.0
1:02:44 AM> web_stats_server_port: 82
1:02:44 AM> web_stats_cache_time: 60
1:02:44 AM> web_auth_server_address: 0.0.0.0
1:02:44 AM> web_auth_server_port: 12001
1:02:44 AM> web_auth_cache_time: 60
1:02:44 AM> web_auth_relay_0: plugin.minorating.com:805/minodata/auth/ABCN/?
1:02:44 AM> udp_relay_0: 127.0.0.1:10006
1:02:44 AM> ac_server_ip: 127.0.0.1
1:02:44 AM> ac_server_plugin_local_port: 10004
1:02:44 AM> ac_server_plugin_address_port: 10003

set minoraing:
<add key="ac_server_port" value="12001" />
<add key="plugin_port" value="10006" />

minorating crash
[System.Net.Sockets.SocketException: Connection refused]
 
Last edited:
You need need to use the Kissmyrank UDP Port (ac_server_plugin_address_port) for the other plugin.

In your case:
Code:
<add key="ac_server_port" value="10003" /><add key="plugin_port" value="10006" />
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 79 12.6%
  • < 2 years

    Votes: 58 9.2%
  • < 3 years

    Votes: 64 10.2%
  • < 4 years

    Votes: 38 6.1%
  • < 5 years

    Votes: 91 14.5%
  • < 10 years

    Votes: 80 12.7%
  • < 15 years

    Votes: 57 9.1%
  • < 20 years

    Votes: 32 5.1%
  • < 25 years

    Votes: 31 4.9%
  • Ok, I am a dinosaur

    Votes: 98 15.6%
Back
Top