mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
Small Fixes to README
- Added correct anchor to wiki link on the SteamAPI library error - Added new line to top warning lines.
This commit is contained in:
parent
a066c373e5
commit
e80ee5ac8e
@ -1,5 +1,6 @@
|
|||||||
# Satisfactory
|
# Satisfactory
|
||||||
***Server version currently marked as experimental by the Satisfactory developers! Egg loads fine, but your mileage may vary in-game.***
|
***Server version currently marked as experimental by the Satisfactory developers! Egg loads fine, but your mileage may vary in-game.***
|
||||||
|
|
||||||
**Note: At this time, you can only run *one* Satisfactory server on your Pterodactyl panel. See [Server Ports](#server-ports) for more info.**
|
**Note: At this time, you can only run *one* Satisfactory server on your Pterodactyl panel. See [Server Ports](#server-ports) for more info.**
|
||||||
___
|
___
|
||||||
### Authors / Contributors
|
### Authors / Contributors
|
||||||
@ -77,7 +78,7 @@ steamclient.so: cannot open shared object file: No such file or directory
|
|||||||
[S_API] SteamAPI_Init(): Loaded '/home/container/.steam/sdk64/steamclient.so' OK. (First tried local 'steamclient.so')
|
[S_API] SteamAPI_Init(): Loaded '/home/container/.steam/sdk64/steamclient.so' OK. (First tried local 'steamclient.so')
|
||||||
LogSteamShared: Warning: Steam Dedicated Server API failed to initialize.
|
LogSteamShared: Warning: Steam Dedicated Server API failed to initialize.
|
||||||
```
|
```
|
||||||
The local file of 'steamclient.so' was attempted to be loaded, but could not because it is not present, causing the warning message. However, the backup `/home/container/.steam/sdk64/steamclient.so` is loaded successfully (this is the correct behavior according to the [Wiki](https://satisfactory.fandom.com/wiki/Dedicated_servers)).
|
The local file of 'steamclient.so' was attempted to be loaded, but could not because it is not present, causing the warning message. However, the backup `/home/container/.steam/sdk64/steamclient.so` is loaded successfully (this is the correct behavior according to the [Wiki](https://satisfactory.fandom.com/wiki/Dedicated_servers#SteamAPI_library_error)).
|
||||||
```log
|
```log
|
||||||
...Error: Couldn't find file for package...
|
...Error: Couldn't find file for package...
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user