northstar-dedicated icon indicating copy to clipboard operation
northstar-dedicated copied to clipboard

How to configure a map rotation through maps in northstar

Open jamesla opened this issue 11 months ago • 2 comments

Given the following how do I give it a set of maps to rotate through, while staying in gungame??

Currently when the map ends it switches to attrition

---
version: '3'
services:
  titanfall2-gungame:
    image: ghcr.io/pg9182/northstar-dedicated:1-tf2.0.11.0
    pull_policy: always
    environment:
      - NS_PORT=37015
      - NS_SERVER_NAME=Test
      - |
        NS_EXTRA_ARGUMENTS=
          +setplaylist private_match 
          +mp_gamemode gg
          +map mp_glitch
          +ns_should_return_to_lobby 0
          +net_compresspackets_minsize 64
          +net_compresspackets 1
          +spewlog_enable 0
          +sv_maxrate 127000
          +ns_auth_allow_insecure 1
    volumes:
      - /home/james/Titanfall2:/mnt/titanfall:ro
      - /home/james/Titanfall2/mods:/mnt/mods:ro
    ports:
      - '37015:37015/udp'

jamesla avatar Mar 08 '24 07:03 jamesla