Optimize - Client FPS Optimization for Rust

 Optimize - Client FPS Optimization for Rust 1.0.0

JSON:
{
  "Purge settings of players inactive for (days)": 30,
  "UI style variant, 1-5": 2,
  "Hide distant effects farther than (meters, 10-300)": 80.0,
  "Show low FPS alert below (average FPS, 0 = disable)": 25.0,
  "Categories": {
    "world": {
      "Admin-only note, not shown in game": "World around: draw distance, trees, images",
      "Enabled": true,
      "Optimizations": {
        "radius": {
          "Admin-only note, not shown in game": "Draw distance: slider, server stops sending distant objects",
          "Enabled": true
        },
        "trees": {
          "Admin-only note, not shown in game": "Trees stream only around the player instead of the whole map",
          "Enabled": true
        },
        "images": {
          "Admin-only note, not shown in game": "Sign/photo/spray images are not loaded (blank)",
          "Enabled": true
        }
      }
    },
    "fire": {
      "Admin-only note, not shown in game": "Fire & light: flames, lamps, turrets, windmills, water",
      "Enabled": true,
      "Optimizations": {
        "flames": {
          "Admin-only note, not shown in game": "Furnace, campfire and torch flames are hidden",
          "Enabled": true
        },
        "lights": {
          "Admin-only note, not shown in game": "Lamp, searchlight and sign glow is hidden",
          "Enabled": true
        },
        "turrets": {
          "Admin-only note, not shown in game": "Turret and SAM indicators are hidden",
          "Enabled": true
        },
        "windmill": {
          "Admin-only note, not shown in game": "Windmills stop spinning (power output unchanged)",
          "Enabled": true
        },
        "industry": {
          "Admin-only note, not shown in game": "Recycler/quarry/pumpjack animation disabled",
          "Enabled": true
        },
        "water": {
          "Admin-only note, not shown in game": "Sprinkler splashes and purifier steam are hidden",
          "Enabled": true
        }
      }
    },
    "combat": {
      "Admin-only note, not shown in game": "Effects & combat: debris, distant effects, smoke, trees",
      "Enabled": true,
      "Optimizations": {
        "gibs": {
          "Admin-only note, not shown in game": "Destruction debris is not spawned (matters in raids)",
          "Enabled": true
        },
        "effects": {
          "Admin-only note, not shown in game": "Distant explosions/flashes/smoke of fights are not sent",
          "Enabled": true
        },
        "build": {
          "Admin-only note, not shown in game": "Place/upgrade/repair smoke is not sent",
          "Enabled": true
        },
        "treefall": {
          "Admin-only note, not shown in game": "Chopped trees disappear without falling animation",
          "Enabled": true
        }
      }
    },
    "misc": {
      "Admin-only note, not shown in game": "Other: skins, voice chat, conveyors",
      "Enabled": true,
      "Optimizations": {
        "skins": {
          "Admin-only note, not shown in game": "Custom workshop skins hidden, official ones remain",
          "Enabled": true
        },
        "voice": {
          "Admin-only note, not shown in game": "Other players' voice chat is muted",
          "Enabled": true
        },
        "conveyor": {
          "Admin-only note, not shown in game": "Floating item icons above conveyors are hidden",
          "Enabled": true
        }
      }
    }
  }
}
Назад
Сверху Снизу