Last active
August 19, 2019 17:42
-
-
Save e39a562r/c44261f16775df00a68a510b84aa6abd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[/Script/Mordhau.MordhauGameMode] | |
PlayerRespawnTime=0.000000 | |
BallistaRespawnTime=30.000000 | |
CatapultRespawnTime=30.000000 | |
HorseRespawnTime=0.000000 | |
DamageFactor=1.000000 | |
TeamDamageFactor=0.500000 | |
MapRotation=BerzerkerArena | |
MapRotation=Colosseum | |
MapRotation=Adamant | |
MapRotation=Duelyard | |
MapRotation=DoomfallDuelArena | |
MapRotation=ffa_Tavern | |
MapRotation=ffa_war_arena | |
MapRotation=ffa_arena | |
[/Game/Mordhau/Blueprints/GameModes/BP_DeathmatchGameMode.BP_DeathmatchGameMode_C] | |
ScoreToWin=5000 | |
[/Script/Mordhau.MordhauGameSession] | |
MaxSlots=32 | |
ServerName=台服 -社群地圖- 1 vs 1 單挑 禁亂鬥 | |
BannedPlayers=((76561198300331138, 0),(76561198864503476, 0),(76561198392901927, 0),(76561198382028278, 0),(7656119 | |
8812504840, 0),(76561198454613958, 0),(76561198145513700, 0),(76561198090970136, 0),(76561198197590885, 0),(7656119 | |
8964945498, 0),(76561198143289599, 0),(76561198147885335, 0),(76561198162359620, 0)) | |
ServerPassword= | |
Admins=76561198027717994 | |
Admins=76561198021697406 | |
Admins=76561198018479545 | |
Admins=76561198048740205 | |
Admins=76561198121880695 | |
Admins=76561198446906974 |
This file contains hidden or 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
[/Script/EngineSettings.GameMapsSettings] | |
ServerDefaultMap=/Game/Mordhau/Maps/Contraband/FFA_Contraband.FFA_Contraband | |
[/Script/OnlineSubsystemUtils.IpNetDriver] | |
NetServerMaxTickRate=120 |
This file contains hidden or 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
[/Script/Mordhau.MordhauGameMode] | |
PlayerRespawnTime=0.000000 | |
BallistaRespawnTime=30.000000 | |
CatapultRespawnTime=30.000000 | |
HorseRespawnTime=30.000000 | |
DamageFactor=1.000000 | |
TeamDamageFactor=0.500000 | |
MapRotation=FFA_Contraband | |
MapRotation=FFA_Tourney | |
[/Game/Mordhau/Blueprints/GameModes/BP_DeathmatchGameMode.BP_DeathmatchGameMode_C] | |
ScoreToWin=5000 | |
[/Script/Mordhau.MordhauGameSession] | |
MaxSlots=32 | |
ServerName=台服 1vs1 單挑 禁亂鬥 快速重生 50殺 120hz [e39a562r] | |
AdminPassword= | |
BannedPlayers=((76561198300331138, 0),(76561198864503476, 0),(76561198392901927, 0),(76561198382028278, 0),(7656119 | |
8812504840, 0),(76561198454613958, 0),(76561198145513700, 0),(76561198090970136, 0),(76561198197590885, 0),(7656119 | |
8964945498, 0),(76561198143289599, 0),(76561198147885335, 0),(76561198162359620, 0)) | |
ServerPassword= | |
Admins=76561198027717994 | |
Admins=76561198021697406 | |
Admins=76561198018479545 | |
Admins=76561198048740205 | |
Admins=76561198121880695 | |
Admins=76561198446906974 |
This file contains hidden or 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
#!/bin/sh | |
cd ~/mordhau/Mordhau/Content/Mordhau/Maps/ | |
rm -rf 2_Block | |
rm -rf Colosseum | |
rm -rf Dungeonescape | |
rm -rf Grasslands | |
rm -rf bob | |
rm -rf Adamant | |
rm -rf DiningHall | |
rm -rf Dusk | |
rm -rf Harbor | |
rm -rf Tavern | |
rm -rf BerzerkerArena | |
rm -rf DoomfallDuelArena | |
rm -rf FFA_Arena | |
rm -rf Kingsfall | |
rm -rf ThunderDome | |
rm -rf Cistern | |
rm -rf Duelyard | |
rm -rf FFA_Middleton | |
rm -rf Overgrown | |
rm -rf WarArena | |
git clone https://github.com/MordhauMappingModding/MapsFiles.git | |
unzip MapsFiles/2_Block.zip | |
unzip MapsFiles/Colosseum.zip | |
unzip MapsFiles/Dungeonescape.zip | |
unzip MapsFiles/Grasslands.zip | |
unzip MapsFiles/bob.zip | |
unzip MapsFiles/Adamant.zip | |
unzip MapsFiles/DiningHall.zip | |
unzip MapsFiles/Dusk.zip | |
unzip MapsFiles/Harbor.zip | |
unzip MapsFiles/Tavern.zip | |
unzip MapsFiles/BerzerkerArena.zip | |
unzip MapsFiles/DoomfallDuelArena.zip | |
unzip MapsFiles/FFA_Arena.zip | |
unzip MapsFiles/Kingsfall.zip | |
unzip MapsFiles/ThunderDome.zip | |
unzip MapsFiles/Cistern.zip | |
unzip MapsFiles/Duelyard.zip | |
unzip MapsFiles/FFA_Middleton.zip | |
unzip MapsFiles/Overgrown.zip | |
unzip MapsFiles/WarArena.zip | |
rm -rf MapsFiles | |
cd ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment