Skip to content

Commit

Permalink
Merge Missouri.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Feb 28, 2024
2 parents 6bb96bd + 0fd20f2 commit 8a2839b
Show file tree
Hide file tree
Showing 16 changed files with 55,974 additions and 1 deletion.
444 changes: 444 additions & 0 deletions variants/beta/gatewaywest/bindata.go

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions variants/beta/gatewaywest/gatewaywest.go

Large diffs are not rendered by default.

94 changes: 94 additions & 0 deletions variants/beta/gatewaywest/svg/army.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,501 changes: 10,501 additions & 0 deletions variants/beta/gatewaywest/svg/chickasaw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions variants/beta/gatewaywest/svg/fleet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,510 changes: 3,510 additions & 0 deletions variants/beta/gatewaywest/svg/gatewaywestmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,857 changes: 6,857 additions & 0 deletions variants/beta/gatewaywest/svg/illini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,473 changes: 7,473 additions & 0 deletions variants/beta/gatewaywest/svg/ioway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,848 changes: 6,848 additions & 0 deletions variants/beta/gatewaywest/svg/missouria.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,474 changes: 5,474 additions & 0 deletions variants/beta/gatewaywest/svg/osage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,188 changes: 5,188 additions & 0 deletions variants/beta/gatewaywest/svg/otoe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,449 changes: 5,449 additions & 0 deletions variants/beta/gatewaywest/svg/quapaw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions variants/generator/archive/gatewaywest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# The first year of the game
START_YEAR: 1826
# The starting units
START_UNITS:
Oto:
Army: ['Platte', 'Nishnabotna']
Fleet: ['Clay']
Missouria:
Army: ['Jackson']
Fleet: ['Saline', 'Lafayette']
Chickasaw:
Army: ['Scott', 'St. Francis']
Fleet: ['New Madrid']
Quapaw:
Army: ['Wayne', 'Butler', 'Black']
Osage:
Army: ['Osage', 'Ozark', 'Cole']
Illini:
Army: ['St. Louis', 'Lincoln']
Fleet: ['St. Charles']
Ioway:
Army: ['Grand', 'North Grand', 'Musse']
# Abbreviations that should be used (rather than letting the script try to guess an abbreviation).
ABBREVIATIONS:
'South Central Mississippi River': 'scp'
# Overrides to swap centers. This only needs to contain something if the greedy algorithm fails.
CENTER_OVERRIDES: [
["South Mississippi River", "Scott"],
]
# Overrides to swap region names. This only needs to contain something if the greedy algorithm fails.
REGION_OVERRIDES: [
["Scott", "South Mississippi River"],
["Illinois", "South East Missouri River"],
["Illinois", "St. Louis"],
]
3,570 changes: 3,570 additions & 0 deletions variants/generator/archive/gatewaywest_input.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion variants/generator/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from string import Template

# The name of the variant
VARIANT = 'ThreeKingdoms'
VARIANT = 'GatewayWest'

# Set to true to create an output map where it's easier to check the regions and centers have the right ids.
OVERRIDE_CHECK_MODE = False
Expand Down
2 changes: 2 additions & 0 deletions variants/variants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package variants

import (
"github.com/zond/godip/variants/beta/gatewaywest"
"github.com/zond/godip/variants/classicalcrowded"
"github.com/zond/godip/variants/beta/threekingdoms"
"github.com/zond/godip/variants/ancientmediterranean"
Expand Down Expand Up @@ -35,6 +36,7 @@ func init() {
var Variants = map[string]common.Variant{}

var OrderedVariants = []common.Variant{
gatewaywest.GatewayWestVariant,
classicalcrowded.ClassicalCrowdedVariant,
threekingdoms.ThreeKingdomsVariant,
ancientmediterranean.AncientMediterraneanVariant,
Expand Down

0 comments on commit 8a2839b

Please sign in to comment.