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
| #Mod_Priority,#Mod_Status,#Mod_Name | |
| "0000","+","1- Audio_separator" | |
| "0001","+","2- Main Menu Theme - Deathcard Cabin - Grokitach" | |
| "0002","+","3- Soundscape Overhaul - Solarint" | |
| "0003","+","REPACK PSEUDOGIANT 1.7" | |
| "0004","+","4- Injury Audio Extended - DesmanMetzger" | |
| "0005","+","5- Anomaly Radio Extended - DesmanMetzger" | |
| "0006","+","6- EFT Aim Rattle - Qudix" | |
| "0007","+","7- EFT Jump and Land SFX - HarukaSai" | |
| "0008","+","8- Better Merc voicelines - YankeeGolf" |
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
| function SpawnRegions() | |
| return { | |
| { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" }, | |
| { name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" }, | |
| { name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" }, | |
| { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" }, | |
| { name = "A farm house", file = "media/maps/Farm house/spawnpoints.lua" }, | |
| { name = "Ashenwood", file = "media/maps/Ashenwood/spawnpoints.lua" }, | |
| { name = "Bedford Falls", file = "media/maps/BedfordFalls/spawnpoints.lua" }, | |
| { name = "Betsy's Farm", file = "media/maps/betsysfarm/spawnpoints.lua" }, |
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
| SandboxVars = { | |
| VERSION = 5, | |
| -- Эта опция изменяет «Население в мультиплеере». По умолчанию - Нормальное | |
| -- 1 = Сумасшедшее | |
| -- 2 = Очень много | |
| -- 3 = Высокое | |
| -- 4 = Нормальное | |
| -- 5 = Низкое | |
| Zombies = 3, | |
| -- По умолчанию - Населённые пункты |
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
| # Игроки могут атаковать других игроков. | |
| PVP=false | |
| # Мировое время в игре остановится, если на сервере отсутствуют игроки. | |
| PauseEmpty=true | |
| # Переключение глобального чата вкл или выкл. | |
| GlobalChat=true | |
| ChatStreams=s,r,a,w,y,sh,f,all |
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
| #Original author pheyna | |
| import os as os | |
| #set the path using this formatting to the workshop content folder. this is the default | |
| path = 'F:/SteamLibrary/steamapps/workshop/content/108600' | |
| #initialize variables | |
| WorkshopItemList = (os.listdir(path)) | |
| WorkshopItems = "WorkshopItems=" | |
| ModIds = "Mods=" |
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
| function SpawnRegions() | |
| return { | |
| { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" }, | |
| { name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" }, | |
| { name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" }, | |
| { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" }, | |
| { name = "A farm house", file = "media/maps/Farm house/spawnpoints.lua" }, | |
| { name = "Ashenwood", file = "media/maps/Ashenwood/spawnpoints.lua" }, | |
| { name = "Bedford Falls", file = "media/maps/BedfordFalls/spawnpoints.lua" }, | |
| { name = "Betsy's Farm", file = "media/maps/betsysfarm/spawnpoints.lua" }, |
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
| # Введите ID загружаемого мода здесь. Его можно найти в \Steam\steamapps\workshop\modID\mods\названиеМода\info.txt | |
| Mods=Muldraugh-Westoutskirts ShippingCo;Diederiks Tile Palooza;tkTiles_01;DylansTiles;Cookie_Tiles;GreensTiles;melos_tiles_for_miles_pack;OujinjinTiles;simonMDsTiles;SkizotsTiles;hopewell_eng_orig;FantaStreetTiles_01;AddamsMansion;PertsPartyTiles;TryhonestyTiles;Ashenwood;DJBetsysFarm;BBL;Blackwood;Breakpoint;CONRTF;CedarHill;EN_Newburbs;Chernaville;Chestown;Chinatown;Chinatown expansion;CorOTRroad;DeadinHongKong;EVAC_Muldraugh;EdsAutoSalvage;Elysium_Island;FarmHouseMatrioshka;ForestRangerHideaway01;Fort_Boonesborough;FortKnoxLinked;EerieCountry;FortKnoxRoad;BedfordFalls;FORTREDSTONE;Fort Rock Ridge;Grapeseed;Heavens Hill;Greenleaf;Greenport;Hilltop;Myhometown;Hopefalls;KingsmouthKY;lakeivytownship;Lalafell's Heart Lake Town;Lande Desolate Camping;LittleTownship;HouseLakeMatrioshka;Louisville_River_Marina;Louisville_Riverboat;MRE;McCoysBunker;military fuel depot;Muldraugh Fire Department;Nettle T |
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
| # Игроки могут атаковать других игроков. | |
| PVP=false | |
| # Мировое время в игре остановится, если на сервере отсутствуют игроки. | |
| PauseEmpty=true | |
| # Переключение глобального чата вкл или выкл. | |
| GlobalChat=true | |
| ChatStreams=s,r,a,w,y,sh,f,all |
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
| VERSION=1 | |
| [BoTB Collection SERVER] | |
| WorkshopItems=2694448564;2982070344;2950902979;3044609444;2896041179;2926455909;2200148440;2898603426;3008448748;2986578314;2901552077;2966176354;2732662310;2447729538;2463184726;3041733782;2761200458;2726792138;2878374713;2392709985;2778576730;2913634132;3026723485;2991201484;2937786633;2873290424;2913633066;2818847163;2886832257;2968610351;2811383142;2805630347;2887238788;2469388752;2870394916;2964003061;2566953935;2867498750;2489148104;2886832936;2516123638;2522173579;3034636011;2886833398;2932549988;2441990998;2443275640;2942793445;2922441474;2409333430;2642541073;2846036306;2897390033;2971246021;2457212020;2985092333;3022284904;2592358528;2282429356;2850439818;2984487137;2984482062;2636100523;2792425535;2286124931;2936196344;3017381029;1962761540;2781774668;2992829394;2214877631;2965943353;2794684100;2934621024;2904920097;2786689104;2648152698;2645975408;2868828908;2866258937;2651600962;2937651968;2169435993;2945221351;2902103794;2487022075;2366717227;2529746725;2629074 |
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
| VERSION=2 | |
| mmHidden:69mini_MrBean;69mini_PitbullSpecial;82jeepJ10LFS;86fordE150LFS;86fordE150dnd;86fordE150mm;86fordE150pd;ATA_Jeep_x10;ATA_Jeep_x2;ATA_Jeep_x4;AmmoMaker;Arsenal(26)GunFighter;AuthenticZBackpacks+;AuthenticZLite;IT_all the mods;ImmersiveHunting10YL;ImprovedProjectile;ImprovedProjectileAddon;ImprovedProjectileVanilla;LastPushTrait12Points;LastPushTrait16Points;LastPushTrait18Points;LastPushTrait20Points;ModTemplate;MonmouthCountyTributeLegacy;PictureThisNoOverlay;SCKCOZoning;SM4Boots3DVANILLA;SM4BootsExpandedFlatshoes;SM4BootsExpandedVanClothes;SimpleRetexturesFemaleNude;SimpleRetexturesMaleNude;UncleRedsBunker;VisibleHolster_rexexture;WPA;WaterDispenserDisabler;WolfExtractionQuest;hopewell_eng_zombies;mrnvsbhltrvn;mrnvsbhltwc;newcontainers;rbrA | |
| ShershSOLO:Muldraugh-Westoutskirts ShippingCo;Diederiks Tile Palooza;tkTiles_01;DylansTiles;Cookie_Tiles;GreensTiles;melos_tiles_for_miles_pack;OujinjinTiles;simonMDsTiles;SkizotsTiles;hopewell_eng_orig;FantaStreetTiles_01;AddamsMansion;PertsPartyTiles;T |