-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Assetto corsa competizione #2090
base: master
Are you sure you want to change the base?
Assetto corsa competizione #2090
Conversation
can you Post the config File? i dont want to remove my SteamGuard. Then i can take a look into config parsing |
Sure, that's the default one that gets created whenever you run the server. It's a .json
|
Test this please for parsing:
|
you can also try this egg; i'll added the parsing, WINEDEBUG -all and moved the Steam Account Check |
I tried 2 times with this and both times it doesn't even start the server and make my panel to crash. I already had to reinstalled my virtual machine 2 times |
Its your egg, only with correct parsing. And sry to say, but there is no need to install the WHOLE VPS, only when the egg dont start |
you mean this?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Listening to TCP 9601 | UDP 9600
Trying to connect to lobby (0 times, interval 10000 s)
Session changed: Practice -> Practice 0
Detected sessionPhase <waiting for drivers> -> <waiting for drivers> (Practice)
TCP connect returns: -1
==ERR: RegisterToLobby TCP connection failed, couldn't connect to the lobby serv
er
Trying to connect to lobby (1 times, interval 13000 s)
TCP connect returns: 0
Please make the ports variable and dont use onyl defaultports
game_eggs/steamcmd_servers/assetto_corsa_competizione/egg-assetto-corsa-competizione.json
Outdated
Show resolved
Hide resolved
Looks like, the parser dont parse config in |
you can parse files but then it has to start with ./ so |
;) The parser is broken since a long time. API is more important then fixing and enhance the parser |
Last time I checked the parser worked fine. Multiple files can be broken but indeed but if you only setup 1 it should work fine |
did you checked it with 2 files workin fine, also 3 file. I have an egg with 3 cfg files parsed |
The ETS2 egg uses it in that way as the config is not in the root dir and it works fine |
but with "file", not with "json" |
the yaml package used is almost 8 months old, I am havving a look at the json one. It is even used 2 times: |
this package is used |
I tried both json and file parser but it doesn't seem to work |
That's how i tried, let me know if i messed up something, i'm going crazy :/
|
if it works then it work. but normaly you should not need to specify the full path as by default the parser is in /home/container. I think it has to do with the json parer package. I updated it and used custom wings but I do not own that game and I did never spend 5 dollars so I can not claim the dedicated server for free. |
the problem is; file also dont work. Files never get touched. But i cant test it anymore, because i readded my SteamGuard again |
It doesn't work, that's why i was asking if i messed up something |
normally not. i had just tested it too and it is probably due to the parser or the server itself, because the default settings are always set |
it doesn't change anything if you change the json config by hand. you can also customize it as you like under "cfg/current", nothing changes there 😅 |
Description
I created the egg for Assetto Corsa Competizione, the server seems to start looking at the console, but when i try to change something in the server config files (name, password, slots, ecc) it simply gets ignored (doesn't work changing values with the eggs variable nor editing manually the file).
It's currently using the Wine docker from parkervcp/yolks
I hope someone can help me figure it out.
closes: #1641
Checklist for all submissions
New egg Submissions