Author Topic: Gamemode help  (Read 596 times)

How would i make it so, Lets say i made a gamemode with a mod and wanted teams to be setup already, How would i be able to set this so the host wouldn't have to set it up themselves.

I don't think you can do this with the Mini-Game implementation in Game-modes. Sorry.

You're in luck:

Slayer v3.4 allows Game Mode makers to use Slayer in place of the BL dedicated minigame.

To use Slayer in your game mode:
  • Create a Slayer minigame and set it up the way you want it for the game mode.
  • End the minigame.
  • Go to "config/server/Slayer" and find the file called "config_last.cs".
  • Rename the file to "config_slayer.cs" and place it in GameMode_YourGameMode.zip.
  • Add the line "ADDON Gamemode_Slayer" to your gameMode.txt file.
  • Make sure that "$Minigame::Enabled 1" is not in your gameMode.txt file.