move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.
This commit is contained in:
39
unused/tes3mp/tes3mp-config-configmap.yml
Normal file
39
unused/tes3mp/tes3mp-config-configmap.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: tes3mp-config
|
||||
namespace: tes3mp
|
||||
data:
|
||||
requiredDataFiles.json: |-
|
||||
// This file lets you enforce a certain plugin list and order for all clients
|
||||
// attempting to join this server
|
||||
//
|
||||
// By default, only the English and Russian editions of Morrowind are allowed,
|
||||
// because the German and French editions have hardcoded translations, whereas
|
||||
// the Russian edition has localization files that make it compatible with the
|
||||
// English edition
|
||||
[
|
||||
{"Morrowind.esm": ["0x7B6AF5B9","0x34282D67"]},
|
||||
{"Tribunal.esm": ["0xF481F334","0x211329EF"]},
|
||||
{"Bloodmoon.esm": ["0x43DD2132","0x9EB62F26"]},
|
||||
{"Tamriel_Data.esm": ["0x2E8EC19F"]},
|
||||
{"TR_Mainland.esm": ["0xA78714D4"]},
|
||||
{"Sky_Main.esm": ["0xE5648B71"]},
|
||||
{"Cyrodiil_Main.esm": ["0x14D56E88"]},
|
||||
{"TR_Travels.esp": ["0xC24DC7C6"]},
|
||||
{"TR_Preview.esp": ["0xB1D688B3"]},
|
||||
{"TR_Factions.esp": ["0x84C19D6F"]},
|
||||
{"Sky_Main_Grass.esp": ["0x9820BE61"]},
|
||||
{"Cyrodiil_Grass.ESP": ["0x4A3E1381"]},
|
||||
{"adamantiumarmor.esp": ["0x4DDF4A34"]},
|
||||
{"AreaEffectArrows.esp": ["0xB29A46C5"]},
|
||||
{"bcsounds.esp": ["0x7772EBC8"]},
|
||||
{"Siege at Firemoth.esp": ["0xFD12AACE"]},
|
||||
{"EBQ_Artifact.esp": ["0x4AD30387"]},
|
||||
{"entertainers.esp": ["0xCD1A732C"]},
|
||||
{"LeFemmArmor.esp": ["0xE0FDB999"]},
|
||||
{"master_index.esp": ["0xD26DFC35"]},
|
||||
{"Better Balanced Combat.esp": ["0xD85D3885"]},
|
||||
{"Better Balanced Combat - Tamriel Rebuilt Patch.esp": ["0x5C95169D"]},
|
||||
{"Better Balanced Combat - Siege at Firemoth Patch.esp": ["0x40B0572"]},
|
||||
]
|
||||
Reference in New Issue
Block a user