Move multiplayer stuff under multiplayer/ (part 1/2)
This commit is contained in:
parent
f1f2721b37
commit
032317034e
100 changed files with 17 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{themes/}
|
||||
{core/}
|
||||
{hardwired/} # Locations under here are wired into the C++
|
||||
{multiplayer/}
|
||||
{campaigns/}
|
||||
{scenario-test.cfg}
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
{core/help.cfg}
|
||||
{core/hotkeys.cfg}
|
||||
{core/items.cfg}
|
||||
{core/multiplayer.cfg}
|
||||
{core/names.cfg}
|
||||
{core/schedules.cfg}
|
||||
{core/special-notes.cfg}
|
||||
|
|
16
data/multiplayer/_main.cfg
Normal file
16
data/multiplayer/_main.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Main purpose of this file is to ensure that macros get read in first.
|
||||
[generic_multiplayer]
|
||||
id=user_map
|
||||
name= _ "User Map"
|
||||
turns=90
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
{DEFAULT_MUSIC_PLAYLIST}
|
||||
[/generic_multiplayer]
|
||||
|
||||
#ifdef MULTIPLAYER
|
||||
{multiplayer/scenarios/}
|
||||
{~scenarios/multiplayer/}
|
||||
#endif
|
||||
|
||||
{multiplayer/eras.cfg}
|
Loading…
Add table
Reference in a new issue