From 7279c59c9312d0755d28545c02f5a8bae3c5407c Mon Sep 17 00:00:00 2001 From: EnAppelsin <39798849+EnAppelsin@users.noreply.github.com> Date: Tue, 7 Aug 2018 21:09:04 +0100 Subject: [PATCH 1/2] Add custom car setting to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fce362..27b0ceb 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ If this is checked, the model scale for any character in a car will be randomise Off by default. If this is checked, car sounds (horns, engine, etc) will be randomised. If the car has an overlay (phone ringing, ice cream, etc) these are randomised too. +#### Enable custom cars +Off by default. +If this is checked, include additional custom cars in the randomiser. +*Adding additional cars requires extra work, detailed in [this documentation](CustomCars.md)* #### Random pedestrians On by default. If this is checked, pedestrians, drivers and ambient characters will be randomised per level load. From 0af4610cb187623c5291a8a3f4de30dbeb529a6a Mon Sep 17 00:00:00 2001 From: EnAppelsin <39798849+EnAppelsin@users.noreply.github.com> Date: Tue, 7 Aug 2018 21:10:26 +0100 Subject: [PATCH 2/2] Fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27b0ceb..c8ead57 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Off by default. If this is checked, car sounds (horns, engine, etc) will be randomised. If the car has an overlay (phone ringing, ice cream, etc) these are randomised too. #### Enable custom cars -Off by default. -If this is checked, include additional custom cars in the randomiser. +Off by default. +If this is checked, include additional custom cars in the randomiser. *Adding additional cars requires extra work, detailed in [this documentation](CustomCars.md)* #### Random pedestrians On by default.