-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78f9bcf
commit c31b08b
Showing
8 changed files
with
96 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,22 @@ | ||
# Garry's Mod Server Launcher GUI With Console Support | ||
This is meant to act as a replacement launcher for hosts who want to use the full console while also wanting to choose the map the server starts on, since the normal server GUI doesn't include that feature. | ||
This is a replacement launcher for hosts who want to use the server's console mode while also wanting the full options that the normal GUI provides. | ||
|
||
![](https://raw.githubusercontent.com/LambdaGaming/GMod-Server-Launcher-Console/master/reference.PNG) | ||
|
||
## Features: | ||
<ul> | ||
<li>Prompts the user to select the file path that contains the server exe if the path is not found.</li> | ||
<li>Console mode toggle. Disables all other options if disabled since the main server GUI will take over at that point and ignore all launch arguments.</li> | ||
<li>Map selection that gets the names of maps inside the garrymod/maps server folder.</li> | ||
<li>Support for the new Steam server tokens requirement so the server isn't stuck at the bottom of the server browser.</li> | ||
<li>Gamemode selection that gets the names of gamemodes inside the garrysmod/gamemodes server folder.</li> | ||
<li>LAN mode toggle.</li> | ||
<li>Max players selection.</li> | ||
<li>Password option.</li> | ||
<li>All settings mentioned above are saved when the app closes and will be automatically set when the app is reopened.</li> | ||
</ul> | ||
- Prompts the user to select the file path that contains the server exe if the path is not found. | ||
- Console mode toggle. Disables all other options if disabled since the main server GUI will take over at that point and ignore all launch arguments. | ||
- Map selection that gets the names of maps inside the garrymod/maps server folder. The map name can also be manually entered into the text box if the map is in a different location. | ||
- Support for the new Steam server tokens requirement so the server isn't stuck at the bottom of the server browser. | ||
- Gamemode selection that gets the names of gamemodes inside the garrysmod/gamemodes server folder. | ||
- LAN mode toggle. | ||
- Max players selection. | ||
- Password option. | ||
- Steam workshop collection option. | ||
- All settings mentioned above are saved when the program closes and will be automatically set when the program is reopened. | ||
|
||
## Working with more than one server: | ||
If you need this program to run more than one server, you can copy the exe and rename it to something else to generate a new config, allowing you to basically have an unlimited number of configs for the same program. | ||
|
||
## Extra Builds: | ||
I have a separate repository for the launchers that I personally use. These are not very customizable and the the configs are all hard-coded, but feel free to use them if you'd like. [Click here to go to the repository.](https://github.com/LambdaGaming/GMod-Server-Launcher-Console-Extra) | ||
If you need this program to run more than one server, you can copy the exe and rename it to something else to generate a new config. | ||
|
||
# Issues & Pull Requests | ||
If you would like to contribute to this repository by creating an issue or pull request, please refer to the [contributing guidelines.](https://lambdagaming.github.io/contributing.html) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.