forked from Hay1tsme/segatools
renamed start.bat to launch.bat
This commit is contained in:
@ -44,7 +44,7 @@ option=../../option
|
||||
1. In the `[dns]` section, set `default=` to your computer's hostname or LAN IP. Do not put
|
||||
`127.0.0.1` here, the game specifically checks for and rejects loopback addresses. This setting
|
||||
controls the address of the network services server
|
||||
1. Right click `start.bat` in `app/bin` and run it as Administrator. I think you need to run it as
|
||||
1. Right click `launch.bat` in `app/bin` and run it as Administrator. I think you need to run it as
|
||||
admin at least once, but once you have done that you can run the game as a regular user
|
||||
1. A sequence of several start-up screens will be displayed. You should also see a bunch of debug
|
||||
output in a command line window; if you're seeing hex dumps here then that's a good sign. There
|
||||
|
@ -11,7 +11,7 @@ The default file path for config file is `./segatools.ini`.
|
||||
|
||||
You can modify environment variable `SEGATOOLS_CONFIG_PATH` to another path.
|
||||
|
||||
For example, You can have another `start.bat` with following code in it,
|
||||
For example, You can have another `launch.bat` with following code in it,
|
||||
Then you can copy `segatools.ini` to `another_config.ini` but with different dns host in it
|
||||
```bat
|
||||
set SEGATOOLS_CONFIG_PATH=.\another_config.ini
|
||||
|
@ -65,7 +65,7 @@ felicaGen=0
|
||||
and fill it with 20 digits, for example `01234567891234567890`. Make sure to
|
||||
save the file.
|
||||
|
||||
1. Right click `start.bat` in `package` and run it as Administrator. After the
|
||||
1. Right click `launch.bat` in `package` and run it as Administrator. After the
|
||||
first run you may be able to run the game as a normal user.
|
||||
1. Once you're at the title screen, press 2 or 3 a few times to add some
|
||||
credits, then _hold_ the Enter key for a few seconds to scan a card and start
|
||||
|
Reference in New Issue
Block a user