{"id":1672,"date":"2025-06-17T00:15:41","date_gmt":"2025-06-17T00:15:41","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=1672"},"modified":"2025-07-26T20:03:25","modified_gmt":"2025-07-26T20:03:25","slug":"best-splitgate-2-settings","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/best-splitgate-2-settings\/","title":{"rendered":"Best Splitgate 2 Settings for PC &#8211; Maximum FPS"},"content":{"rendered":"\n<div style =\"margin-bottom: 20px;\">\n<div style=\"border-left: 3px solid #f99926; padding: 6px 12px; background-color: transparent; color: #ffffff; font-size: 0.8em; font-style: italic;\">\n  <span style=\"color: #f99926;\"><strong>Note:<\/strong><\/span> This article is fact-checked by <a href =\"https:\/\/hone.gg\/download\">Hone<\/a> in collab with <a href =\"https:\/\/www.youtube.com\/@FrameSyncLabs\">FRAMESYNC LABS<\/a>.\n<\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">You&#8217;re jumping through a portal, lining up the perfect headshot, and then it happens. Your game stutters. The enemy disappears. You&#8217;re dead. In Splitgate 2, where portal mechanics meet arena shooting, even a 10ms delay can turn victory into defeat.<\/p>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">Since launching, Splitgate 2 has delivered intense portal-based combat that demands both strategic thinking and lightning-fast reflexes. But here&#8217;s what many players don&#8217;t realize: <strong>the game&#8217;s unique portal rendering system creates performance challenges that <a href=\"https:\/\/hone.gg\/blog\/good-fps-for-gaming\/\" target=\"_blank\" rel=\"noopener\" title=\"standard FPS\">standard FPS<\/a> optimization guides miss entirely<\/strong>. <\/p>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">This guide reveals the exact settings used by top players to maintain 200+ FPS, even during chaotic portal battles.<\/p>\n\n\n\n<style>\n  :root {\n    --primary-color: #f99926;\n    --primary-light: rgba(249, 153, 38, 0.1);\n    --primary-hover: rgba(249, 153, 38, 0.8);\n    --secondary-color: #080f1b;\n    --secondary-light: rgba(8, 15, 27, 0.1);\n    --text-dark: #e4e6eb;\n    --text-medium: #b0b3b8;\n    --text-light: #8a8d93;\n    --bg-light: #0c131f;\n    --bg-dark: #080f1b;\n    --border-light: #1c2635;\n    --success: #28a745;\n    --warning: #ffc107;\n    --danger: #dc3545;\n    --info: #17a2b8;\n  }\n\n  \/* Performance Meter Dashboard *\/\n  .performance-meter {\n    background: var(--bg-dark);\n    border-radius: 25px;\n    padding: 50px 30px;\n    margin: 40px 0;\n    position: relative;\n    border: 2px solid var(--primary-light);\n    overflow: hidden;\n  }\n  \n  .meter-container {\n    display: flex;\n    align-items: center;\n    justify-content: space-around;\n    flex-wrap: wrap;\n    gap: 40px;\n  }\n  \n  .fps-meter {\n    position: relative;\n    width: 200px;\n    height: 200px;\n  }\n  \n  .meter-ring {\n    width: 100%;\n    height: 100%;\n    border-radius: 50%;\n    background: conic-gradient(\n      from 0deg,\n      var(--danger) 0deg 60deg,\n      var(--warning) 60deg 120deg,\n      var(--success) 120deg 240deg,\n      var(--primary-color) 240deg 360deg\n    );\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 0 40px rgba(249, 153, 38, 0.3);\n  }\n  \n  .meter-ring::before {\n    content: '';\n    position: absolute;\n    width: 160px;\n    height: 160px;\n    background: var(--bg-dark);\n    border-radius: 50%;\n  }\n  \n  .meter-center {\n    position: relative;\n    text-align: center;\n    z-index: 1;\n  }\n  \n  .meter-fps {\n    font-size: 48px;\n    font-weight: 700;\n    color: var(--primary-color);\n    line-height: 1;\n  }\n  \n  .meter-label {\n    font-size: 14px;\n    color: var(--text-medium);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-top: 10px;\n  }\n  \n  .performance-stats {\n    display: grid;\n    gap: 20px;\n    flex: 1;\n    min-width: 300px;\n  }\n  \n  .stat-row {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    padding: 15px 25px;\n    background: rgba(249, 153, 38, 0.05);\n    border-radius: 12px;\n    border-left: 3px solid var(--primary-color);\n    transition: all 0.3s ease;\n  }\n  \n  .stat-row:hover {\n    background: rgba(249, 153, 38, 0.1);\n    transform: translateX(5px);\n  }\n  \n  .stat-icon {\n    font-size: 24px;\n    width: 40px;\n    text-align: center;\n  }\n  \n  .stat-info {\n    flex: 1;\n  }\n  \n  .stat-title {\n    font-size: 13px;\n    color: var(--text-light);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .stat-value {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--text-dark);\n    margin-top: 3px;\n  }\n\n  \/* Settings Cards Grid *\/\n  .settings-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n  }\n  \n  .setting-card {\n    background: var(--bg-light);\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  \n  .setting-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(249, 153, 38, 0.15);\n    border-color: var(--primary-light);\n  }\n  \n  .card-header {\n    background: linear-gradient(135deg, var(--primary-light) 0%, transparent 100%);\n    padding: 20px 25px;\n    border-bottom: 1px solid var(--border-light);\n  }\n  \n  .card-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--text-dark);\n    margin: 0;\n  }\n  \n  .card-impact {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  \n  .impact-label {\n    font-size: 12px;\n    color: var(--text-medium);\n    text-transform: uppercase;\n  }\n  \n  .impact-bars {\n    display: flex;\n    gap: 3px;\n  }\n  \n  .impact-bar {\n    width: 4px;\n    height: 16px;\n    background: var(--secondary-light);\n    border-radius: 2px;\n  }\n  \n  .impact-bar.filled {\n    background: var(--primary-color);\n  }\n  \n  .card-content {\n    padding: 25px;\n  }\n  \n  .setting-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 15px;\n    padding-bottom: 15px;\n    border-bottom: 1px solid var(--border-light);\n  }\n  \n  .setting-row:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n  \n  .setting-name {\n    font-size: 14px;\n    color: var(--text-medium);\n  }\n  \n  .setting-value {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--primary-color);\n    background: var(--primary-light);\n    padding: 4px 12px;\n    border-radius: 20px;\n  }\n\n  \/* Quick Navigation Tabs *\/\n  .nav-tabs {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 10px;\n    margin: 40px 0;\n    display: flex;\n    gap: 10px;\n    overflow-x: auto;\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);\n  }\n  \n  .nav-tab {\n    background: var(--secondary-light);\n    color: var(--text-medium);\n    padding: 15px 25px;\n    border-radius: 12px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 14px;\n    white-space: nowrap;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  \n  .nav-tab:hover {\n    background: var(--primary-light);\n    color: var(--text-dark);\n    transform: translateY(-2px);\n  }\n  \n  .nav-tab-icon {\n    font-size: 18px;\n  }\n\n  \/* Optimization Timeline *\/\n  .optimization-timeline {\n    position: relative;\n    padding: 40px 0;\n    margin: 40px 0;\n  }\n  \n  .timeline-line {\n    position: absolute;\n    left: 30px;\n    top: 0;\n    bottom: 0;\n    width: 2px;\n    background: var(--primary-light);\n  }\n  \n  .timeline-step {\n    position: relative;\n    padding-left: 70px;\n    margin-bottom: 40px;\n  }\n  \n  .timeline-dot {\n    position: absolute;\n    left: 20px;\n    top: 0;\n    width: 20px;\n    height: 20px;\n    background: var(--primary-color);\n    border-radius: 50%;\n    box-shadow: 0 0 20px rgba(249, 153, 38, 0.5);\n  }\n  \n  .timeline-content {\n    background: var(--bg-light);\n    border-radius: 15px;\n    padding: 25px;\n    border: 1px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  \n  .timeline-content:hover {\n    transform: translateX(10px);\n    box-shadow: 0 5px 25px rgba(249, 153, 38, 0.15);\n  }\n  \n  .timeline-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n  \n  .timeline-desc {\n    color: var(--text-medium);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n  \n  .timeline-fps {\n    display: inline-block;\n    background: var(--primary-light);\n    color: var(--primary-color);\n    padding: 5px 15px;\n    border-radius: 20px;\n    font-weight: 600;\n    font-size: 13px;\n    margin-top: 10px;\n  }\n\n  \/* Alert Boxes *\/\n  .alert-box {\n    border-radius: 12px;\n    padding: 20px 25px;\n    margin: 20px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .alert-box::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n  }\n  \n  .alert-warning {\n    background: rgba(255, 193, 7, 0.1);\n    border: 1px solid var(--warning);\n  }\n  \n  .alert-warning::before {\n    background: var(--warning);\n  }\n  \n  .alert-info {\n    background: rgba(23, 162, 184, 0.1);\n    border: 1px solid var(--info);\n  }\n  \n  .alert-info::before {\n    background: var(--info);\n  }\n  \n  .alert-success {\n    background: rgba(40, 167, 69, 0.1);\n    border: 1px solid var(--success);\n  }\n  \n  .alert-success::before {\n    background: var(--success);\n  }\n  \n  .alert-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 10px;\n  }\n  \n  .alert-icon {\n    font-size: 24px;\n  }\n  \n  .alert-warning .alert-icon { color: var(--warning); }\n  .alert-info .alert-icon { color: var(--info); }\n  .alert-success .alert-icon { color: var(--success); }\n  \n  .alert-title {\n    font-weight: 700;\n    font-size: 16px;\n  }\n  \n  .alert-warning .alert-title { color: var(--warning); }\n  .alert-info .alert-title { color: var(--info); }\n  .alert-success .alert-title { color: var(--success); }\n  \n  .alert-content {\n    color: var(--text-medium);\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 39px;\n  }\n\n  \/* CTA Banner *\/\n  .cta-banner {\n    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    border-radius: 25px;\n    padding: 50px;\n    margin: 50px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 40px rgba(249, 153, 38, 0.3);\n  }\n  \n  .cta-banner::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);\n  }\n  \n  .cta-content {\n    position: relative;\n    z-index: 1;\n  }\n  \n  .cta-heading {\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--secondary-color);\n    margin-bottom: 15px;\n  }\n  \n  .cta-subheading {\n    font-size: 18px;\n    color: rgba(8, 15, 27, 0.8);\n    margin-bottom: 30px;\n  }\n  \n  .cta-button {\n    display: inline-block;\n    background: var(--secondary-color);\n    color: var(--primary-color);\n    padding: 18px 45px;\n    border-radius: 30px;\n    text-decoration: none;\n    font-weight: 700;\n    font-size: 16px;\n    transition: all 0.3s ease;\n    box-shadow: 0 5px 20px rgba(8, 15, 27, 0.3);\n  }\n  \n  .cta-button:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 30px rgba(8, 15, 27, 0.5);\n  }\n  \n  .cta-badges {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    margin-top: 30px;\n    flex-wrap: wrap;\n  }\n  \n  .cta-badge {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    color: rgba(8, 15, 27, 0.7);\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  \/* Settings Table Compact *\/\n  .settings-table-compact {\n    background: var(--bg-light);\n    border-radius: 15px;\n    overflow: hidden;\n    margin: 30px 0;\n    box-shadow: 0 5px 20px rgba(249, 153, 38, 0.1);\n  }\n  \n  .table-header {\n    background: var(--primary-color);\n    padding: 20px 30px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  \n  .table-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--secondary-color);\n    margin: 0;\n  }\n  \n  .table-badge {\n    background: rgba(8, 15, 27, 0.3);\n    padding: 8px 15px;\n    border-radius: 25px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--secondary-color);\n  }\n  \n  .settings-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  \n  .settings-table th {\n    background: var(--secondary-light);\n    padding: 15px;\n    text-align: left;\n    font-weight: 600;\n    color: var(--text-dark);\n    font-size: 14px;\n    border-bottom: 2px solid var(--border-light);\n  }\n  \n  .settings-table td {\n    padding: 15px;\n    color: var(--text-medium);\n    border-bottom: 1px solid var(--border-light);\n    font-size: 14px;\n  }\n  \n  .settings-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .settings-table tr:hover {\n    background: rgba(249, 153, 38, 0.03);\n  }\n  \n  .value-badge {\n    background: rgba(249, 153, 38, 0.1);\n    color: var(--primary-color);\n    padding: 4px 10px;\n    border-radius: 5px;\n    font-weight: 600;\n    display: inline-block;\n  }\n\n  \/* Mobile Responsive *\/\n  @media (max-width: 768px) {\n    .performance-meter {\n      padding: 30px 20px;\n    }\n    \n    .meter-container {\n      flex-direction: column;\n    }\n    \n    .settings-cards {\n      grid-template-columns: 1fr;\n    }\n    \n    .nav-tabs {\n      padding: 5px;\n    }\n    \n    .nav-tab {\n      padding: 12px 20px;\n      font-size: 13px;\n    }\n    \n    .timeline-step {\n      padding-left: 50px;\n    }\n    \n    .timeline-line {\n      left: 20px;\n    }\n    \n    .timeline-dot {\n      left: 10px;\n    }\n    \n    .cta-banner {\n      padding: 30px 20px;\n    }\n    \n    .cta-heading {\n      font-size: 24px;\n    }\n    \n    .table-header {\n      flex-direction: column;\n      gap: 10px;\n      text-align: center;\n    }\n  }\n<\/style>\n\n<div class=\"nav-tabs\">\n  <a href=\"#pc-optimization\" class=\"nav-tab\">\n    <span class=\"nav-tab-icon\">\u2699\ufe0f<\/span>\n    <span>PC Setup<\/span>\n  <\/a>\n  <a href=\"#display-settings\" class=\"nav-tab\">\n    <span class=\"nav-tab-icon\">\ud83d\udda5\ufe0f<\/span>\n    <span>Display<\/span>\n  <\/a>\n  <a href=\"#graphics-settings\" class=\"nav-tab\">\n    <span class=\"nav-tab-icon\">\ud83c\udfa8<\/span>\n    <span>Graphics<\/span>\n  <\/a>\n  <a href=\"#portal-settings\" class=\"nav-tab\">\n    <span class=\"nav-tab-icon\">\ud83c\udf00<\/span>\n    <span>Portal<\/span>\n  <\/a>\n  <a href=\"#advanced-tweaks\" class=\"nav-tab\">\n    <span class=\"nav-tab-icon\">\ud83d\ude80<\/span>\n    <span>Advanced<\/span>\n  <\/a>\n<\/div>\n\n<div class=\"performance-meter\">\n  <div class=\"meter-container\">\n    <div class=\"fps-meter\">\n      <div class=\"meter-ring\">\n        <div class=\"meter-center\">\n          <div class=\"meter-fps\">144+<\/div>\n          <div class=\"meter-label\">Target FPS<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"performance-stats\">\n      <div class=\"stat-row\">\n        <div class=\"stat-icon\">\ud83c\udfaf<\/div>\n        <div class=\"stat-info\">\n          <div class=\"stat-title\">Portal Rendering<\/div>\n          <div class=\"stat-value\">Unique Performance Challenge<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"stat-row\">\n        <div class=\"stat-icon\">\u26a1<\/div>\n        <div class=\"stat-info\">\n          <div class=\"stat-title\">Engine<\/div>\n          <div class=\"stat-value\">Unreal Engine 5<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"stat-row\">\n        <div class=\"stat-icon\">\ud83d\udcca<\/div>\n        <div class=\"stat-info\">\n          <div class=\"stat-title\">Optimization Priority<\/div>\n          <div class=\"stat-value\">Low Latency > Visual Quality<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Splitgate 2 Is Different<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1024x576.jpg\" alt=\"Splitgate\" class=\"wp-image-1684\" srcset=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1024x576.jpg 1024w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-300x169.jpg 300w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-768x432.jpg 768w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1536x864.jpg 1536w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Splitgate 2&#8217;s portal mechanics create a unique rendering challenge that standard FPS games don&#8217;t face. Every time you look through a portal, your GPU essentially renders the scene twice &#8211; once for your current view and once for the portal destination. This double-rendering can slash your FPS in half during intense firefights.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Players report stuttering particularly in Battle Royale mode and when creating or traversing portals, even on high-end systems. <\/p>\n\n\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u26a0\ufe0f<\/span>\n    <span class=\"alert-title\">Portal Settings Are Non-Negotiable<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Unlike other competitive shooters where you can lower all settings for maximum FPS, Splitgate 2 requires keeping Portal Quality and Portal Frame Rate high. Lowering these settings gives you more FPS but ruins the core gameplay mechanic, making it impossible to effectively use portals for tactical advantage.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pc-optimization\"><strong>Optimize Your PC Before Launching Splitgate 2<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your system&#8217;s baseline performance determines your maximum potential FPS. These optimizations apply to all games but are especially crucial for Splitgate 2&#8217;s demanding portal rendering.<\/p>\n\n\n\n<div class=\"optimization-timeline\">\n  <div class=\"timeline-line\"><\/div>\n  \n  <div class=\"timeline-step\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3 class=\"timeline-title\">Update Graphics Drivers<\/h3>\n      <p class=\"timeline-desc\">NVIDIA and AMD regularly release game-specific optimizations. Outdated drivers can cost you decent performance. Use GeForce Experience (NVIDIA) or Radeon Software (AMD) to check for updates.<\/p>\n      <span class=\"timeline-fps\">+10-20 FPS<\/span>\n    <\/div>\n  <\/div>\n  \n  <div class=\"timeline-step\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3 class=\"timeline-title\">Windows Game Mode &#038; Power Settings<\/h3>\n      <p class=\"timeline-desc\">Enable Game Mode in Windows Settings > Gaming. Set Power Plan to High Performance. For laptops, always game while plugged in and consider a cooling pad.<\/p>\n      <span class=\"timeline-fps\">+15-25 FPS<\/span>\n    <\/div>\n  <\/div>\n  \n  <div class=\"timeline-step\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3 class=\"timeline-title\">Close Background Applications<\/h3>\n      <p class=\"timeline-desc\">Chrome, Discord overlays, and streaming software consume valuable CPU resources. Close everything non-essential before launching. Check Task Manager&#8217;s Startup tab to disable high-impact programs.<\/p>\n      <span class=\"timeline-fps\">+10-15 FPS<\/span>\n    <\/div>\n  <\/div>\n  \n  <div class=\"timeline-step\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3 class=\"timeline-title\">Storage &#038; Network Optimization<\/h3>\n      <p class=\"timeline-desc\">Install Splitgate 2 on an SSD for faster asset streaming. Use wired Ethernet instead of WiFi for stable connections. Update network adapter drivers and configure QoS on your router.<\/p>\n      <span class=\"timeline-fps\">Reduced Stuttering<\/span>\n    <\/div>\n  <\/div>\n  \n  <div class=\"timeline-step\">\n    <div class=\"timeline-dot\"><\/div>\n    <div class=\"timeline-content\">\n      <h3 class=\"timeline-title\">Monitor Thermals<\/h3>\n      <p class=\"timeline-desc\">High temperatures cause thermal throttling. Clean dust from fans, ensure proper airflow, and monitor temps during gameplay. Consider reapplying thermal paste if temps exceed 80\u00b0C.<\/p>\n      <span class=\"timeline-fps\">Prevents FPS Drops<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"cta-banner\">\n  <div class=\"cta-content\">\n    <h3 class=\"cta-heading\">Skip the Manual Setup Hassle<\/h3>\n    <p class=\"cta-subheading\">Hone automatically optimizes your entire PC for Splitgate 2 with one click<\/p>\n    <a href=\"https:\/\/hone.gg\/\" class=\"cta-button\">Download Hone Free<\/a>\n    <div class=\"cta-badges\">\n      <div class=\"cta-badge\">\n        <span>\u2713<\/span>\n        <span>90+ Optimizations<\/span>\n      <\/div>\n      <div class=\"cta-badge\">\n        <span>\u2713<\/span>\n        <span>FPS Boost Guaranteed<\/span>\n      <\/div>\n      <div class=\"cta-badge\">\n        <span>\u2713<\/span>\n        <span>500K+ Gamers Trust Us<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>GPU Control Panel Settings for Maximum Performance<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-1024x576.webp\" alt=\"Splitgate settings\" class=\"wp-image-1685\" srcset=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-1024x576.webp 1024w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-300x169.webp 300w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-768x432.webp 768w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-1536x864.webp 1536w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/what-is-the-best-controller-settings-to-use-for-splitgate-2-v0-9l57v6dlsq3f1-2048x1152.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/www.reddit.com\/r\/Splitgate\/comments\/1kye86x\/what_is_the_best_controller_settings_to_use_for\/\" target=\"_blank\" rel=\"noopener\" title=\"Reddit\">Reddit<\/a><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Your graphics card inside your <a href=\"https:\/\/hone.gg\/blog\/optimize-pc-for-gaming\/\" target=\"_blank\" rel=\"noopener\" title=\"gaming PC\">gaming PC<\/a> control panel holds powerful settings that apply globally across all games. These optimizations significantly reduce input latency and improve frame consistency.<\/p>\n\n\n\n<div class=\"settings-cards\">\n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">NVIDIA Control Panel<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">Performance Impact<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Power Management Mode<\/span>\n        <span class=\"setting-value\">Prefer Maximum Performance<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Low Latency Mode<\/span>\n        <span class=\"setting-value\">Ultra<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Texture Filtering Quality<\/span>\n        <span class=\"setting-value\">High Performance<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Threaded Optimization<\/span>\n        <span class=\"setting-value\">On<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Vertical Sync<\/span>\n        <span class=\"setting-value\">Off<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Shader Cache Size<\/span>\n        <span class=\"setting-value\">100GB<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Max Pre-rendered Frames<\/span>\n        <span class=\"setting-value\">1<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">AMD Radeon Settings<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">Performance Impact<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Anti-Aliasing Mode<\/span>\n        <span class=\"setting-value\">Override Application<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Texture Filtering Quality<\/span>\n        <span class=\"setting-value\">Performance<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Surface Format Optimization<\/span>\n        <span class=\"setting-value\">On<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Wait for Vertical Refresh<\/span>\n        <span class=\"setting-value\">Off<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Power Efficiency<\/span>\n        <span class=\"setting-value\">Off<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Radeon Anti-Lag<\/span>\n        <span class=\"setting-value\">Enabled<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Radeon Boost<\/span>\n        <span class=\"setting-value\">Enabled<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Monitor Settings for Splitgate 2<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your monitor is the final link in the performance chain. Proper configuration ensures you see every frame your GPU renders with minimal delay.<\/p>\n\n\n\n<div class=\"settings-table-compact\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">Monitor Optimization Checklist<\/h3>\n    <div class=\"table-badge\">Critical for Low Latency<\/div>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"settings-table\">\n    <thead>\n      <tr>\n        <th>Setting<\/th>\n        <th>Configuration<\/th>\n        <th>Why It Matters<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Refresh Rate<\/strong><\/td>\n        <td><span class=\"value-badge\">Maximum Available<\/span><\/td>\n        <td>Windows Settings > Display > Advanced > Set to 144Hz\/240Hz\/360Hz<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Adaptive Sync<\/strong><\/td>\n        <td><span class=\"value-badge\">Enabled<\/span><\/td>\n        <td>G-Sync\/FreeSync prevents tearing without VSync latency<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Gaming Mode<\/strong><\/td>\n        <td><span class=\"value-badge\">On<\/span><\/td>\n        <td>Bypasses internal processing for lower display lag<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Overdrive<\/strong><\/td>\n        <td><span class=\"value-badge\">Normal\/Fast<\/span><\/td>\n        <td>Reduces ghosting but avoid &#8220;Extreme&#8221; to prevent inverse ghosting<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>HDR<\/strong><\/td>\n        <td><span class=\"value-badge\">Test First<\/span><\/td>\n        <td>Can add latency &#8211; disable if it impacts responsiveness<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"display-settings\"><strong>Splitgate 2 Display Settings for Maximum FPS<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1-1024x576.jpg\" alt=\"Splitgate\" class=\"wp-image-1686\" srcset=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1-1024x576.jpg 1024w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1-300x169.jpg 300w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1-768x432.jpg 768w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1-1536x864.jpg 1536w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/Splitgate-1.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Display settings form the foundation of your <a href=\"https:\/\/hone.gg\/blog\/good-fps-for-gaming\/\" target=\"_blank\" rel=\"noopener\" title=\"FPS-based performance\">FPS-based performance<\/a> optimization. These settings control how the game interfaces with your system and monitor.<\/p>\n\n\n\n<div class=\"settings-table-compact\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">Optimal Display Configuration<\/h3>\n    <div class=\"table-badge\">+20-40 FPS Gain<\/div>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"settings-table\">\n    <thead>\n      <tr>\n        <th>Setting<\/th>\n        <th>Recommended<\/th>\n        <th>Notes<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Screen Mode<\/strong><\/td>\n        <td><span class=\"value-badge\">Fullscreen<\/span><\/td>\n        <td>Exclusive fullscreen provides lowest input latency<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>VSync<\/strong><\/td>\n        <td><span class=\"value-badge\">Off<\/span><\/td>\n        <td>Essential &#8211; VSync adds significant input lag, unless paired with G-Sync\/FreeSync + Reflex\/Anti-Lag\n<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>FPS Limit<\/strong><\/td>\n        <td><span class=\"value-badge\">Monitor Hz -3<\/span><\/td>\n        <td>Cap at 141 for 144Hz, 237 for 240Hz to reduce latency<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Resolution<\/strong><\/td>\n        <td><span class=\"value-badge\">Native<\/span><\/td>\n        <td>Use DLSS\/FSR instead of lowering resolution<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Field of View<\/strong><\/td>\n        <td><span class=\"value-badge\">95-103<\/span><\/td>\n        <td>Higher FOV for better awareness, slight FPS cost<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\ud83d\udca1<\/span>\n    <span class=\"alert-title\">Pro Tip: FPS Capping Strategy<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Capping FPS slightly below your monitor&#8217;s refresh rate (e.g., 141 FPS for 144Hz) provides a buffer that prevents frame queuing, reduces input latency, and keeps adaptive sync technologies active. This counterintuitively provides better responsiveness than uncapped FPS.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"graphics-settings\"><strong>Splitgate 2 Graphics Settings<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Set Quality Preset to Custom for full control. These settings balance competitive visibility with maximum performance.<\/p>\n\n\n\n<div class=\"settings-cards\">\n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">Essential Graphics Settings<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">High Impact<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">View Distance Quality<\/span>\n        <span class=\"setting-value\">Ultra\/High<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Post Processing Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Shadow Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Visual Effect Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Anti Aliasing Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Reflection Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">Texture &#038; Detail Settings<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">Medium Impact<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar\"><\/div>\n          <div class=\"impact-bar\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Texture Quality<\/span>\n        <span class=\"setting-value\">Medium\/High*<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Foliage Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Effects Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Shading Quality<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Global Illumination<\/span>\n        <span class=\"setting-value\">Low<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\ud83d\udca1<\/span>\n    <span class=\"alert-title\">VRAM Guide for Texture Quality<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    4GB VRAM or less: Use Low textures | 6GB VRAM: Use Medium textures | 8GB+ VRAM: Use High textures. Setting textures too high for your VRAM causes severe stuttering and texture pop-in.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"portal-settings\"><strong>Critical Portal-Specific Settings (Do NOT Lower These)<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"435\" src=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7-1024x435.png\" alt=\"\" class=\"wp-image-1687\" srcset=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7-1024x435.png 1024w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7-300x127.png 300w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7-768x326.png 768w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7-1536x653.png 1536w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/06\/image-7.png 1716w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These settings are unique to Splitgate 2 and directly impact your ability to use the game&#8217;s core mechanic effectively. Unlike other settings where lower means better performance, these must remain high for competitive play.<\/p>\n\n\n\n<div class=\"settings-table-compact\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">Portal Settings Configuration<\/h3>\n    <div class=\"table-badge\">Required for Gameplay<\/div>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"settings-table\">\n    <thead>\n      <tr>\n        <th>Setting<\/th>\n        <th>Required Value<\/th>\n        <th>Why This Is Critical<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Portal Frame Rate<\/strong><\/td>\n        <td><span class=\"value-badge\">Ultra\/High<\/span><\/td>\n        <td>Low settings make portals update slowly, ruining tactical advantage<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>Portal Quality<\/strong><\/td>\n        <td><span class=\"value-badge\">Ultra\/High<\/span><\/td>\n        <td>Affects clarity when looking\/shooting through portals<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>See Through World Portals<\/strong><\/td>\n        <td><span class=\"value-badge\">On<\/span><\/td>\n        <td>Essential for spotting enemies through portals<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u26a0\ufe0f<\/span>\n    <span class=\"alert-title\">Performance Trade-off Accepted<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Yes, these settings cost FPS. But lowering them defeats the entire purpose of playing Splitgate 2. The game is balanced around players having full portal visibility. Accept the 10-15 FPS cost here and optimize elsewhere.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Advanced Graphics Technologies<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Modern upscaling and latency reduction technologies can dramatically improve both FPS and responsiveness when configured correctly.<\/p>\n\n\n\n<div class=\"settings-cards\">\n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">NVIDIA DLSS Settings<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">+40-60% FPS<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">DLSS Super Resolution<\/span>\n        <span class=\"setting-value\">Quality\/Balanced<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">DLSS Preset<\/span>\n        <span class=\"setting-value\">Transformer<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">DLSS Sharpness<\/span>\n        <span class=\"setting-value\">0 (None)<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Frame Generation<\/span>\n        <span class=\"setting-value\">OFF<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">NVIDIA Reflex<\/span>\n        <span class=\"setting-value\">Boost<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"setting-card\">\n    <div class=\"card-header\">\n      <h3 class=\"card-title\">AMD FSR Settings<\/h3>\n      <div class=\"card-impact\">\n        <span class=\"impact-label\">+30-50% FPS<\/span>\n        <div class=\"impact-bars\">\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar filled\"><\/div>\n          <div class=\"impact-bar\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"card-content\">\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">FSR Mode<\/span>\n        <span class=\"setting-value\">Quality\/Balanced<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">FSR Sharpness<\/span>\n        <span class=\"setting-value\">Default<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">Frame Generation<\/span>\n        <span class=\"setting-value\">OFF<\/span>\n      <\/div>\n      <div class=\"setting-row\">\n        <span class=\"setting-name\">AMD Anti-Lag<\/span>\n        <span class=\"setting-value\">Enabled<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-success\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u2713<\/span>\n    <span class=\"alert-title\">DLSS\/FSR Are Game-Changers<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    These AI upscaling technologies render the game at lower resolution then intelligently upscale it. Result: 40-60% more FPS with minimal quality loss. Start with Quality mode, switch to Balanced if you need more performance. Never use Frame Generation &#8211; it adds too much input lag for competitive play.\n  <\/div>\n<\/div>\n\n<div class=\"cta-banner\">\n  <div class=\"cta-content\">\n    <h3 class=\"cta-heading\">Get Pro-Level Performance Instantly<\/h3>\n    <p class=\"cta-subheading\">Why spend hours tweaking when Hone optimizes everything automatically?<\/p>\n    <a href=\"https:\/\/hone.gg\/\" class=\"cta-button\">Download Hone &#8211; It&#8217;s Free<\/a>\n    <div class=\"cta-badges\">\n      <div class=\"cta-badge\">\n        <span>\u26a1<\/span>\n        <span>One-Click Optimization<\/span>\n      <\/div>\n      <div class=\"cta-badge\">\n        <span>\ud83c\udfaf<\/span>\n        <span>Game-Specific Profiles<\/span>\n      <\/div>\n      <div class=\"cta-badge\">\n        <span>\ud83d\udee1\ufe0f<\/span>\n        <span>100% Safe &#038; Reversible<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"advanced-tweaks\"><strong>Advanced Unreal Engine 5 Configuration (Expert Users Only)<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-reddit wp-block-embed-reddit\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"reddit-embed-bq\" style=\"height:316px\" ><a href=\"https:\/\/www.reddit.com\/r\/Splitgate\/comments\/1kug2b9\/bad_performance_issues_suddenly_today_but_not_for\/\">bad performance issues suddenly today but not for alpha\/1st day of beta..?<\/a><br> by<a href=\"https:\/\/www.reddit.com\/user\/Large-Contribution6\/\">u\/Large-Contribution6<\/a> in<a href=\"https:\/\/www.reddit.com\/r\/Splitgate\/\">Splitgate<\/a><\/blockquote><script async src=\"https:\/\/embed.reddit.com\/widgets.js\" charset=\"UTF-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For those seeking every last frame, Splitgate 2&#8217;s Unreal Engine foundation allows deep configuration through .ini file modifications. These tweaks go beyond in-game menus to address engine-level optimizations.<\/p>\n\n\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u26a0\ufe0f<\/span>\n    <span class=\"alert-title\">Advanced Users Only &#8211; Backup First!<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Modifying .ini files can cause crashes or graphical glitches if done incorrectly. Always backup original files before making changes. These tweaks are especially relevant given reported stuttering in Battle Royale mode and portal traversal.\n  <\/div>\n<\/div>\n\n<div class=\"settings-table-compact\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">Key .ini File Optimizations<\/h3>\n    <div class=\"table-badge\">For Stuttering &#038; Input Lag<\/div>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"settings-table\">\n    <thead>\n      <tr>\n        <th>Parameter<\/th>\n        <th>Value<\/th>\n        <th>Purpose<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>r.VSync<\/strong><\/td>\n        <td>0<\/td>\n        <td>Force disable VSync at engine level<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>r.Streaming.PoolSize<\/strong><\/td>\n        <td>Based on VRAM<\/td>\n        <td>12288 (16GB), 9216 (12GB), 6144 (8GB)<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>r.OneFrameThreadLag<\/strong><\/td>\n        <td>0<\/td>\n        <td>Reduce input latency significantly<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>r.Lumen.DiffuseIndirect.AsyncCompute<\/strong><\/td>\n        <td>1<\/td>\n        <td>Offload lighting calculations<\/td>\n      <\/tr>\n      <tr>\n        <td><strong>bEnableMouseSmoothing<\/strong><\/td>\n        <td>False<\/td>\n        <td>Disable mouse acceleration<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<p style=\"margin-top: 20px; font-size: 14px; color: var(--text-medium);\">\n<strong>File Locations:<\/strong><br>\nSteam\/GoG: %localappdata%\\PortalWars2\\Saved\\Config\\Windows<br>\nGame Pass: %localappdata%\\PortalWars2\\Saved\\Config\\WinGDKClient\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Splitgate 2 <strong>Performance Profiles<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here are complete, tested configurations for different hardware tiers. Find your GPU and copy these exact settings for optimal performance.<\/p>\n\n\n\n<div class=\"settings-table-compact\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">Settings by Hardware Tier<\/h3>\n  <\/div>\n  <div class=\"table-wrapper\"><table class=\"settings-table\">\n    <thead>\n      <tr>\n        <th>Setting<\/th>\n        <th>Entry (GTX 1660\/RX 5600)<\/th>\n        <th>Mid (RTX 3060\/RX 6600)<\/th>\n        <th>High (RTX 4070+\/RX 7800+)<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td><strong>Target FPS<\/strong><\/td>\n        <td>100-120<\/td>\n        <td>144-165<\/td>\n        <td>200-240+<\/td>\n      <\/tr>\n      <tr>\n        <td>Resolution<\/td>\n        <td>1080p + FSR<\/td>\n        <td>1080p\/1440p + DLSS<\/td>\n        <td>1440p\/4K + DLSS<\/td>\n      <\/tr>\n      <tr>\n        <td>View Distance<\/td>\n        <td>High<\/td>\n        <td>Ultra<\/td>\n        <td>Ultra<\/td>\n      <\/tr>\n      <tr>\n        <td>Shadows<\/td>\n        <td>Off<\/td>\n        <td>Low<\/td>\n        <td>Medium<\/td>\n      <\/tr>\n      <tr>\n        <td>Post Processing<\/td>\n        <td>Low<\/td>\n        <td>Low<\/td>\n        <td>Medium<\/td>\n      <\/tr>\n      <tr>\n        <td>Textures<\/td>\n        <td>Medium<\/td>\n        <td>High<\/td>\n        <td>Ultra<\/td>\n      <\/tr>\n      <tr>\n        <td>Anti-Aliasing<\/td>\n        <td>FXAA<\/td>\n        <td>Low + DLSS<\/td>\n        <td>Medium + DLSS<\/td>\n      <\/tr>\n      <tr>\n        <td>Portal Quality<\/td>\n        <td>High<\/td>\n        <td>Ultra<\/td>\n        <td>Ultra<\/td>\n      <\/tr>\n      <tr>\n        <td>Portal Frame Rate<\/td>\n        <td>High<\/td>\n        <td>Ultra<\/td>\n        <td>Ultra<\/td>\n      <\/tr>\n      <tr>\n        <td>DLSS\/FSR<\/td>\n        <td>FSR Balanced<\/td>\n        <td>DLSS Quality<\/td>\n        <td>DLSS Quality<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Bottom Line<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Optimizing Splitgate 2 requires a different approach than traditional shooters. The game&#8217;s portal mechanics demand keeping certain settings high even at the cost of raw FPS. View Distance and Portal settings are non-negotiable &#8211; they directly impact your ability to compete.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with our recommended display settings, aggressively lower post-processing and shadows, then leverage DLSS or FSR for massive performance gains without sacrificing clarity. Cap your FPS just below monitor refresh rate for optimal latency, and never enable Frame Generation in competitive play.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why does Splitgate 2 stutter when I go through portals?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Portal rendering essentially forces your GPU to render two scenes simultaneously, which can cause stuttering on systems with insufficient VRAM or when texture streaming settings are too low. Consider lowering Texture Quality if you have less than 6GB VRAM.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Should I use Frame Generation in Splitgate 2?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">No. Frame Generation (DLSS 3 or FSR 3) creates interpolated frames that significantly increase input latency. In a competitive shooter where milliseconds matter, the added delay outweighs any FPS benefit. Use DLSS\/FSR Super Resolution instead for performance gains without latency penalty.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What&#8217;s the best FOV setting for competitive play?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">95-103 FOV provides the best balance between peripheral vision and target size. Higher FOV lets you see more but makes distant enemies smaller and harder to hit. Most pro players use 100-103. The performance impact is minimal (3-5 FPS) and worth it for the tactical advantage.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why should I cap my FPS below my monitor&#8217;s refresh rate?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Capping FPS 3-4 frames below your monitor&#8217;s refresh rate (e.g., 141 for 144Hz) prevents frame queuing and keeps adaptive sync technologies active. This reduces input latency compared to uncapped FPS, which can cause inconsistent frame pacing and actually increase delay despite higher numbers.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can I lower Portal settings for more FPS?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Technically yes, but you shouldn&#8217;t. Portal Frame Rate and Portal Quality directly affect your ability to see and shoot through portals &#8211; the game&#8217;s core mechanic. Low settings make portals update slowly and appear blurry, giving opponents with higher settings a massive advantage. Accept the 10-15 FPS cost.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What causes the Battle Royale mode to perform worse?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Battle Royale mode has larger maps, more players, and increased portal density compared to arena modes. This exponentially increases the rendering load, especially when multiple portals are visible simultaneously. Lowering View Distance slightly and ensuring VRAM isn&#8217;t maxed out can help.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Should I modify .ini files for better performance?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Only if you&#8217;re experiencing persistent stuttering after trying all other optimizations. .ini tweaks can address engine-level issues like VRAM management and shader compilation stutters. Always backup files first. Key tweaks include r.Streaming.PoolSize for VRAM and r.OneFrameThreadLag=0 for input latency.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Is DLSS or FSR better for Splitgate 2?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">DLSS generally provides better image quality and performance if you have an NVIDIA RTX card. FSR works on all GPUs and still offers significant gains. Both are excellent for boosting FPS without the blur of simply lowering resolution. Start with Quality mode for either technology.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What&#8217;s more important: high FPS or low settings?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">In Splitgate 2, maintaining competitive visibility is crucial. Keep View Distance and Portal settings high even if it costs FPS. 120 FPS with proper visibility beats 200 FPS where you can&#8217;t see distant enemies or portal contents clearly. Use DLSS\/FSR to gain FPS without sacrificing critical visual information.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Will Hone.gg actually improve my Splitgate 2 performance?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Yes. Hone optimizes Windows settings, disables unnecessary services, configures optimal power plans, and manages background processes automatically. These system-level optimizations often provide 15-30% performance improvement, especially on systems with background bloat. It&#8217;s particularly effective for players who aren&#8217;t comfortable with manual registry and service modifications.<\/p>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Splitgate 2 blends portals with arena combat, but that visual magic comes at a cost. This guide reveals how top players optimize settings to keep 200+ FPS, even during portal-heavy firefights.<\/p>\n","protected":false},"author":2,"featured_media":1677,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[47],"tags":[],"class_list":["post-1672","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-splitgate-2"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/1672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=1672"}],"version-history":[{"count":7,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/1672\/revisions"}],"predecessor-version":[{"id":2231,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/1672\/revisions\/2231"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/1677"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=1672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=1672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=1672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}