From c378ecc7b60df96d30e1eba2453b71aaa2526578 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 8 Aug 2023 16:19:53 -0700 Subject: [PATCH] Revert "add config.json" This reverts commit 52f698ea5c7e85ac1ed78b15f2ae05e8a7ec7e81. --- QSB/QSB.csproj | 3 --- QSB/config.json | 48 ------------------------------------------------ 2 files changed, 51 deletions(-) delete mode 100644 QSB/config.json diff --git a/QSB/QSB.csproj b/QSB/QSB.csproj index 363c2803..4065ce97 100644 --- a/QSB/QSB.csproj +++ b/QSB/QSB.csproj @@ -45,9 +45,6 @@ True \ - - PreserveNewest - PreserveNewest diff --git a/QSB/config.json b/QSB/config.json deleted file mode 100644 index aac83985..00000000 --- a/QSB/config.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/ow-mods/owml/master/schemas/config_schema.json", - "enabled": true, - "settings": { - "useKcpTransport": { - "title": "Use KCP Transport", - "type": "toggle", - "value": true, - "tooltip": "Use alternative transport that requires port forwarding but seems to be more reliable. The port to forward is 7777 as TCP/UDP. Use this if you are having trouble connecting. ALL PLAYERS MUST HAVE THIS AS THE SAME VALUE." - }, - "defaultServerIP": { - "title": "Last Entered IP/ID", - "type": "text", - "value": "localhost", - "tooltip": "Used if you leave the connect prompt blank." - }, - "incompatibleModsAllowed": { - "title": "Incompatible Mods Allowed", - "type": "toggle", - "value": false, - "tooltip": "Kicks players if they have certain mods." - }, - "showPlayerNames": { - "title": "Show Player Names", - "type": "toggle", - "value": true, - "tooltip": "Shows player names in the HUD and the map view." - }, - "shipDamage": { - "title": "Ship Damage", - "type": "toggle", - "value": true, - "tooltip": "Take impact damage when inside the ship." - }, - "showExtraHud": { - "title": "Show Extra HUD Elements", - "type": "toggle", - "value": true, - "tooltip": "Show extra HUD elements, like player status and minimap icons." - }, - "textChatInput": { - "title": "Text Chat Input", - "type": "toggle", - "value": true, - "tooltip": "Disable this if using NomaiVR, or any other mod with conflicting inputs." - } - } -} \ No newline at end of file