Author Topic: Map specific commands  (Read 1869 times)

0 Members and 1 Guest are viewing this topic.

Offline Otacon

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Map specific commands
« on: August 03, 2009, 06:13:40 AM »
So I am trying to make map specific commands work in my server, but for some reason it really does not make a difference. I have a .ini file called sb_gooniverse.ini which has "sv_gamemode" "spacebuild3" inside it. shouldn't that be enough? Any help is greatly appreciated

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Map specific commands
« Reply #1 on: August 03, 2009, 09:08:42 AM »
The gamemode is already set when the map-specific config loads, sorry.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Map specific commands
« Reply #2 on: August 03, 2009, 02:57:13 PM »
Otacon, you can change to a gamemode/map manually. See ulx help for the map command
Code: [Select]
o map <map> [<gamemode>] - Changes the map and gamemode (if specified). (say:!map)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Otacon

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Map specific commands
« Reply #3 on: August 03, 2009, 07:44:44 PM »
Yeah, I know about the manual command, I just wish it was automatic :P