Skip to content

Commit

Permalink
Update CFG files for better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeepso committed Nov 6, 2024
1 parent 39fb468 commit d8c93b1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var _exitEvent = new ManualResetEvent(false);
var WebFishingGameVersion = "1.08";
int MaxPlayers = 50;
string ServerName = "Cove Dedicated Server";
string ServerName = "A Cove Dedicated Server";
string LobbyCode = new string(Enumerable.Range(0, 5).Select(_ => "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"[new Random().Next(36)]).ToArray());
bool codeOnly = true;

Expand Down
Binary file removed bin/Debug/net6.0/Facepunch.Steamworks.Win64.dll
Binary file not shown.
41 changes: 0 additions & 41 deletions bin/Debug/net6.0/WFSermver.deps.json

This file was deleted.

Binary file removed bin/Debug/net6.0/WFSermver.dll
Binary file not shown.
Binary file removed bin/Debug/net6.0/WFSermver.exe
Binary file not shown.
Binary file removed bin/Debug/net6.0/WFSermver.pdb
Binary file not shown.
9 changes: 0 additions & 9 deletions bin/Debug/net6.0/WFSermver.runtimeconfig.json

This file was deleted.

Binary file removed bin/Debug/net6.0/steam_api64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion server.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# all values here will be used on startup for your server!

# the name of the server on the server list
serverName = Always Fishing 24/7!
#serverName = A Cove Dedicated Server

# the max players that are allowed
maxPlayers = 50
Expand Down

0 comments on commit d8c93b1

Please sign in to comment.