Mapcycle fix. New banner.
This commit is contained in:
12
README.md
12
README.md
@@ -20,12 +20,11 @@ This project is a fork of: [artkirienko/hlds-docker-dproto](https://github.com/a
|
||||
|
||||
#### Docker Hub Image
|
||||
|
||||
The latest image of this repo is available in docker hub. As pushing to main builds and publish the new image:
|
||||
[josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server)
|
||||
|
||||
The latest image of this repo is available in docker hub [josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server) 🐋
|
||||
|
||||
```bash
|
||||
# To quickly run this image
|
||||
docker run -it --rm -d --name hl-server -p27015:27015 -p27015:27015/udp jjsalinas/hl-server +map crossfire +maxplayers 12
|
||||
# To quickly run the image
|
||||
docker run -it --rm -d --name hl-server -p27015:27015 -p27015:27015/udp josejsalinas/hl-server +map crossfire +maxplayers 12
|
||||
```
|
||||
|
||||
#### Locally
|
||||
@@ -88,5 +87,6 @@ to `valve/config/server.cfg` of this project and mount the directory as volume
|
||||
to `/opt/steam/hlds/valve/config` by running:
|
||||
|
||||
```bash
|
||||
docker run -it --rm -d -p27015:27015 -p27015:27015/udp -v $(pwd)/valve/config:/opt/steam/hlds/valve/config hl-server
|
||||
# Using docker hub image
|
||||
docker run -it --rm -d -p27015:27015 -p27015:27015/udp -v $(pwd)/valve/config:/opt/steam/hlds/valve/config josejsalinas/hl-server
|
||||
```
|
||||
|
||||
BIN
banner.png
BIN
banner.png
Binary file not shown.
|
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 641 KiB |
@@ -10,3 +10,10 @@ echo "# Example:"
|
||||
echo "# docker run -it --rm -d -p27015:27015 -p27015:27015/udp \"
|
||||
echo "# -v $(pwd)/valve/config:/opt/steam/hlds/valve/config artkirienko/hlds"
|
||||
echo "########################################################################"
|
||||
|
||||
// hostname "Half Life"
|
||||
// maxplayers 12
|
||||
|
||||
// // password
|
||||
// password 1
|
||||
// vs_password YOURPASSWORD
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
crossfire
|
||||
bounce
|
||||
datacore
|
||||
frenzy
|
||||
gasworks
|
||||
lambda_bunker
|
||||
rapidcore
|
||||
snark_pit
|
||||
stalkyard
|
||||
subtransit
|
||||
undertow
|
||||
boot_camp
|
||||
crossfire
|
||||
crossfire
|
||||
crossfire
|
||||
|
||||
12
valve/mapcycle_backup.txt
Normal file
12
valve/mapcycle_backup.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
crossfire
|
||||
bounce
|
||||
datacore
|
||||
frenzy
|
||||
gasworks
|
||||
lambda_bunker
|
||||
rapidcore
|
||||
snark_pit
|
||||
stalkyard
|
||||
subtransit
|
||||
undertow
|
||||
boot_camp
|
||||
Reference in New Issue
Block a user