Skip to content

Commit

Permalink
Merge pull request #40 from C1XTZ/changes
Browse files Browse the repository at this point in the history
FAQ, VotingPresetPlugin example config tweaks
  • Loading branch information
compujuckel authored Dec 23, 2024
2 parents 1a40f86 + ad50774 commit e0af717
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
10 changes: 7 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Here is a short list of which indices correspond to which spawn location for the
It is not possible to skip or have duplicate indices in `entry_list.ini`.
This means that you cannot start your entry list with `[CAR_82]` to have all cars spawn in Heiwajima, or have multiple `[CAR_0]` entries to have more than 40 cars spawn in Tatsumi.

:::

## Why am I stuck on "Initialising AI spline" during loading? {#initialising-aispline}

Your game is loading the singleplayer AI spline that is in your local game files, which is not needed for freeroam servers.
Expand Down Expand Up @@ -73,7 +75,7 @@ Remove them at your own risk.

- Navigate to the `\content\cars` folder on your server.
- Remove the `data.acd` in the folder of every car that you want to use without checksums.
- Enable MissingCarChecksums in `extra_cfg.yml` and restart the server.
- Set `MissingCarChecksums: true` in `extra_cfg.yml` and restart the server.
- If you've done everything correctly you should no longer see a `Added checksum for car_name` log message for the car you removed. If you've removed the checksum of all cars it should also log `Initialized 0 car checksums`.

</TabItem>
Expand Down Expand Up @@ -785,7 +787,8 @@ Please use the download links the authors of the content you're using provide un
}
```

- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
If the mod has no version, simply remove the `"version": "version here"` line.
![](./assets/eKKVEND.png)
Expand Down Expand Up @@ -842,7 +845,8 @@ Please use the download links the authors of the content you're using provide un
}
```

- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
If the mod has no version, simply remove the `"version": "version here"` line.
![](./assets/eKKVEND.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/VotingPresetPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ TransitionDurationSeconds: 5
Meta:
# The name that is displayed when a vote is going on or the preset is changing
Name: <Please change me>
# Is this preset part of the voting, Admins can still change to this track.
VotingEnabled: true
# Whether only admins should be able to change to this preset
AdminOnly: false
```
Place your presets in the `presets` folder, they need to include all files that would normally be inside your `cfg` folder.
Expand Down
8 changes: 6 additions & 2 deletions docs/thebeginnersguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@ You should now have the following .zip files somewhere:
- `assetto-server-win-x64.zip`
- The server preset we just packed, called something like `Tutorial Server!-X-XXXXXXXX-XXXXXX.zip`

Create a new folder and extract both of these two .zip files into it.
Create a new folder and extract the content of both .zip files into it.

**You should not have a folder named `Tutorial Server!-X-XXXXXXXX-XXXXXX` or similar in your server folder.
If you do, move its contents into the main folder.**

Your server folder should look like this:
![](./assets/guide/extract1.png)

### First launch and basic AssettoServer traffic configuration {#first-launch-traffic-basics}
Expand Down Expand Up @@ -344,7 +348,7 @@ We selected time and date settings during the preconfiguration, but what if we w
### Weather {#changing-weather}

:::caution if you want to select a weather with rain
All players will need to have a Custom Shaders Patch preview version installed to see rain.
Players joining without a Custom Shaders Patch preview version installed will not see rain.
Rain does not come with Sol or Pure. Rain is part of the paid preview versions of Custom Shaders Patch.
Purchase Custom Shaders Patch previews on [x4fabs Patreon](https://www.patreon.com/user?u=11605034).
:::
Expand Down
5 changes: 3 additions & 2 deletions versioned_docs/version-0.0.54/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Remove them at your own risk.

- Navigate to the `\content\cars` folder on your server.
- Remove the `data.acd` in the folder of every car that you want to use without checksums.
- Enable MissingCarChecksums in `extra_cfg.yml` and restart the server.
- Set `MissingCarChecksums: true` in `extra_cfg.yml` and restart the server.
- If you've done everything correctly you should no longer see a `Added checksum for car_name` log message for the car you removed. If you've removed the checksum of all cars it should also log `Initialized 0 car checksums`.

</TabItem>
Expand Down Expand Up @@ -801,7 +801,8 @@ Please use the download links the authors of the content you're using provide un
}
```

- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
- The `version` has to match the version shown in the `Author` field in the content tab of the car/track.
If the mod has no version, simply remove the `"version": "version here"` line.
![](./assets/eKKVEND.png)
Expand Down
8 changes: 6 additions & 2 deletions versioned_docs/version-0.0.54/thebeginnersguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,12 @@ You should now have the following .zip files somewhere:
- `assetto-server-win-x64.zip`
- The server preset we just packed, called something like `Tutorial Server!-X-XXXXXXXX-XXXXXX.zip`

Create a new folder and extract both of these two .zip files into it.
Create a new folder and extract the content of both .zip files into it.

**You should not have a folder named `Tutorial Server!-X-XXXXXXXX-XXXXXX` or similar in your server folder.
If you do, move its contents into the main folder.**

Your server folder should look like this:
![](./assets/guide/17.png)

### First launch and basic AssettoServer traffic configuration {#first-launch-traffic-basics}
Expand Down Expand Up @@ -306,7 +310,7 @@ So what do we do if we wanted to have a Night only server?
### Weather {#changing-weather}

:::caution if you want to select a weather with rain
All players will need to have a Custom Shaders Patch preview version installed to see rain.
Players joining without a Custom Shaders Patch preview version installed will not see rain.
Rain does not come with Sol or Pure. Rain is part of the paid preview versions of Custom Shaders Patch.
Purchase Custom Shaders Patch previews on [x4fabs Patreon](https://www.patreon.com/user?u=11605034).
:::
Expand Down

0 comments on commit e0af717

Please sign in to comment.