stracker

Apps stracker 3.5.1

Login or Register an account to download this content
Code:
stracker[INFO ]: Created log file (log_level=0).
stracker[INFO ]: <stracker_lib.logger.Logger object at 0x02A36430> loglevel=0
stracker[INFO ]: Stracker version 3.2.10
stracker[INFO ]: Dump of stracker configuration (stracker.ini):
[STRACKER_CONFIG]
; Server ip address or name used to poll results from. You should not touch the default value: 127.0.0.1
ac_server_address = 127.0.0.1
; Path to configuration file of ac server. Note: whenever the server is restarted, it is required to restart stracker as well
ac_server_cfg_ini = ..\..\server\cfg\server_cfg.ini
; Set to 1, if you want to append to log files rather than overwriting them. Only meaningful with external log file rotation system.
append_log_file = False
; set to false, if you want to disable the TCP keep_alive option (that was the behaviour pre 3.1.7).
keep_alive_ptracker_conns = True
; Listening port for incoming connections of ptracker. Must be one of 50042, 50043, 54242, 54243, 60023, 60024, 62323, 62324, 42423, 42424, 23232, 23233, <AC udp port>+42; ptracker will try all these ports on the ac server's ip address (until a better solution is found...)
listening_port = 50042
; name of the stracker log file (utf-8 encoded), all messages go into there
log_file = ./stracker.log
; Valid values are "info", "debug" and "dump". Use "dump" only for problem analysis, log files can get very big.
log_level = info
; set to true, if you want the log messages to be prefixed with a timestamp
log_timestamps = False
; set to true, if you want stracker to reduce its priority. Will use BELOW_NORMAL on windows and nice(5) on linux.
lower_priority = True
; set to 1, if you want stracker to compare the players checksums.
perform_checksum_comparisons = False
; Configure which ptracker instances shall be allowed to connect: Valid values are "any", "newer" or "none".
ptracker_connection_mode = any
; name for the server; sessions in the database will be tagged with that name; useful when more than one server is running in parallel on the same database
server_name = acserver
; set to 1, if you want the messages appear on stdout
tee_to_stdout = False


[SWEAR_FILTER]
; Valid values are "none", "kick" and "ban".
action = none
; Number of days the player shall be banned (if action is "ban").
ban_duration = 30
; Specify the number of warnings issued before the player is going to be kicked.
num_warnings = 3
; Specify a file with bad words (one in each line). See https://github.com/shutterstock/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words for examples.
swear_file = bad_words.txt
; message sent to player after a swear detection
warning = Please be polite and do not swear in the chat. You will be %(swear_action)s from the server after receiving %(num_warnings_left)d more warnings.


[SESSION_MANAGEMENT]
; What to do when the race is over and no player is actively racing. Valid values are: "none" or "skip".
race_over_strategy = none
; Number of seconds to wait before the session skip is executed (if race_over_strategy is set to "skip")
wait_secs_before_skip = 15


[MESSAGES]
; Lap times below this threshold (in percent of the best time) will be broadcasted as best laps. Lap times above this will be whispered to the player achieving it.
best_lap_time_broadcast_threshold = 105
; set to 1 to enable car to car private messages.
car_to_car_collision_msg = True
; available message types are "enter_leave","best_lap","checksum_errors","welcome","race_finished" and "collision". Connect them using a + sign without spaces.
message_types_to_send_over_chat = best_lap+welcome+race_finished


[DATABASE]
; Only relevant if database_type=sqlite3. Path to the stracker database. If a relative path is given, it is relative to the <stracker> executable
database_file = ./stracker.db3
; Valid values are "sqlite3" and "postgres". Selects the database to be used.
database_type = sqlite3
; Set to "False", if you do not want stracker to backup the database before migrating to a new db version. Note: The backups will be created as sqlite3 db in the current working directory.
perform_backups = True
; name of the postgres database.
postgres_db = stracker
; name of the host running the postgresql server.
postgres_host = localhost
; name of the postgres user password.
postgres_pwd  = XXX
; name of the postgres user.
postgres_user  = XXX


