Ano
December 29, 2018, 7:50am
1
How do you use the hosting? I’m making a server. It will be a Arena Server, I’ll make a post on it so people can join it!
Ano
December 30, 2018, 3:41am
3
Do you also know how to make the server have the arena gamemode?
iirc you set it up normally like the tutorials say then you add the arena.py script file to the scripts folder and change game mode to arena in the config file
# READ THE INSTRUCTIONS BELOW BEFORE YOU ASK QUESTIONS
# Arena game mode written by Yourself
# A game of team survival. The last team standing scores a point.
# A map that uses arena needs to be modified to have a starting area for
# each team. A starting area is enclosed and has a gate on it. Each block of a
# gate must have the EXACT same color to work properly. Between each rounds,
# the gate is rebuilt. The gates are destroyed simultaneously at the start of each
# round, releasing the players onto the map. Players are free to switch weapons
# between rounds.
# Spawn locations and gate locations MUST be present in the map metadata (map txt file)
# for arena to work properly.
# Spawn locations for the green team are set by using the data from the 'arena_green_spawn'
# tuple in the extensions dictionary. Likewise, the blue spawn is set with the 'arena_blue_spawn'
# key.
# The locations of gates is also determined in the map metadata. 'arena_gates' is a
This file has been truncated. show original
Made a pre-configured arena setup for piqueserver. If you have some Linux experience you can get up and running pretty fast.