From bc759ac324a9439fcdde3c276f1fb5a42bbb9fd5 Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 25 Mar 2026 13:51:49 +0000 Subject: [PATCH] Add descriptions to readme Descriptions for the main scripts used Signed-off-by: sem --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c1083..a580534 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # ac-server-scripts -Scripts for the Assetto Corsa server \ No newline at end of file +Scripts for the Assetto Corsa server + +# ac-server-scripts-api +This is the main webpage that is served to allow users to change the track, gamemode and cars + +# ac_cars.py +Script used to change the cars list and to get the preview images + +# ac_tracks.py +Script used to change the current track and config and to get the preview images + +# ac_gamemodes.py +Script used to change the game modes and durations \ No newline at end of file