[DB_COMPRESSION]
; Interval of database compression in minutes.
interval = 60
; Various options to minimize database size. Valid values are "none" (no compression, save all available infos), "remove_slow_laps" (save detailed infos for fast laps only) and "remove_all" (save no detailed lap info).
mode = none
; If set to 1, database compression will only take place if the server is empty.
needs_empty_server = 1


[HTTP_CONFIG]
; password for the stracker admin pages (leaving it empty results in disabled admin pages
admin_password  = XXX
; username for the stracker admin pages (leaving it empty results in disabled admin pages
admin_username  = XXX
; Set to a file to be used for logging http authentication requests. Useful to prevent attacks with external program (e.g., fail2ban).
auth_log_file =
; icon to be used in webpages (leave empty for default Assetto Corsa icon)
banner =
; Enable paypal link for letting users donate to the author. If you do not like that, switch it off.
enable_paypal_link = True
; set to false if you do not want svg graphs in the http output (for saving bandwidth)
enable_svg_generation = True
; set to 1, if you want to start a http server for statistics access
enabled = True
; set to true to get the navbar inverted (i.e., dark instead of bright)
inverse_navbar = False
; number of items displayed per page
items_per_page = 15
; Additional columns to be displayed in LapTimes table (seperated by a + sign). Columns can be "valid", "aids", "laps", "date", "grip", "cuts", "collisions", "tyres", "temps", "ballast" and "vmax". Note that too many displayed columns might cause problems on some browsers.
lap_times_add_columns = valid+aids+laps+date
; listening address of the http server (normally there is no need to change the default value 0.0.0.0 which means that the whole internet can connect to the server)
listen_addr = 0.0.0.0
; tcp listening port of the http server
listen_port = 50041
; If set to true, http requests will be logged in stracker.log. Otherwise they are not logged.
log_requests = False
; Maximum number of streaming clients (LiveMap/Log users) allowed to connect to this server in parallel. The number of threads allocated for http serving will be max(10, max_streaming_clients + 5)
max_streaming_clients = 10
; Valid values are "degc" or "degf".
temperature_unit = degc
; Valid values are "kmh" or "mph".
velocity_unit = kmh


[BLACKLIST]
; Path to blacklist.txt of ac server. If empty, blacklist support will not be available. Changes to blacklist file require an AC server restart to be active.
blacklist_file =


[WELCOME_MSG]
; First line of welcome message text (if not empty, this text is sent a player when he enters the server
line1 = Welcome to stracker %(version)s
; Second line of welcome message text (if not empty, this text is sent a player when he enters the server
line2 =
; Third line of welcome message text (if not empty, this text is sent a player when he enters the server
line3 =


[ACPLUGIN]
; proxy the AC server protocol on these ports, so multiple plugins may be chained (this is equivalent to UDP_PLUGIN_LOCAL_PORT in server_cfg.ini)
proxyPluginLocalPort = -1
; proxy the AC server protocol on these ports, so multiple plugins may be chained (this is equivalent to UDP_PLUGIN_ADDRESS in server_cfg.ini)
proxyPluginPort = -1
; udp port the plugins receives from. -1 means to use the AC servers setting UDP_PLUGIN_ADDRESS
rcvPort = -1
; udp port the plugins sends to. -1 means to use the AC servers setting UDP_PLUGIN_LOCAL_PORT
sendPort = -1


[LAP_VALID_CHECKS]
; if true, collisions with other cars will invalidate laps
invalidateOnCarCollisions = True
; if true, collisions with environment objects will invalidate laps
invalidateOnEnvCollisions = True
; if -1: use server penalty setting, if available, otherwise use 2. All other values are passed to ptracker.
ptrackerAllowedTyresOut = -1




stracker[INFO ]: Dump of ac server configuration (..\..\server\cfg\server_cfg.ini):
[SERVER]
UDP_PLUGIN_LOCAL_PORT=11000
UDP_PLUGIN_ADDRESS=127.0.0.1:12000
NAME=MALAYSIA
CARS=sts_ek9_typer_spoon
CONFIG_TRACK=
TRACK=sepang
SUN_ANGLE=0
PASSWORD = XXX
ADMIN_PASSWORD = XXX
UDP_PORT=9602
TCP_PORT=9602
HTTP_PORT=8083
MAX_BALLAST_KG=150
QUALIFY_MAX_WAIT_PERC=120
PICKUP_MODE_ENABLED=1
LOOP_MODE=1
SLEEP_TIME=1
CLIENT_SEND_INTERVAL_HZ=18
SEND_BUFFER_SIZE=0
RECV_BUFFER_SIZE=0
RACE_OVER_TIME=120
KICK_QUORUM=70
VOTING_QUORUM=70
VOTE_DURATION=15
BLACKLIST_MODE=0
FUEL_RATE=100
DAMAGE_MULTIPLIER=100
TYRE_WEAR_RATE=100
ALLOWED_TYRES_OUT=2
ABS_ALLOWED=1
TC_ALLOWED=1
START_RULE=1
RACE_GAS_PENALTY_DISABLED=0
RESULT_SCREEN_TIME=60
MAX_CONTACTS_PER_KM=2
STABILITY_ALLOWED=0
AUTOCLUTCH_ALLOWED=1
TYRE_BLANKETS_ALLOWED=1
FORCE_VIRTUAL_MIRROR=1
REGISTER_TO_LOBBY=1
MAX_CLIENTS=26
NUM_THREADS=1
UDP_PLUGIN_LOCAL_PORT=0
UDP_PLUGIN_ADDRESS=
AUTH_PLUGIN_ADDRESS=
LEGAL_TYRES=
RACE_EXTRA_LAP=0
WELCOME_MESSAGE=

[FTP]
HOST=
LOGIN = XXX
PASSWORD = XXX
FOLDER=
LINUX=0

[PRACTICE]
NAME=Practice
TIME=60
IS_OPEN=1

[QUALIFY]
NAME=Qualify
TIME=10
IS_OPEN=1

[RACE]
NAME=Race
LAPS=8
TIME=0
WAIT_TIME=60
IS_OPEN=1

[DYNAMIC_TRACK]
SESSION_START=100
RANDOMNESS=0
SESSION_TRANSFER=100
LAP_GAIN=1

[WEATHER_0]
GRAPHICS=3_clear
BASE_TEMPERATURE_AMBIENT=30
BASE_TEMPERATURE_ROAD=14
VARIATION_AMBIENT=2
VARIATION_ROAD=2

[DATA]
DESCRIPTION=
EXSERVEREXE=
EXSERVERBAT=
EXSERVERHIDEWIN=0
WEBLINK=
WELCOME_PATH=


stracker[INFO ]: Log verbosity changed: 2
stracker[ERROR]: Cannot read file with bad words (bad_words.txt): [Errno 2] No such file or directory: 'bad_words.txt'
stracker[STDOUT]: Starting stracker - press ctrl+c for shutdown
stracker[INFO ]: Lowered stracker priority.
stracker[INFO ]: Using database './stracker.db3'
stracker[ERROR]: Cannot parse the UDP_PLUGIN_ADDRESS in your server_cfg.ini file. This is a fatal error!
stracker[ERROR]: In the [SERVER] section there must be a line UDP_PLUGIN_ADDRESS=127.0.0.1:<port>
stracker[ERROR]: with <port> being the first UDP port number used for the plugins.
stracker[STDOUT]: Runtime error. Check stracker.log and check your configuration files.
stracker[ERROR]: Traceback (most recent call last):
  File "stracker_lib\stracker_udp_plugin.py", line 144, in __init__
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "stracker_lib\ac_monitor.py", line 1773, in run
  File "stracker_lib\stracker_udp_plugin.py", line 149, in __init__
RuntimeError: Cannot parse the value in UDP_PLUGIN_ADDRESS

stracker[INFO ]: Shutting down acmonitor.
stracker[INFO ]: Shutting down the server.
stracker[INFO ]: Shutting down http.
stracker[INFO ]: Shutting down pending ptracker connections.

Dear Neys,

May I know which step I did wrongly for stracker?
As the error message says you have to configure the udp plugin ports. Please see http://n-e-y-s.de for documentation.

Thanks
Neys
 
Code:
stracker[INFO ]: Created log file (log_level=0).
stracker[INFO ]: <stracker_lib.logger.Logger object at 0x02A36430> loglevel=0
stracker[INFO ]: Stracker version 3.2.10
stracker[INFO ]: Dump of stracker configuration (stracker.ini):
[STRACKER_CONFIG]
; Server ip address or name used to poll results from. You should not touch the default value: 127.0.0.1
ac_server_address = 127.0.0.1
; Path to configuration file of ac server. Note: whenever the server is restarted, it is required to restart stracker as well
ac_server_cfg_ini = ..\..\server\cfg\server_cfg.ini
; Set to 1, if you want to append to log files rather than overwriting them. Only meaningful with external log file rotation system.
append_log_file = False
; set to false, if you want to disable the TCP keep_alive option (that was the behaviour pre 3.1.7).
keep_alive_ptracker_conns = True
; Listening port for incoming connections of ptracker. Must be one of 50042, 50043, 54242, 54243, 60023, 60024, 62323, 62324, 42423, 42424, 23232, 23233, <AC udp port>+42; ptracker will try all these ports on the ac server's ip address (until a better solution is found...)
listening_port = 50042
; name of the stracker log file (utf-8 encoded), all messages go into there
log_file = ./stracker.log
; Valid values are "info", "debug" and "dump". Use "dump" only for problem analysis, log files can get very big.
log_level = info
; set to true, if you want the log messages to be prefixed with a timestamp
log_timestamps = False
; set to true, if you want stracker to reduce its priority. Will use BELOW_NORMAL on windows and nice(5) on linux.
lower_priority = True
; set to 1, if you want stracker to compare the players checksums.
perform_checksum_comparisons = False
; Configure which ptracker instances shall be allowed to connect: Valid values are "any", "newer" or "none".
ptracker_connection_mode = any
; name for the server; sessions in the database will be tagged with that name; useful when more than one server is running in parallel on the same database
server_name = acserver
; set to 1, if you want the messages appear on stdout
tee_to_stdout = False


[SWEAR_FILTER]
; Valid values are "none", "kick" and "ban".
action = none
; Number of days the player shall be banned (if action is "ban").
ban_duration = 30
; Specify the number of warnings issued before the player is going to be kicked.
num_warnings = 3
; Specify a file with bad words (one in each line). See https://github.com/shutterstock/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words for examples.
swear_file = bad_words.txt
; message sent to player after a swear detection
warning = Please be polite and do not swear in the chat. You will be %(swear_action)s from the server after receiving %(num_warnings_left)d more warnings.


[SESSION_MANAGEMENT]
; What to do when the race is over and no player is actively racing. Valid values are: "none" or "skip".
race_over_strategy = none
; Number of seconds to wait before the session skip is executed (if race_over_strategy is set to "skip")
wait_secs_before_skip = 15


[MESSAGES]
; Lap times below this threshold (in percent of the best time) will be broadcasted as best laps. Lap times above this will be whispered to the player achieving it.
best_lap_time_broadcast_threshold = 105
; set to 1 to enable car to car private messages.
car_to_car_collision_msg = True
; available message types are "enter_leave","best_lap","checksum_errors","welcome","race_finished" and "collision". Connect them using a + sign without spaces.
message_types_to_send_over_chat = best_lap+welcome+race_finished


[DATABASE]
; Only relevant if database_type=sqlite3. Path to the stracker database. If a relative path is given, it is relative to the <stracker> executable
database_file = ./stracker.db3
; Valid values are "sqlite3" and "postgres". Selects the database to be used.
database_type = sqlite3
; Set to "False", if you do not want stracker to backup the database before migrating to a new db version. Note: The backups will be created as sqlite3 db in the current working directory.
perform_backups = True
; name of the postgres database.
postgres_db = stracker
; name of the host running the postgresql server.
postgres_host = localhost
; name of the postgres user password.
postgres_pwd  = XXX
; name of the postgres user.
postgres_user  = XXX


[DB_COMPRESSION]
; Interval of database compression in minutes.
interval = 60
; Various options to minimize database size. Valid values are "none" (no compression, save all available infos), "remove_slow_laps" (save detailed infos for fast laps only) and "remove_all" (save no detailed lap info).
mode = none
; If set to 1, database compression will only take place if the server is empty.
needs_empty_server = 1


[HTTP_CONFIG]
; password for the stracker admin pages (leaving it empty results in disabled admin pages
admin_password  = XXX
; username for the stracker admin pages (leaving it empty results in disabled admin pages
admin_username  = XXX
; Set to a file to be used for logging http authentication requests. Useful to prevent attacks with external program (e.g., fail2ban).
auth_log_file =
; icon to be used in webpages (leave empty for default Assetto Corsa icon)
banner =
; Enable paypal link for letting users donate to the author. If you do not like that, switch it off.
enable_paypal_link = True
; set to false if you do not want svg graphs in the http output (for saving bandwidth)
enable_svg_generation = True
; set to 1, if you want to start a http server for statistics access
enabled = True
; set to true to get the navbar inverted (i.e., dark instead of bright)
inverse_navbar = False
; number of items displayed per page
items_per_page = 15
; Additional columns to be displayed in LapTimes table (seperated by a + sign). Columns can be "valid", "aids", "laps", "date", "grip", "cuts", "collisions", "tyres", "temps", "ballast" and "vmax". Note that too many displayed columns might cause problems on some browsers.
lap_times_add_columns = valid+aids+laps+date
; listening address of the http server (normally there is no need to change the default value 0.0.0.0 which means that the whole internet can connect to the server)
listen_addr = 0.0.0.0
; tcp listening port of the http server
listen_port = 50041
; If set to true, http requests will be logged in stracker.log. Otherwise they are not logged.
log_requests = False
; Maximum number of streaming clients (LiveMap/Log users) allowed to connect to this server in parallel. The number of threads allocated for http serving will be max(10, max_streaming_clients + 5)
max_streaming_clients = 10
; Valid values are "degc" or "degf".
temperature_unit = degc
; Valid values are "kmh" or "mph".
velocity_unit = kmh


[BLACKLIST]
; Path to blacklist.txt of ac server. If empty, blacklist support will not be available. Changes to blacklist file require an AC server restart to be active.
blacklist_file =


[WELCOME_MSG]
; First line of welcome message text (if not empty, this text is sent a player when he enters the server
line1 = Welcome to stracker %(version)s
; Second line of welcome message text (if not empty, this text is sent a player when he enters the server
line2 =
; Third line of welcome message text (if not empty, this text is sent a player when he enters the server
line3 =


[ACPLUGIN]
; proxy the AC server protocol on these ports, so multiple plugins may be chained (this is equivalent to UDP_PLUGIN_LOCAL_PORT in server_cfg.ini)
proxyPluginLocalPort = -1
; proxy the AC server protocol on these ports, so multiple plugins may be chained (this is equivalent to UDP_PLUGIN_ADDRESS in server_cfg.ini)
proxyPluginPort = -1
; udp port the plugins receives from. -1 means to use the AC servers setting UDP_PLUGIN_ADDRESS
rcvPort = -1
; udp port the plugins sends to. -1 means to use the AC servers setting UDP_PLUGIN_LOCAL_PORT
sendPort = -1


[LAP_VALID_CHECKS]
; if true, collisions with other cars will invalidate laps
invalidateOnCarCollisions = True
; if true, collisions with environment objects will invalidate laps
invalidateOnEnvCollisions = True
; if -1: use server penalty setting, if available, otherwise use 2. All other values are passed to ptracker.
ptrackerAllowedTyresOut = -1




stracker[INFO ]: Dump of ac server configuration (..\..\server\cfg\server_cfg.ini):
[SERVER]
UDP_PLUGIN_LOCAL_PORT=11000
UDP_PLUGIN_ADDRESS=127.0.0.1:12000
NAME=MALAYSIA
CARS=sts_ek9_typer_spoon
CONFIG_TRACK=
TRACK=sepang
SUN_ANGLE=0
PASSWORD = XXX
ADMIN_PASSWORD = XXX
UDP_PORT=9602
TCP_PORT=9602
HTTP_PORT=8083
MAX_BALLAST_KG=150
QUALIFY_MAX_WAIT_PERC=120
PICKUP_MODE_ENABLED=1
LOOP_MODE=1
SLEEP_TIME=1
CLIENT_SEND_INTERVAL_HZ=18
SEND_BUFFER_SIZE=0
RECV_BUFFER_SIZE=0
RACE_OVER_TIME=120
KICK_QUORUM=70
VOTING_QUORUM=70
VOTE_DURATION=15
BLACKLIST_MODE=0
FUEL_RATE=100
DAMAGE_MULTIPLIER=100
TYRE_WEAR_RATE=100
ALLOWED_TYRES_OUT=2
ABS_ALLOWED=1
TC_ALLOWED=1
START_RULE=1
RACE_GAS_PENALTY_DISABLED=0
RESULT_SCREEN_TIME=60
MAX_CONTACTS_PER_KM=2
STABILITY_ALLOWED=0
AUTOCLUTCH_ALLOWED=1
TYRE_BLANKETS_ALLOWED=1
FORCE_VIRTUAL_MIRROR=1
REGISTER_TO_LOBBY=1
MAX_CLIENTS=26
NUM_THREADS=1
UDP_PLUGIN_LOCAL_PORT=0
UDP_PLUGIN_ADDRESS=
AUTH_PLUGIN_ADDRESS=
LEGAL_TYRES=
RACE_EXTRA_LAP=0
WELCOME_MESSAGE=

[FTP]
HOST=
LOGIN = XXX
PASSWORD = XXX
FOLDER=
LINUX=0

[PRACTICE]
NAME=Practice
TIME=60
IS_OPEN=1

[QUALIFY]
NAME=Qualify
TIME=10
IS_OPEN=1

[RACE]
NAME=Race
LAPS=8
TIME=0
WAIT_TIME=60
IS_OPEN=1

[DYNAMIC_TRACK]
SESSION_START=100
RANDOMNESS=0
SESSION_TRANSFER=100
LAP_GAIN=1

[WEATHER_0]
GRAPHICS=3_clear
BASE_TEMPERATURE_AMBIENT=30
BASE_TEMPERATURE_ROAD=14
VARIATION_AMBIENT=2
VARIATION_ROAD=2

[DATA]
DESCRIPTION=
EXSERVEREXE=
EXSERVERBAT=
EXSERVERHIDEWIN=0
WEBLINK=
WELCOME_PATH=


stracker[INFO ]: Log verbosity changed: 2
stracker[ERROR]: Cannot read file with bad words (bad_words.txt): [Errno 2] No such file or directory: 'bad_words.txt'
stracker[STDOUT]: Starting stracker - press ctrl+c for shutdown
stracker[INFO ]: Lowered stracker priority.
stracker[INFO ]: Using database './stracker.db3'
stracker[ERROR]: Cannot parse the UDP_PLUGIN_ADDRESS in your server_cfg.ini file. This is a fatal error!
stracker[ERROR]: In the [SERVER] section there must be a line UDP_PLUGIN_ADDRESS=127.0.0.1:<port>
stracker[ERROR]: with <port> being the first UDP port number used for the plugins.
stracker[STDOUT]: Runtime error. Check stracker.log and check your configuration files.
stracker[ERROR]: Traceback (most recent call last):
  File "stracker_lib\stracker_udp_plugin.py", line 144, in __init__
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "stracker_lib\ac_monitor.py", line 1773, in run
  File "stracker_lib\stracker_udp_plugin.py", line 149, in __init__
RuntimeError: Cannot parse the value in UDP_PLUGIN_ADDRESS

stracker[INFO ]: Shutting down acmonitor.
stracker[INFO ]: Shutting down the server.
stracker[INFO ]: Shutting down http.
stracker[INFO ]: Shutting down pending ptracker connections.

Dear Neys,

May I know which step I did wrongly for stracker?

You have double entry of UDP PLUGIN. One at the beginning and the other is empty on server_cfg.ini
UDP_PLUGIN_LOCAL_PORT=11000
UDP_PLUGIN_ADDRESS=127.0.0.1:12000
 
Hello Neys, first thanks for your great work.
I'm experiencing, that the welcome message doesn't appear in the Assetto Corsa chat window, or it appears very delayed.
Also I have realised using other servers that the messages in ptracker coming up with sometimes 1/2 hour delay.
So said, it's completely asynchronous .to the running race or quali.
Any idea, what can be the reason for this behaviour?
Thanks a lot
 
Neys updated stracker with a new update entry:

New version 3.3.5

New stable version 3.3.5 adds mainly support for timed races:
  • Changes in stracker ini file
    Section
    Option name Default value Documentation
    STRACKER_CONFIG guids_based_on_driver_names False you normally want to leave that at the default (False). Use case for this is an environment where the same steam account is used by different drivers.
  • New Database Scheme Version 23: add cache table in db to cache MR grades
  • send MR grades to connected ptracker...

Read the rest of this update entry...
 
Thanks Neys as I was about to ask if the experimental version had not any problem left so it might become considered as stable. :thumbsup:
Now ... I know without asking ;)

Just a question though ... I suppose that keeping the previous stable version database is still possible ... ( same for Ptracker ) if we simply give time for the database to migrate as already done before ?
 
Thanks Neys as I was about to ask if the experimental version had not any problem left so it might become considered as stable. :thumbsup:
Now ... I know without asking ;)

Just a question though ... I suppose that keeping the previous stable version database is still possible ... ( same for Ptracker ) if we simply give time for the database to migrate as already done before ?
as always, yes :)
 
Great stuff nonetheless, but I wanted to make use of "Live Map" you tried to explain this to the guy around a year ago (page 11-12 in this thread), but the packager seems to do nothing for me, it creates the .zip file, then says that it can not find the game on my C:/ drive (because it is on my E:/ drive), there does not seem to be any config file for the packager, how can I change it to find my game on another disk?
 
Start from the command line (i.e. type cmd in the windows start menu). You can pass the ac directory as argument then:

Code:
stracker-packager.exe E:\your\path\to\ac
 
Start from the command line (i.e. type cmd in the windows start menu). You can pass the ac directory as argument then:

Code:
stracker-packager.exe E:\your\path\to\ac
Thanks for replying!
I opened up cmd and wrote
Code:
E:\Games\steamapps\common\assettocorsa\server\stracker\stracker-packager.exe E:\Games\steamapps\common\assettocorsa
It began loading many cars and tracks, but there is nothing in the .zip file it just changed its' size to 1KB.
 
Last edited:
The zip file is created on the current directory (maybe c:\windows\system32). It's better to do it this way

E:
cd \path\to\stracker-packager
stracker-packager.exe \path\to\ac
 
The zip file is created on the current directory (maybe c:\windows\system32). It's better to do it this way

E:
cd \path\to\stracker-packager
stracker-packager.exe \path\to\ac
Found it in C\users\myprofile :) thanks for help

Edit: I get a constant "error during processing" when I'm trying to upload it :(
 
Do you use Internet Explorer ? ... that's what I experienced long ago. :(
No problem with Chrome ... and I don't know with Firefox.
 
I know that if you have many tracks and cars ... the file is rather heavy.
Maybe that's the reason why you have problems.

You might try what I mostly do for adding one or 2 elements:
Keep the original zip file ... make a copy ... delete a part of the tracks and cars off the file .... it'll be less big and might help ... if the connection between the http display and the Stracker itself in the remote server is not excellent.

NB but use rather Chrome ... not sure the system is now optimized for IE as it wasn't before.
 

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top