Administration - Jeryia/StarD-Ares GitHub Wiki

Administration

Things to note

  • If you are in the admin.txt file. You have special privileges in Ares. The game will not assign you to a faction and you will not trigger any actions in Ares like normal players do. This is to allow you to freely move around and well administer the game. You are considered out of scope to the game.
  • After every game all player created entities are destroyed

Configuration

The main configuration file is located in the Ares plugin folder called ares.cfg. If you used a regular install of StarD and installed Ares, this will be located in /var/starmade/stard/plugins/Ares/ares.cfg. Comments should be above each entry telling you what the entry does. Here's a sample:

[General]
# Automatically stards a new game on the completion of the last one.
autostart=1
# Does nothing at this time
team_selection=round_robin
# Number of teams (don't mess with this unless you know what your doing
team_number=2
# Number of crdits per second to give players multiplied by the value of the stations they own
credit_multiplier=20000
# does nothing at this time
reset_universe_each_game=0
# default map to begin new games with
default_map=junkyard
# how often the deamon polls the server for information
poll_time=15
# Minumum non admin player required to start a game
min_players=4
# Time (in minutes) to give players before the game 
# starts (so they can upload blueprints, stragegize, whatever.
player_prep_time=5
# Center of the map (this needs to be the center of a system or things get crazy)
map_center=8 8 8
# Time in seconds that it takes to capture a capturable station
capture_time=30
# Credits player start with.
starting_credits=5000000

Maps

All maps are located inside the Maps folder in /var/starmade/stard/plugins/Ares/Maps. The default game comes with 3 maps: junkyard, tug_of_war, and ring_of_fire. For Information on creating your own maps or modifying existing ones, please see Map Creation