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
|
#### Docker Hub Image
|
||||||
|
|
||||||
The latest image of this repo is available in docker hub. As pushing to main builds and publish the new image:
|
The latest image of this repo is available in docker hub [josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server) 🐋
|
||||||
[josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# To quickly run this image
|
# To quickly run the image
|
||||||
docker run -it --rm -d --name hl-server -p27015:27015 -p27015:27015/udp jjsalinas/hl-server +map crossfire +maxplayers 12
|
docker run -it --rm -d --name hl-server -p27015:27015 -p27015:27015/udp josejsalinas/hl-server +map crossfire +maxplayers 12
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Locally
|
#### 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:
|
to `/opt/steam/hlds/valve/config` by running:
|
||||||
|
|
||||||
```bash
|
```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 "# docker run -it --rm -d -p27015:27015 -p27015:27015/udp \"
|
||||||
echo "# -v $(pwd)/valve/config:/opt/steam/hlds/valve/config artkirienko/hlds"
|
echo "# -v $(pwd)/valve/config:/opt/steam/hlds/valve/config artkirienko/hlds"
|
||||||
echo "########################################################################"
|
echo "########################################################################"
|
||||||
|
|
||||||
|
// hostname "Half Life"
|
||||||
|
// maxplayers 12
|
||||||
|
|
||||||
|
// // password
|
||||||
|
// password 1
|
||||||
|
// vs_password YOURPASSWORD
|
||||||
|
|||||||
@@ -1,12 +1,4 @@
|
|||||||
crossfire
|
crossfire
|
||||||
bounce
|
crossfire
|
||||||
datacore
|
crossfire
|
||||||
frenzy
|
crossfire
|
||||||
gasworks
|
|
||||||
lambda_bunker
|
|
||||||
rapidcore
|
|
||||||
snark_pit
|
|
||||||
stalkyard
|
|
||||||
subtransit
|
|
||||||
undertow
|
|
||||||
boot_camp
|
|
||||||
|
|||||||
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