assetto-corsa-web / acweb

Assetto Corsa Server Management Tool via Web Interface.
MIT License
58 stars 9 forks source link

Add ability to import server_cfg.ini/entry_list.ini #34

Closed vntw closed 7 years ago

vntw commented 7 years ago

Resolves #6

So, would be great to get some testers and feedback, I had to implement some more settings to get the same config values when importing and then downloading a config.

Didn't find a way to handle the file inputs via the v-model approach, only got @change to work which I also found while searching for a solution.

Unknown track/cars are ignored and not added, but displayed in an alert at the moment to make the user aware of missing content.

This is entirely done in the client, nothing is uploaded/persisted until you click 'Save'.