diff --git a/playbooks/tasks/game/zomboid.yml b/playbooks/tasks/game/zomboid.yml index a117679..bb0e3e9 100644 --- a/playbooks/tasks/game/zomboid.yml +++ b/playbooks/tasks/game/zomboid.yml @@ -7,13 +7,18 @@ image: renegademaster/zomboid-dedicated-server:1.6.0 restart_policy: unless-stopped pull: yes + user: "1522:1522" env: ADMIN_USERNAME: "Salt" ADMIN_PASSWORD: "SuperMegaDicks" MAX_PLAYERS: "8" MAP_NAMES: "vehicle_interior;Muldraugh, KY" - MOD_NAMES: "DRAW_ON_MAP;BB_CommonSense;MapLegendUI;BetterSortCC;VISIBLE_BACKPACK_BACKGROUND;MapSymbolSizeSlider;Lingering Voices;FRUsedCars;FRUsedCarsNLF;RV_Interior_MP;SkillRecoveryJournal;MoreDescriptionForTraits4166;MinimalDisplayBars;EQUIPMENT_UI;manageContainers;CombatText;MiniHealthPanel;MoreCLR_desc4mood;BoredomTweaks;modoptions;ShowBulbCondition;BulbMechanics;AutoMechanics;AutoSewing;P4HasBeenRead;coavinsfirearms" - MOD_WORKSHOP_IDS: "2804531012;2875848298;2710167561;2313387159;2808679062;2734705913;2874678809;1510950729;2822286426;2503622437;2685168362;2004998206;2950902979;2650547917;2286124931;2866258937;2763647806;2725360009;2169435993;2964435557;2778537451;2588598892;2584991527;2544353492;2847408431" + # Generating this list by hand is asinine + # Go here: https://pzidgrabber.com/ + # Use this: https://steamcommunity.com/sharedfiles/filedetails/?id=3145884377 + # Add mods to that collection if you want to add them here, then regen these two fields. + MOD_NAMES: "coavinsfirearms;coavinssupport1;coavinssupport2;coavinssupport3;coavinssupport4;P4HasBeenRead;AutoSewing;AutoMechanics;BulbMechanics;ShowBulbCondition;modoptions;BoredomTweaks;MoreCLR_desc4mood;MiniHealthPanel;MiniHealthPanel;CombatText;manageContainers;EQUIPMENT_UI;MinimalDisplayBars;ModManager;MoreDescriptionForTraits4166;SkillRecoveryJournal;RV_Interior_MP;RV_Interior_Vanilla;FRUsedCars;FRUsedCarsFT;FRUsedCarsNLF;FRUsedCarsNRN;Lingering;MapSymbolSizeSlider;VISIBLE_BACKPACK_BACKGROUND;BetterSortCC;MapLegendUI;BB_CommonSense;DRAW_ON_MAP" + MOD_WORKSHOP_IDS: "2847408431;2544353492;2584991527;2588598892;2778537451;2964435557;2169435993;2725360009;2763647806;2866258937;2286124931;2650547917;2950902979;2004998206;2694448564;2685168362;2503622437;2822286426;1510950729;2874678809;2734705913;2808679062;2313387159;2710167561;2875848298;2804531012" RCON_PASSWORD: "SuperMegaDicks" SERVER_NAME: "The Salty Spitoon" SERVER_PASSWORD: "dicks"