-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# crawler_arena | ||
|
||
This is a mindustry gamemode plugin for the crawler arena gamemode - players will fight off waves of crawlers. Before using, take note that the enemies have no pathfinding and will only go to players in a straight line, so use a flat open map, preferably without deepwater. Also make sure that the very middle of the map and map edges are unobstructed for enemies and players to spawn. If there's any issues with the plugin, try doing `rules add canGameOver false` and `rules add unitCap 100`. | ||
This is a mindustry gamemode plugin for the crawler arena gamemode - players will fight off waves of crawlers. Before using, take note that the enemies have no pathfinding and will only go to players in a straight line, so use a flat open map, preferably without deepwater. Also make sure that the very middle of the map and map edges are unobstructed for enemies (near edge) and players (near middle) to spawn. If there's any issues with the plugin, try doing `rules add canGameOver false` and `rules add unitCap 100`. |