2020-02-10 23:03:28 +01:00
{
2023-05-06 18:49:40 -07:00
"$schema" : "https://raw.githubusercontent.com/ow-mods/owml/master/schemas/config_schema.json" ,
"enabled" : true ,
"settings" : {
2023-09-28 23:50:22 +01:00
"skinType" : {
"title" : "Skin Variation" ,
"type" : "selector" ,
"options" : [ "Default" , "Type 1" , "Type 2" , "Type 3" , "Type 4" , "Type 5" , "Type 6" , "Type 7" , "Type 8" , "Type 9" , "Type 10" , "Type 11" , "Type 12" , "Type 13" , "Type 14" , "Type 15" , "Type 16" , "Type 17" ] ,
"value" : "Default" ,
"tooltip" : "The variation of skin texture to use for your unsuited model."
} ,
"jetpackType" : {
"title" : "Jetpack Variation" ,
"type" : "selector" ,
"options" : [ "Orange" , "Yellow" , "Red" , "Pink" , "Purple" , "Dark Blue" , "Light Blue" , "Cyan" , "Green" ] ,
"value" : "Orange" ,
"tooltip" : "The variation of texture to use for the bedroll on your suited model. "
} ,
2023-05-06 18:49:40 -07:00
"useKcpTransport" : {
"title" : "Use KCP Transport" ,
"type" : "toggle" ,
"value" : false ,
2024-12-16 01:07:21 +00:00
"tooltip" : "Use alternative transport that requires port forwarding but seems to be more reliable. Use this if you are having trouble connecting. ALL PLAYERS MUST HAVE THIS AS THE SAME VALUE."
} ,
"kcpPort" : {
"title" : "KCP Transport Port" ,
"type" : "number" ,
"value" : 7777 ,
"tooltip" : "The port to use for the KCP transport, if it is enabled. Must be port forwarded as TCP/UDP. ALL PLAYERS MUST HAVE THIS AS THE SAME VALUE."
2023-05-06 18:49:40 -07:00
} ,
"defaultServerIP" : {
"title" : "Last Entered IP/ID" ,
"type" : "text" ,
"value" : "localhost" ,
"tooltip" : "Used if you leave the connect prompt blank."
} ,
"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."
2023-06-22 20:40:37 +01:00
} ,
"textChatInput" : {
"title" : "Text Chat Input" ,
"type" : "toggle" ,
"value" : true ,
"tooltip" : "Disable this if using NomaiVR, or any other mod with conflicting inputs."
2023-05-06 18:49:40 -07:00
}
}
2020-12-03 08:28:05 +00:00
}