Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure a map rotation through maps in northstar #103

Open
jamesla opened this issue Mar 8, 2024 · 2 comments
Open

How to configure a map rotation through maps in northstar #103

jamesla opened this issue Mar 8, 2024 · 2 comments

Comments

@jamesla
Copy link

jamesla commented Mar 8, 2024

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
Copy link
Author

jamesla commented Mar 11, 2024

bump @GeckoEidechse ☝️

@GeckoEidechse
Copy link
Collaborator

Sorry, forgot to respond to this. I think the most common approach to achieve a specific map rotation is to use the MapSelect mod from Thunderstore.

+map only specifies the initial map, after that it follows rotation specified in the playlist. No clue why it jumped to Attrition as the gamemode for you though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants