Removed unnecessary files and updated Always On Server mod.

This commit removes unused files from old mod version and updates files for the Always On Server mod. The variables in the config.json have been replaced with environmental variables for processing via the docker compose file.
This commit is contained in:
Hunter Cavazos 2024-05-03 10:36:19 -04:00
parent 115e79f240
commit c638423abb
8 changed files with 34 additions and 48 deletions

Binary file not shown.

View File

@ -1 +0,0 @@
GFP9KJ8QNPZ1

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
</configuration>

View File

@ -1,28 +1,28 @@
{
"serverHotKey": "${ALWAYS_ON_SERVER_HOTKEY}",
"profitmargin": "${ALWAYS_ON_SERVER_PROFIT_MARGIN}",
"upgradeHouse": "${ALWAYS_ON_SERVER_UPGRADE_HOUSE}",
"petname": "${ALWAYS_ON_SERVER_PET_NAME}",
"farmcavechoicemushrooms": "${ALWAYS_ON_SERVER_FARM_CAVE_CHOICE_MUSHROOMS}",
"communitycenterrun": "${ALWAYS_ON_SERVER_COMMUNITY_CENTER_RUN}",
"timeOfDayToSleep": "${ALWAYS_ON_SERVER_TIME_OF_DAY_TO_SLEEP}",
"lockPlayerChests": "${ALWAYS_ON_SERVER_LOCK_PLAYER_CHESTS}",
"clientsCanPause": "${ALWAYS_ON_SERVER_CLIENTS_CAN_PAUSE}",
"copyInviteCodeToClipboard": "${ALWAYS_ON_SERVER_COPY_INVITE_CODE_TO_CLIPBOARD}",
"festivalsOn": "${ALWAYS_ON_SERVER_FESTIVALS_ON}",
"eggHuntCountDownConfig": "${ALWAYS_ON_SERVER_EGG_HUNT_COUNT_DOWN}",
"flowerDanceCountDownConfig": "${ALWAYS_ON_SERVER_FLOWER_DANCE_COUNT_DOWN}",
"luauSoupCountDownConfig": "${ALWAYS_ON_SERVER_LUAU_SOUP_COUNT_DOWN}",
"jellyDanceCountDownConfig": "${ALWAYS_ON_SERVER_JELLY_DANCE_COUNT_DOWN}",
"grangeDisplayCountDownConfig": "${ALWAYS_ON_SERVER_GRANGE_DISPLAY_COUNT_DOWN}",
"iceFishingCountDownConfig": "${ALWAYS_ON_SERVER_ICE_FISHING_COUNT_DOWN}",
"endofdayTimeOut": "${ALWAYS_ON_SERVER_END_OF_DAY_TIMEOUT}",
"fairTimeOut": "${ALWAYS_ON_SERVER_FAIR_TIMEOUT}",
"spiritsEveTimeOut": "${ALWAYS_ON_SERVER_SPIRITS_EVE_TIMEOUT}",
"winterStarTimeOut": "${ALWAYS_ON_SERVER_WINTER_STAR_TIMEOUT}",
"eggFestivalTimeOut": "${ALWAYS_ON_SERVER_EGG_FESTIVAL_TIMEOUT}",
"flowerDanceTimeOut": "${ALWAYS_ON_SERVER_FLOWER_DANCE_TIMEOUT}",
"luauTimeOut": "${ALWAYS_ON_SERVER_LUAU_TIMEOUT}",
"danceOfJelliesTimeOut": "${ALWAYS_ON_SERVER_DANCE_OF_JELLIES_TIMEOUT}",
"festivalOfIceTimeOut": "${ALWAYS_ON_SERVER_FESTIVAL_OF_ICE_TIMEOUT}"
"serverHotKey": ${ALWAYS_ON_SERVER_HOTKEY},
"profitmargin": ${ALWAYS_ON_SERVER_PROFIT_MARGIN},
"upgradeHouse": ${ALWAYS_ON_SERVER_UPGRADE_HOUSE},
"petname": ${ALWAYS_ON_SERVER_PET_NAME},
"farmcavechoicemushrooms": ${ALWAYS_ON_SERVER_FARM_CAVE_CHOICE_MUSHROOMS},
"communitycenterrun": ${ALWAYS_ON_SERVER_COMMUNITY_CENTER_RUN},
"timeOfDayToSleep": ${ALWAYS_ON_SERVER_TIME_OF_DAY_TO_SLEEP=${ALWAYS_ON_SERVER_TIME_OF_DAY_TO_SLEEP},
"lockPlayerChests": ${ALWAYS_ON_SERVER_LOCK_PLAYER_CHESTS},
"clientsCanPause": ${ALWAYS_ON_SERVER_CLIENTS_CAN_PAUSE},
"copyInviteCodeToClipboard": ${ALWAYS_ON_SERVER_COPY_INVITE_CODE_TO_CLIPBOARD},
"festivalsOn": ${ALWAYS_ON_SERVER_FESTIVALS_ON},
"eggHuntCountDownConfig": ${ALWAYS_ON_SERVER_EGG_HUNT_COUNT_DOWN},
"flowerDanceCountDownConfig": ${ALWAYS_ON_SERVER_FLOWER_DANCE_COUNT_DOWN},
"luauSoupCountDownConfig": ${ALWAYS_ON_SERVER_LUAU_SOUP_COUNT_DOWN},
"jellyDanceCountDownConfig": ${ALWAYS_ON_SERVER_JELLY_DANCE_COUNT_DOWN},
"grangeDisplayCountDownConfig": ${ALWAYS_ON_SERVER_GRANGE_DISPLAY_COUNT_DOWN},
"iceFishingCountDownConfig": ${ALWAYS_ON_SERVER_ICE_FISHING_COUNT_DOWN},
"endofdayTimeOut": ${ALWAYS_ON_SERVER_END_OF_DAY_TIMEOUT},
"fairTimeOut": ${ALWAYS_ON_SERVER_FAIR_TIMEOUT},
"spiritsEveTimeOut": ${ALWAYS_ON_SERVER_SPIRITS_EVE_TIMEOUT},
"winterStarTimeOut": ${ALWAYS_ON_SERVER_WINTER_STAR_TIMEOUT},
"eggFestivalTimeOut": ${ALWAYS_ON_SERVER_EGG_FESTIVAL_TIMEOUT},
"flowerDanceTimeOut": ${ALWAYS_ON_SERVER_FLOWER_DANCE_TIMEOUT},
"luauTimeOut": ${ALWAYS_ON_SERVER_LUAU_TIMEOUT},
"danceOfJelliesTimeOut": ${ALWAYS_ON_SERVER_DANCE_OF_JELLIES_TIMEOUT},
"festivalOfIceTimeOut": ${ALWAYS_ON_SERVER_FESTIVAL_OF_ICE_TIMEOUT}
}

View File

@ -1,7 +0,0 @@
{
"FarmingLevel": 0,
"MiningLevel": 0,
"ForagingLevel": 0,
"FishingLevel": 0,
"CombatLevel": 0
}

View File

@ -1,10 +1,10 @@
{
"Name": "Stardew Multiplayer Server",
"Author": "funny-snek & Zuberii & moy",
"Version": "1.6.0",
"Name": "Always On Server",
"Author": "funny-snek & Zuberii",
"Version": "1.20.3-unofficial.2-mikkoperkele",
"Description": "A Headless server mod.",
"UniqueID": "moy.Always_On_Server",
"EntryDll": "Stardew-Multiplayer-Server.dll",
"MinimumApiVersion": "4.0",
"UpdateKeys": [ "" ]
"UniqueID": "mikko.Always_On_Server",
"EntryDll": "Always On Server.dll",
"MinimumApiVersion": "4.0.0",
"UpdateKeys": [ "Nexus:2677" ]
}