commit 62de8b495192ebadba7c07e8344a7e5a15850801 Author: joshashtondev Date: Mon Aug 3 21:59:46 2026 -0600 init commit (squash history) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93e8e7f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data/steamMods/steamapps/workshop/* diff --git a/config/The_Unexplored_Pasture.wld b/config/The_Unexplored_Pasture.wld new file mode 100644 index 0000000..3d2465b Binary files /dev/null and b/config/The_Unexplored_Pasture.wld differ diff --git a/config/banlist.txt b/config/banlist.txt new file mode 100644 index 0000000..e69de29 diff --git a/config/serverconfig.txt b/config/serverconfig.txt new file mode 100644 index 0000000..d762045 --- /dev/null +++ b/config/serverconfig.txt @@ -0,0 +1,97 @@ +#this is an example config file for TerrariaServer.exe +#use the command 'TerrariaServer.exe -config serverconfig.txt' to use this configuration or run start-server.bat +#please report crashes by emailing crashlog.txt to support@terraria.org + +#the following is a list of available command line parameters: + +#-config Specifies the configuration file to use. +#-port Specifies the port to listen on. +#-players / -maxplayers Sets the max number of players +#-pass / -password Sets the server password +#-world Load a world and automatically start the server. +#-autocreate <#> Creates a world if none is found in the path specified by -world. World size is specified by: 1(small), 2(medium), and 3(large). +#-banlist Specifies the location of the banlist. Defaults to "banlist.txt" in the working directory. +#-worldname Sets the name of the world when using -autocreate. +#-secure Adds addition cheat protection to the server. +#-noupnp Disables automatic port forwarding +#-steam Enables Steam Support +#-lobby or Allows friends to join the server or sets it to private if Steam is enabled +#-ip Sets the IP address for the server to listen on +#-forcepriority Sets the process priority for this task. If this is used the "priority" setting below will be ignored. +#-disableannouncementbox Disables the text announcements Announcement Box makes when pulsed from wire. +#-announcementboxrange Sets the announcement box text messaging range in pixels, -1 for serverwide announcements. +#-seed Specifies the world seed when using -autocreate + +#remove the # in front of commands to enable them. + +#Load a world and automatically start the server. +#world=/config/The_Unexplored_Pasture.wld + +#Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large). +#autocreate=1 + +#Sets the world seed when using autocreate +#seed=AwesomeSeed + +#Sets the name of the world when using autocreate +#worldname=Terraria + +#Sets the difficulty of the world when using autocreate 0(classic), 1(expert), 2(master), 3(journey) +#difficulty=0 + +#Sets the max number of players allowed on a server. Value must be between 1 and 255 +#maxplayers=8 + +#Set the port number +#port=7586 + +#Set the server password +password=@pples2@pples + +#Set the message of the day +motd=Ashtonia family server. + +#Sets the folder where world files will be stored +#worldpath=C:\Users\Defaults\My Documents\My Games\Terraria\Worlds\ + +#Sets the number of rolling world backups to keep +#worldrollbackstokeep=2 + +#The location of the banlist. Defaults to "banlist.txt" in the working directory. +#banlist=banlist.txt + +#Adds addition cheat protection. +#secure=1 + +#Sets the server language from its language code. +#English = en-US, German = de-DE, Italian = it-IT, French = fr-FR, Spanish = es-ES, Russian = ru-RU, Chinese = zh-Hans, Portuguese = pt-BR, Polish = pl-PL, +#language=en-US + +#Automatically forward ports with uPNP +#upnp=1 + +#Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off. +#npcstream=60 + +#Default system priority 0:Realtime, 1:High, 2:AboveNormal, 3:Normal, 4:BelowNormal, 5:Idle +priority=1 + +#Reduces maximum liquids moving at the same time. If enabled may reduce lags but liquids may take longer to settle. +#slowliquids=1 + +#Journey mode power permissions for every individual power. 0: Locked for everyone, 1: Can only be changed by host, 2: Can be changed by everyone +#journeypermission_time_setfrozen=2 +#journeypermission_time_setdawn=2 +#journeypermission_time_setnoon=2 +#journeypermission_time_setdusk=2 +#journeypermission_time_setmidnight=2 +#journeypermission_godmode=2 +#journeypermission_wind_setstrength=2 +#journeypermission_rain_setstrength=2 +#journeypermission_time_setspeed=2 +#journeypermission_rain_setfrozen=2 +#journeypermission_wind_setfrozen=2 +#journeypermission_increaseplacementrange=2 +#journeypermission_setdifficulty=2 +#journeypermission_biomespread_setfrozen=2 +#journeypermission_setspawnrate=2 diff --git a/data/tModLoader/Mods/enabled.json b/data/tModLoader/Mods/enabled.json new file mode 100644 index 0000000..9505251 --- /dev/null +++ b/data/tModLoader/Mods/enabled.json @@ -0,0 +1,12 @@ +[ + "CalamityMod", + "CalamityModMusic", + "BossChecklist", + "RecipeBrowser", + "Census", + "WheresMyItems", + "ShowEnvBuffsRange", + "ConsistentReforging", + "GuideRecipeBrowser", + "ImprovedCommunication" +] \ No newline at end of file diff --git a/data/tModLoader/Worlds/Backups/2025-07-20-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2025-07-20-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..5297339 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2025-07-20-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-03-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-03-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..1973241 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-03-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-04-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-04-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..5f17c98 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-04-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-05-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-05-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..9ece7d3 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-05-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-06-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-06-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..575125c Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-06-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-07-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-07-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..3a8e1f1 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-07-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-08-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-08-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..cfcc0ce Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-08-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-09-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-09-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..736610d Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-09-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/2026-01-10-Safe_Fold_of_Beenades.zip b/data/tModLoader/Worlds/Backups/2026-01-10-Safe_Fold_of_Beenades.zip new file mode 100644 index 0000000..9198bd5 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/2026-01-10-Safe_Fold_of_Beenades.zip differ diff --git a/data/tModLoader/Worlds/Backups/DotNetZip-2vwlhz05.tmp b/data/tModLoader/Worlds/Backups/DotNetZip-2vwlhz05.tmp new file mode 100644 index 0000000..4628d11 Binary files /dev/null and b/data/tModLoader/Worlds/Backups/DotNetZip-2vwlhz05.tmp differ diff --git a/data/tModLoader/Worlds/Backups/DotNetZip-ahtgq35i.tmp b/data/tModLoader/Worlds/Backups/DotNetZip-ahtgq35i.tmp new file mode 100644 index 0000000..45c3bfc Binary files /dev/null and b/data/tModLoader/Worlds/Backups/DotNetZip-ahtgq35i.tmp differ diff --git a/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld new file mode 100644 index 0000000..551afa2 Binary files /dev/null and b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld differ diff --git a/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld.bak b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld.bak new file mode 100644 index 0000000..f232851 Binary files /dev/null and b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.twld.bak differ diff --git a/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld new file mode 100644 index 0000000..0e95718 Binary files /dev/null and b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld differ diff --git a/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak new file mode 100644 index 0000000..4070f4e Binary files /dev/null and b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak differ diff --git a/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak2 b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak2 new file mode 100644 index 0000000..90eab70 Binary files /dev/null and b/data/tModLoader/Worlds/Safe_Fold_of_Beenades.wld.bak2 differ diff --git a/data/tModLoader/favorites.json b/data/tModLoader/favorites.json new file mode 100644 index 0000000..453660f --- /dev/null +++ b/data/tModLoader/favorites.json @@ -0,0 +1,6 @@ +{ + "World": { + "Ashtonia.wld": false, + "'Safe_Fold_of_Beenades'.wld": false + } +} \ No newline at end of file