mirror of
https://github.com/two-torial/two-torial.git
synced 2026-09-11 23:15:18 -05:00
Final touches
This commit is contained in:
@@ -58,8 +58,6 @@
|
||||
|
||||
## Installing segatools
|
||||
|
||||
!!! tip ""
|
||||
|
||||
--8<-- "docs/snippets/sega/common/segatools_install.md"
|
||||
- Find `chusan.zip` and extract it to your data's `App\bin` folder
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
!!! tip ""
|
||||
|
||||
- Right-click on the volume setting in your taskbar and select `Sounds`.
|
||||
- Navigate to the `Playback` tab, right click on your default audio device, and click on `Properties`.
|
||||
- Go to the `Advanced` tab.
|
||||
- Check both boxes under `Exclusive Mode`.
|
||||
- Open the `Default Format` dropdown.
|
||||
- Pick either `16 bit, 48000Hz (DVD Quality)` or `24 bit, 48000Hz (Studio Quality)`, click `Apply`, then `OK`.
|
||||
- Right-click on the volume setting in your taskbar and select `Sounds`
|
||||
- Navigate to the `Playback` tab, right click on your default audio device, and click on `Properties`
|
||||
- Go to the `Advanced` tab
|
||||
- Check both boxes under `Exclusive Mode`
|
||||
- Open the `Default Format` dropdown
|
||||
- Pick either `16 bit, 48000Hz (DVD Quality)` or `24 bit, 48000Hz (Studio Quality)`, click `Apply`, then `OK`
|
||||
|
||||
<img src="/img/common/audio_16_48.webp">
|
||||
@@ -1,24 +1,25 @@
|
||||
??? tip "Option 1: Remote (Online Network)"
|
||||
|
||||
Head to the `[dns]` section inside `segatools.ini`. Set `default` to the address
|
||||
provided by your network. **Do not add `http://` or `https://` to the address!**
|
||||
- Head to the `[dns]` section inside `segatools.ini`
|
||||
- Set `default` to the address provided by your network
|
||||
**Do not add `http://` or `https://` to the address!**
|
||||
|
||||
```ini
|
||||
[dns]
|
||||
default=network.example
|
||||
```
|
||||
|
||||
Then, head to the `[keychip]` section and add & set `id` to the keychip ID provided by your network:
|
||||
- Then, head to the `[keychip]` section and add & set `id` to the keychip ID provided by your network
|
||||
**Do not change the subnet from its default unless told to by your network!**
|
||||
|
||||
```ini
|
||||
[keychip]
|
||||
subnet=192.168.139.0
|
||||
subnet=192.168.XXX.XXX
|
||||
id=A69E-XXXXXXXXXXX
|
||||
```
|
||||
|
||||
Finally, you need a card number. Create a file named `aime.txt` inside `App\bin\DEVICE` and type in
|
||||
your 20-digit access code if you already have one, or make one up if you don't. If you're making one
|
||||
up, the access code **MUST NOT** start with a 3.
|
||||
- Create a file named `aime.txt` inside `App\bin\DEVICE` and type in a 20-digit access code
|
||||
If you don't already have one, simply make one up, just know **it must not start with the number 3!**
|
||||
|
||||
```
|
||||
📄aime.txt
|
||||
|
||||
Reference in New Issue
Block a user