Simagic Maglink Pro Xtend
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); .pca-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .pca-wrap { fo nt-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .pca-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 8px; } .pca-section-title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 20px; line-height: 1.3; } /* ── Stat pills ── */ .pca-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; } .pca-stat { background: #fff; border: 1px solid #c8e6f8; border-radius: 50px; padding: 5px 14px; display: flex; align-items: baseline; gap: 5px; } .pca-stat-num { font-size: 13px; font-weight: 700; color: #0277bd; } .pca-stat-label { font-size: 13px; color: #4a90c4; } /* ── Feature cards ── */ .pca-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 48px; } .pca-feature-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px; } .pca-feature-icon { width: 23px; height: 23px; background: #0277bd; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .pca-feature-icon svg { width: 11px; height: 11px; fill: #fff; } .pca-feature-card h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 5px; } .pca-feature-card p { font-size: 12px; color: #4a5568; line-height: 1.5; } /* ── Accessory cards ── */ .pca-accessory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-bottom: 48px; } .pca-accessory-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; } .pca-accessory-card__img { background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 20px; min-height: 180px; } .pca-accessory-card__img img { max-width: 100%; max-height: 140px; object-fit: contain; transition: transform 0.3s ease; transform: scale(1.3); } .pca-accessory-card:hover .pca-accessory-card__img img { transform: scale(1.37); } .pca-accessory-card__body { padding: 14px 16px 18px; flex: 1; display: flex; flex-direction: column; border-top: 1px solid #e8f4fd; } .pca-accessory-card__type { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 4px; } .pca-accessory-card__name { font-size: 16px; font-weight: 800; color: #0d1b2a; margin-bottom: 8px; line-height: 1.2; } .pca-accessory-card__desc { font-size: 12px; color: #4a5568; line-height: 1.6; margin-bottom: 12px; flex: 1; } .pca-accessory-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; } .pca-accessory-card__tag { font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 50px; background: #eef7ff; border: 1px solid #c8e6f8; color: #0277bd; } /* ── Split sections ── */ .pca-split { margin-bottom: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 16px; overflow: hidden; } .pca-split__img { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; } .pca-split__body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; background: #fff; } .pca-split__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 6px; } .pca-split__title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; } .pca-split__subtitle { font-size: 12px; font-weight: 600; color: #4a90c4; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; } .pca-split__text { font-size: 13px; color: #4a5568; line-height: 1.65; } .pca-split__points { list-style: none; padding: 0; margin: 14px 0 0; } .pca-split__points li { display: flex; gap: 10px; font-size: 13px; color: #374151; margin-bottom: 10px; line-height: 1.5; } .pca-split__points li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #0277bd; flex-shrink: 0; margin-top: 6px; } .pca-split__points strong { color: #0d1b2a; } .pca-zeus-dark { background: #fff; border-radius: 16px; overflow: hidden; margin-bottom: 4px; } .pca-zeus-dark .pca-split__body { background: #fff; border: none; } .pca-zeus-dark .pca-split__points li::before { background: #c0342a; } /* ── UP+ badge ── */ .pca-up-badge { display: inline-flex; align-items: center; gap: 8px; background: #eef7ff; border: 1px solid #c8e6f8; border-radius: 8px; padding: 5px 12px; margin-bottom: 16px; } .pca-up-badge span { font-size: 10px; font-weight: 700; color: #0277bd; letter-spacing: 0.06em; text-transform: uppercase; } /* ── Spec rows ── */ .pca-specs-dark { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; overflow: hidden; margin-bottom: 48px; } .pca-spec-row { display: flex; justify-content: space-between; padding: 9px 12px; background: #fff; font-size: 13px; gap: 12px; } .pca-spec-row.alt { background: #f7fbff; } .pca-spec-row .sk { color: #718096; } .pca-spec-row .sv { font-weight: 700; color: #0d1b2a; text-align: right; } /* ── FAQ ── */ .pca-faq { margin-bottom: 48px; } .pca-faq-group { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #c0342a; margin: 28px 0 4px; padding: 0 0 0 4px; } .pca-faq-group:first-child { margin-top: 0; } .pca-faq details { border-bottom: 1px solid #e2edf8; } .pca-faq details:first-of-type { border-top: 1px solid #e2edf8; } .pca-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 15px 4px; cursor: pointer; font-size: 13px; font-weight: 500; color: #0d1b2a; line-height: 1.45; user-select: none; -webkit-user-select: none; } .pca-faq summary::-webkit-details-marker { display: none; } .pca-faq summary::after { content: ''; flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0342a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat; transition: transform 0.2s ease; } .pca-faq details[open] > summary::after { transform: rotate(180deg); } .pca-faq summary:hover { color: #c0342a; } .pca-faq-a { font-size: 13px; color: #4a5568; line-height: 1.65; padding: 0 4px 16px 4px; } .pca-faq-a strong { color: #0d1b2a; font-weight: 700; } .pca-faq-a a { color: #0277bd; } /* ── Warranty ── */ .pca-warranty { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; } .pca-warranty-item { flex: 1; min-width: 160px; background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; } .pca-warranty-icon { width: 32px; height: 32px; background: #0277bd; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .pca-warranty-icon svg { width: 16px; height: 16px; fill: #fff; } .pca-warranty-item h5 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .pca-warranty-item p { font-size: 12px; color: #718096; line-height: 1.45; } /* ── Accessory Finder (ZCF) ── */ .zcf * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .zcf-step { display: none; } .zcf-step.zcf-active { display: block; } .zcf-progress { display: flex; gap: 6px; margin-bottom: 16px; align-items: center; } .zcf-dot { width: 7px; height: 7px; border-radius: 50%; background: #e0e0e0; transition: all 0.22s; } .zcf-dot.done { background: #0d1b2a; width: 20px; border-radius: 4px; } .zcf-dot.active { background: #c0342a; transform: scale(1.35); } .zcf-q { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .zcf-sub { font-size: 11px; color: #718096; margin-bottom: 14px; line-height: 1.5; } .zcf-opts { display: grid; gap: 10px; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr 1fr; } .zcf-opt { background: #fff; border: 1.5px solid #ebebeb; border-radius: 14px; cursor: pointer; display: flex; flex-direction: column; align-items: stretch; text-align: center; width: 100%; overflow: hidden; position: relative; transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s; } .zcf-opt:hover { border-color: #0d1b2a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); } .zcf-opt.zcf-sel { border: 2px solid #c0342a; box-shadow: 0 4px 16px rgba(192,52,42,0.12); transform: translateY(-2px); } .zcf-opt-thumb { width: 100%; height: 168px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; padding: 12px; } .zcf-opt-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.2s; transform: scale(1.25); } .zcf-opt:hover .zcf-opt-thumb img, .zcf-opt.zcf-sel .zcf-opt-thumb img { transform: scale(1.32) translateY(-2px); } .zcf-opt-body { padding: 9px 10px 12px; background: #fff; border-top: 1px solid #ebebeb; } .zcf-opt.zcf-sel .zcf-opt-body { border-top-color: #f5c5c0; } .zcf-ot { font-size: 12px; font-weight: 700; color: #0d1b2a; display: block; margin-bottom: 2px; line-height: 1.3; } .zcf-od { font-size: 10px; color: #999; line-height: 1.4; display: block; } .zcf-sel-check { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; border-radius: 50%; background: #c0342a; display: none; align-items: center; justify-content: center; font-size: 11px; color: #fff; font-weight: 700; z-index: 2; } .zcf-opt.zcf-sel .zcf-sel-check { display: flex; } .zcf-nav { display: flex; gap: 8px; margin-top: 14px; } .zcf-btn { padding: 8px 18px; border-radius: 50px; font-size: 11px; font-weight: 700; cursor: pointer; border: 1.5px solid #ddd; background: transparent; color: #555; transition: all 0.15s; letter-spacing: 0.03em; } .zcf-btn:hover { border-color: #aaa; color: #0d1b2a; } .zcf-result { border-radius: 12px; overflow: hidden; border: 1px solid #e8e8e8; } .zcf-rhead { background: #fff; padding: 16px 20px; border-bottom: 1px solid #e8e8e8; } .zcf-rhead h3 { font-size: 14px; font-weight: 800; color: #0d1b2a; margin-bottom: 3px; } .zcf-rhead p { font-size: 11px; color: #718096; } .zcf-rbody { background: #fff; } .zcf-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f5f5f5; } .zcf-item:last-child { border-bottom: none; } .zcf-item-img { width: 48px; height: 48px; flex-shrink: 0; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .zcf-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 0; transform: scale(1.5); transform-origin: center; } .zcf-iname { font-size: 12px; font-weight: 700; color: #0d1b2a; } .zcf-iwhy { font-size: 10px; color: #718096; margin-top: 3px; line-height: 1.5; } .zcf-tag { display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 50px; margin-left: 6px; vertical-align: middle; letter-spacing: 0.04em; } .zt-req { background: #fff0ee; color: #c0342a; border: 1px solid rgba(192,52,42,0.25); } .zt-none { background: #e8f5e9; color: #2e7d32; border: 1px solid rgba(46,125,50,0.25); } .zt-opt { background: #fff8e1; color: #e65100; border: 1px solid rgba(230,81,0,0.2); } .zt-inc { background: #f3e8ff; color: #7b1fa2; border: 1px solid rgba(123,31,162,0.2); } .zcf-footer { padding: 12px 16px; background: #fff; border-top: 1px solid #ebebeb; display: flex; justify-content: center; gap: 10px; } /* ── Setup grid ── */ .pca-setup-grid a > div { overflow: hidden; } .pca-setup-grid a:hover img { transform: scale(1.08); } /* ── Responsive ── */ @media (max-width: 640px) { .pca-section-title { font-size: 16px; } .pca-split { grid-template-columns: 1fr !important; } .pca-split__img { width: 100%; height: 220px; object-fit: contain; order: -1; } .pca-split__body { order: 1; padding: 20px 16px !important; } .pca-hero-banner { grid-template-columns: 1fr !important; } .pca-hero-banner__img { order: -1; min-height: 220px; } .pca-hero-banner__text { padding: 28px 20px !important; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr !important; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr !important; } .pca-cta-buttons { align-items: center !important; width: 100%; } .pca-cta-buttons a { text-align: center !important; width: 100%; } } Simagic UP+ Modular Ecosystem MagLink Pro Xtend QR50 Quick-Release. Magnetic Data. Full SimHub. MagLink Pro Xtend enables seamless connection between Alpha wheelbases and Zeus Series wheels, while also unlocking USB mode for Neo X and GT Neo, enabling full SimHub functionality for these two wheels. It is a complete, all-aluminium Simagic QR50 quick-release connector with a magnetic data port built directly into the bottom of the connector. Designed specifically for Alpha, Alpha Mini, Alpha Ultimate and M10 bases, not suitable for Alpha EVO. Available now from Player1 Sim Gear, authorised Australian Simagic dealer. Alpha Seriescompatible (not Alpha EVO) QR50all-aluminium quick-release Zeus + Neo Xwheel compatible Neo X + GT NeoSimHub unlocked All Inputsfully retained SimHub+ SimPro V3 Do you actually need it? The most situational part in the Zeus range. Here is the honest answer. The MagLink Pro Xtend solves one specific problem. For most setups the standard MagLink Pro is the right choice. Here is exactly who the Xtend is for, and who should skip it. GET IT if BOTH are true You run an Alpha wheelbase (Alpha, Alpha Mini, Alpha Ultimate or M10), and You own more than one Zeus wheel that you swap between. The Xtend mounts on the base, so a single MagLink Pro serves every wheel you own. Set it up once and swap wheels freely, with no MagLink Pro needed per wheel. For a multi-wheel Alpha collection it saves money and keeps things tidy. SKIP IT if any of these You own a single Zeus wheel. Just buy the MagLink Pro for that wheel. You are on Alpha EVO. Connect natively: wireless with AirLink or wired with MagLink Pro. You are on a third-party base. Use MagLink Pro. The honest summary: MagLink Pro Xtend is a niche convenience for Alpha owners with several Zeus wheels. If that is not you, the standard MagLink Pro is what you want, and you can spend the difference elsewhere in your rig. Product Detail What MagLink Pro Xtend does UP+ Fully Modular QR50 Quick-Release Connector Seamless Connection. Alpha Series & M10. Alpha · Alpha Mini · Alpha Ultimate · M10, Not Alpha EVO MagLink Pro Xtend is an all-aluminium Simagic QR50 quick-release connector with a magnetic data port built directly into the base. It mounts to your Alpha Series or M10 wheelbase shaft and connects your Zeus Series wheel, passing all inputs, RGB shift light data, and SimHub telemetry through to your PC. Designed specifically for Alpha, Alpha Mini, Alpha Ultimate, and M10. Not suitable for Alpha EVO bases, which connect natively to Zeus wheels without any adapter. All-aluminium QR50 construction, precision-machined quick-release compatible with the Simagic QR50 standard. Magnetic data port, built into the base of the connector for reliable, repeatable data connection. Alpha Series / M10 only, Alpha, Alpha Mini, Alpha Ultimate, M10. NOT compatible with Alpha EVO. All inputs retained, every button, encoder, rotary, thumb control, and shift light passes through fully. Included with MagicDash 4 Simple Setup Plug into PC. Done. USB-C to PC · SimHub · SimPro Manager V3 MagLink Pro Xtend also unlocks USB mode for Simagic Neo X and GT Neo wheels on Alpha Series and M10 bases, enabling full SimHub telemetry and input support for these wheels. Without Xtend, Neo X and GT Neo on Alpha Series bases do not have access to SimHub functionality. Included in every MagicDash 4 box, no separate purchase needed for standard setups. USB mode for Neo X, unlocks full SimHub support on Alpha Series / M10 bases. USB mode for GT Neo, same SimHub unlock applies to GT Neo on Alpha Series / M10. Standalone availability, also sold separately for additional displays or as a replacement. Full Compatibility Works With Every Setup Your Alpha Base. Your Zeus Wheel. One Connector. iRacing · ACC · Assetto Corsa · F1 Series · rFactor 2 · LMU · And More MagLink Pro Xtend mounts directly to the Alpha Series or M10 wheelbase shaft via the QR50 standard. The magnetic data port at the base of the connector provides the data link between the wheel and base. Connect the USB cable to your PC and you're ready to go. Alpha Series / M10 only, Alpha, Alpha Mini, Alpha Ultimate, M10. Not for Alpha EVO or third-party bases. All Zeus wheels, Zeus Formula, GT, Sport. Neo X + GT Neo SimHub, Xtend also unlocks full SimHub support for Neo X and GT Neo wheels on Alpha Series bases. All major PC sims, via SimHub (free) or SimPro Manager V3 (free). Why MagLink Pro Xtend The Alpha Series connection, solved. All Inputs Fully Retained Every button, rotary encoder, thumb control, and Hall-sensor paddle on your Zeus wheel passes through MagLink Pro Xtend to your PC with full fidelity. No inputs are lost or downgraded compared to a native Alpha EVO connection. Manages MagicDash 4 in SimPro V3 All 15 RGB shift indicator LEDs on your Zeus wheel operate normally through MagLink Pro Xtend. Full SimHub and SimPro Manager V3 control over shift point colours and telemetry-linked zones is retained. Included, No Extra Cost MagLink Pro Xtend also unlocks SimHub compatibility for Neo X and GT Neo wheels on Alpha Series bases, a feature not available with standard wired connections. Full SimHub dashboard, LED, and input mapping support. Run Multiple Displays MagLink Pro Xtend uses the Simagic QR50 standard, a precision all-aluminium quick-release that connects and disconnects cleanly with one motion. The magnetic data port built into the base of the connector makes data connection automatic on attachment. Technical Specifications MagLink Pro Xtend, Full Specifications Simagic UP+ Ecosystem MagLink Pro Xtend QR50 Connector Product NameMagLink Pro Xtend FunctionQR50 quick-release connector with magnetic data port · Zeus wheel connection for Alpha Series / M10 · Neo X + GT Neo USB mode unlock Connection TypeMagnetic data port (built into QR50 base) + USB to PC Antennas2 × integrated dual antennas PC ConnectionUSB-C Housing MaterialABS + PC with integrated antenna housing Dimensions91.5 × 79.5 × 27.6 mm SoftwareSimPro Manager V3 · SimHub CompatibilityMagicDash 4 (all setups) Included WithEvery MagicDash 4 purchase (standalone or bundle) PlatformPC Only Warranty2 Years Zeus Accessory Checker What Zeus accessories do I need? Select your wheelbase, choose your Zeus wheel, and tell us if you want a MagicDash 4, we'll tell you exactly what accessories are required. ? Wheelbase Not selected ? Zeus Wheel Not selected ? MagicDash 4 Not selected .zcf *{box-sizing:border-box;margin:0;padding:0;font-family:'Poppins',sans-serif} .zcf-step{display:none} .zcf-step.zcf-active{display:block} .zcf-progress{display:flex;gap:6px;margin-bottom:16px;align-items:center} .zcf-dot{width:7px;height:7px;border-radius:50%;background:#e0e0e0;transition:all 0.22s} .zcf-dot.done{background:#0d1b2a;width:20px;border-radius:4px} .zcf-dot.active{background:#c0342a;transform:scale(1.35)} .zcf-q{font-size:13px;font-weight:700;color:#0d1b2a;margin-bottom:3px} .zcf-sub{font-size:11px;color:#718096;margin-bottom:14px;line-height:1.5} .zcf-opts{display:grid;gap:10px} .zcf-opts.cols2{grid-template-columns:1fr 1fr} .zcf-opts.cols3{grid-template-columns:1fr 1fr 1fr} .zcf-opt{background:#fff;border:1.5px solid #ebebeb;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;text-align:center;width:100%;overflow:hidden;position:relative;transition:border-color 0.15s,transform 0.12s,box-shadow 0.15s} .zcf-opt:hover{border-color:#0d1b2a;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.08)} .zcf-opt.zcf-sel{border:2px solid #c0342a;box-shadow:0 4px 16px rgba(192,52,42,0.12);transform:translateY(-2px)} .zcf-opt-thumb{width:100%;height:168px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;padding:12px} .zcf-opt.zcf-sel .zcf-opt-thumb{background:#fff} .zcf-opt-thumb img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.2s} .zcf-opt:hover .zcf-opt-thumb img,.zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.07) translateY(-2px)} #zcf-s1 .zcf-opt-thumb img{transform:scale(1.13)} #zcf-s1 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s1 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.19) translateY(-2px)} #zcf-s2 .zcf-opt-thumb img,#zcf-s3 .zcf-opt-thumb img{transform:scale(1.25)} #zcf-s2 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s3 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s2 .zcf-opt.zcf-sel .zcf-opt-thumb img,#zcf-s3 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.32) translateY(-2px)} .zcf-opt-body{padding:9px 10px 12px;background:#fff;border-top:1px solid #ebebeb} .zcf-opt.zcf-sel .zcf-opt-body{border-top-color:#f5c5c0} .zcf-ot{font-size:12px;font-weight:700;color:#0d1b2a;display:block;margin-bottom:2px;line-height:1.3} .zcf-od{font-size:10px;color:#999;line-height:1.4;display:block} .zcf-sel-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:#c0342a;display:none;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:700;z-index:2} .zcf-opt.zcf-sel .zcf-sel-check{display:flex} .zcf-nav{display:flex;gap:8px;margin-top:14px} .zcf-btn{padding:8px 18px;border-radius:50px;font-size:11px;font-weight:700;cursor:pointer;border:1.5px solid #ddd;background:transparent;color:#555;transition:all 0.15s;letter-spacing:0.03em} .zcf-btn:hover{border-color:#aaa;color:#0d1b2a} .zcf-result{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8} .zcf-rhead{background:#fff;padding:16px 20px;border-bottom:1px solid #e8e8e8} .zcf-rhead h3{font-size:14px;font-weight:800;color:#0d1b2a;margin-bottom:3px} .zcf-rhead p{font-size:11px;color:#718096} .zcf-rbody{background:#fff} .zcf-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5} .zcf-item:last-child{border-bottom:none} .zcf-item-img{width:48px;height:48px;flex-shrink:0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden} .zcf-item-img img{width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.5);transform-origin:center} .zcf-iname{font-size:12px;font-weight:700;color:#0d1b2a} .zcf-iwhy{font-size:10px;color:#718096;margin-top:3px;line-height:1.5} .zcf-tag{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:50px;margin-left:6px;vertical-align:middle;letter-spacing:0.04em} .zt-req{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-none{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.2)} .zt-opt{background:#fff8e1;color:#e65100;border:1px solid rgba(230,81,0,0.2)} .zt-inc{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-info{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.25)} .zcf-footer{padding:12px 16px;background:#fff;border-top:1px solid #ebebeb;display:flex;justify-content:center;gap:10px} What wheelbase are you running? This determines which adapters you need. ✓ Alpha EVO SeriesEVO 9Nm · EVO Pro 18Nm · EVO Ultra · EVO Sport ✓ Alpha Series / M10Alpha Mini · Alpha · Alpha Ultimate · M10 ✓ Third-party BaseSimucube · MOZA · Fanatec · VRS · Asetek Which Zeus wheel, or MagicDash 4 standalone? Choose a Zeus wheel, or select MagicDash 4 only for standalone DDU use without a Zeus wheel. ✓ Zeus Formula280mm · F1 spec · 92 inputs ✓ Zeus GT300mm · D-shape · 60 inputs ✓ Zeus Sport320mm · Round · 50 inputs ✓ MagicDash 4 onlyStandalone DDU · no Zeus wheel ← Back How do you want to use the MagicDash 4? The MagicDash 4 can mount onto the Zeus wheel, fixed to the wheelbase, both, or you can skip it. ✓ On the Zeus wheelWheel-mounted · no MagDock needed ✓ Mounted on wheelbaseFixed to base · MagDock required ✓ Both, wheel & wheelbaseTwo MagicDash 4 units ✓ ✕ No MagicDash 4Wheel only · no dashboard ← Back ← Edit Start over var zcfSel = {}; var zcfDelay = 280; var zcfBarData = { base: { evo: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha_Evo.webp?v=1780468680', label:'Alpha EVO Series' }, alpha: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha.webp?v=1780468681', label:'Alpha Series / M10' }, third: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Other_wheelbases.webp?v=1780468681', label:'Third-party Base' } }, wheel: { formula: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', label:'Zeus Formula' }, gt: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', label:'Zeus GT' }, sport: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png', label:'Zeus Sport' }, dashonly: { img:'', label:'No wheel' } }, dash: { wheel: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'On Zeus wheel' }, base: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', label:'On wheelbase' }, both: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'Wheel + wheelbase' }, no: { img:'', label:'No MagicDash 4' } } }; var zcfResultImgs = { magdock: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', maglink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro-800x800_Transparent_PNG_1.png', maglinkxt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro_Xtend-800x800_Transparent_PNG_3.png', magicdash: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', airlink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Air_Link-800x800_Transparent_PNG_1.png', paddles: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/3-Paddle_Shifter_Module-800x800_Transparent_PNG_1.png', rims_gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZGT-300CD_Leather__800x800_TransparentPNG.png', rims_sport:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZS-310CS_Suede__800x800_TransparentPNG.png' }; function zcfSetBar(slot, val) { var bar = document.getElementById('zcf-visual-bar'); if (bar.style.display === 'none') bar.style.display = 'grid'; var imgWrap = document.getElementById('vbi-' + slot); var lbl = document.getElementById('vbl-' + slot); var data = zcfBarData[slot] && zcfBarData[slot][val]; if (data && data.img) { imgWrap.innerHTML = ''; } else if (data) { imgWrap.innerHTML = '✕'; } lbl.textContent = data ? data.label : 'Not selected'; lbl.style.color = data ? '#0d1b2a' : '#bbb'; lbl.style.fontSize = '12px'; } function zcfClearBar(slots) { slots.forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; var lbl = document.getElementById('vbl-'+slot); lbl.textContent = 'Not selected'; lbl.style.color = '#bbb'; delete zcfSel[{base:'s1',wheel:'s2',dash:'s3'}[slot]]; }); var slotToStep = {base:'zcf-s1', wheel:'zcf-s2', dash:'zcf-s3'}; slots.forEach(function(slot) { var stepEl = document.getElementById(slotToStep[slot]); if (stepEl) stepEl.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); }); } function zcfPick(btn, step, slot, nextStep) { btn.closest('.zcf-opts').querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); btn.classList.add('zcf-sel'); zcfSel[step] = btn.dataset.v; zcfSetBar(slot, btn.dataset.v); if (btn.dataset.v === 'dashonly') { zcfSetBar('dash', 'base'); zcfSel['s3'] = 'base'; } if (step === 's2' && btn.dataset.v !== 'dashonly') { var wheelImgs = { formula: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', sport: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png' }; var img = document.getElementById('zcf-s3-wheel-img'); if (img && wheelImgs[btn.dataset.v]) { img.src = wheelImgs[btn.dataset.v]; img.alt = btn.dataset.label + ' with MagicDash 4'; } } setTimeout(function() { if (nextStep === 'result') zcfShowResult(); else zcfNext(step, nextStep); }, zcfDelay); } function zcfNext(f, t) { document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfBack(f, t, clearSlots) { if (clearSlots) zcfClearBar(clearSlots); document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfDots() { var steps = ['s1','s2','s3','s4']; var active = steps.findIndex(function(s){ return document.getElementById('zcf-'+s).classList.contains('zcf-active'); }); document.querySelectorAll('.zcf-dot').forEach(function(d,i){ d.classList.remove('active','done'); if (i < active) d.classList.add('done'); if (i === active) d.classList.add('active'); }); } function zcfRow(imgKey, tagCls, tagLabel, name, arg5, arg6, arg7, arg8) { var why, extraTagCls = null, extraTagLabel = null, url = null; if (arg7 !== undefined && typeof arg7 === 'string' && arg7.startsWith('http')) { // 6-arg with url: (imgKey,tagCls,tagLabel,name,why,url), arg5=why, arg6=url why = arg5 || ''; url = arg6; } else if (arg7 !== undefined) { extraTagCls = arg5; extraTagLabel = arg6; why = arg7; url = arg8 || null; } else { why = arg5 || ''; url = arg6 && arg6.startsWith('http') ? arg6 : null; } var img = zcfResultImgs[imgKey]; var imgHtml = img ? '' : '✓'; var extraTag = extraTagLabel ? ''+extraTagLabel+'' : ''; var linkHtml = url ? 'View product ↗' : ''; return ''+imgHtml+''+name+''+tagLabel+''+extraTag+''+why+''+linkHtml+''; } function zcfShowResult() { var base = zcfSel.s1, wheel = zcfSel.s2, dash = zcfSel.s3; var isDashOnly = (wheel === 'dashonly'); var wn = {formula:'Zeus Formula', gt:'Zeus GT', sport:'Zeus Sport', dashonly:'MagicDash 4 standalone'}; var bn = {evo:'Alpha EVO', alpha:'Alpha Series / M10', third:'Third-party base'}; if (isDashOnly) dash = 'base'; document.getElementById('zcf-rt').textContent = (isDashOnly ? 'MagicDash 4 standalone' : wn[wheel]) + ' on ' + bn[base]; var dashDesc = {wheel:'MagicDash 4 on Zeus wheel', base:'MagicDash 4 on wheelbase (MagDock)', both:'MagicDash 4 on wheel + wheelbase', no:'Wheel only, no MagicDash 4'}; document.getElementById('zcf-rs').textContent = isDashOnly ? 'MagicDash 4 as standalone DDU, no Zeus wheel' : (dashDesc[dash] || ''); var html = ''; if (base === 'evo') { if (isDashOnly || dash === 'wheel' || dash === 'base') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO series bases, no adapters or MagDock needed.'); html += zcfRow('airlink', 'zt-inc', 'Included with MagicDash 4', 'AirLink Wireless Hotspot', 'Included in every MagicDash 4 box, connects the dashboard wirelessly to SimHub or SimPro V3.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else if (dash === 'both') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO bases, no adapters needed. Each MagicDash 4 uses its own AirLink.'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two MagicDash 4 units, one mounts on the Zeus wheel, one mounts on the base. Each ships with its own AirLink.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); html += zcfRow('airlink', 'zt-inc', 'Included with each MagicDash 4', 'AirLink Wireless Hotspot (×2)', 'One AirLink included per MagicDash 4 box, two units total for two displays. No extra purchase needed.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels connect natively to all Alpha EVO series bases. Plug straight in, nothing extra needed.'); } } else { if (isDashOnly) { html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount and connect the MagicDash 4 to your ' + (base === 'alpha' ? 'Alpha Series / M10' : 'third-party') + ' wheelbase. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'no') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for Alpha Mini, Alpha, Alpha Ultimate, and M10. Connects your Zeus ' + wn[wheel] + ' and retains all button, RGB shift light, and SimHub functionality.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for all third-party direct drive bases (Simucube, MOZA, Fanatec, VRS, Asetek, etc.). All inputs and RGB shift lights retained.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'wheel') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'base') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the MagicDash 4 on the wheelbase. Built-in MagLink Pro Hub handles the display connection, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'both') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the base-mounted MagicDash 4. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two units, one mounts on the Zeus wheel via MagLink Pro, one mounts on the wheelbase via MagDock.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } if (base === 'alpha' && !isDashOnly) { html += zcfRow('maglinkxt', 'zt-opt', 'Optional (multi-wheel)', 'MagLink Pro Xtend', 'Only worth it if you run an Alpha wheelbase (Alpha, Alpha Mini, Alpha Ultimate, M10) AND own more than one Zeus wheel that you swap between. It mounts on the base so a single MagLink Pro serves every wheel, instead of one MagLink Pro per wheel. For a single wheel, skip it and just use MagLink Pro. Not for Alpha EVO or third-party bases.', 'https://p1simgear.com.au/products/simagic-maglink-pro-xtend'); } html += zcfRow('paddles', 'zt-opt', 'Optional', 'UP+ Paddle Modules', 'Upgrade to push-pull, double, or triple paddle configurations without replacing the wheel.', 'https://p1simgear.com.au/products/simagic-paddle-shifter-module-triple-paddles'); if (wheel === 'sport') { html += zcfRow('rims_sport', 'zt-opt', 'Optional', 'Zeus Sport Replacement Rims', 'Hot-swap grip shape and material without tools. Multiple configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } else if (wheel === 'gt') { html += zcfRow('rims_gt', 'zt-opt', 'Optional', 'Zeus GT Replacement Rims', 'Hot-swap grip shape, size, and material without tools. 9 configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } } document.getElementById('zcf-items').innerHTML = html; var fromStep = isDashOnly ? 's2' : 's3'; zcfNext(fromStep, 's4'); } function zcfBackFromResult() { if (zcfSel.s2 === 'dashonly') { zcfBack('s4','s2',['wheel','dash']); } else { zcfBack('s4','s3',['dash']); } } function zcfReset() { zcfSel = {}; ['s1','s2','s3','s4'].forEach(function(s){ document.getElementById('zcf-'+s).classList.remove('zcf-active'); }); document.getElementById('zcf-s1').classList.add('zcf-active'); document.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); ['base','wheel','dash'].forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; document.getElementById('vbl-'+slot).textContent = 'Not selected'; document.getElementById('vbl-'+slot).style.color = '#bbb'; }); document.getElementById('zcf-visual-bar').style.display = 'none'; zcfDots(); } Common questions MagLink Pro Xtend FAQ What It Does What does MagLink Pro Xtend do? MagLink Pro Xtend is an all-aluminium Simagic QR50 quick-release connector with a magnetic data port built into the base. It connects Zeus Series wheels to Alpha Series / M10 bases (Alpha, Alpha Mini, Alpha Ultimate, M10), and also unlocks USB mode for Neo X and GT Neo wheels on these bases, enabling full SimHub functionality. It is NOT suitable for Alpha EVO bases. Does MagLink Pro Xtend work with third-party bases? No, MagLink Pro Xtend is for Simagic Alpha Series and M10 bases only (Alpha, Alpha Mini, Alpha Ultimate, M10). It is not compatible with third-party bases such as Simucube, MOZA, or Fanatec. It is also not required for Alpha EVO bases, which connect natively to Zeus wheels. If you're unsure which adapter you need, call us on 0488 385 870. Setup & Compatibility What wheelbases is MagLink Pro Xtend compatible with? MagLink Pro Xtend is compatible with Simagic Alpha Series and M10 bases only: Alpha Mini, Alpha, Alpha Ultimate, and M10. It is not compatible with third-party bases (Simucube, MOZA, Fanatec, etc.), for those bases, standard MagLink Pro is required. Call 0488 385 870 to confirm before ordering. Does MagLink Pro Xtend unlock SimHub for Neo X wheels? Yes, MagLink Pro Xtend unlocks full SimHub support for Simagic Neo X and GT Neo wheels on Alpha Series and M10 bases. Without Xtend, Neo X and GT Neo wheels on Alpha Series bases do not have SimHub telemetry access. If you run a Neo X on an Alpha Mini, Alpha, or M10 and want SimHub, MagLink Pro Xtend is required. Does MagLink Pro Xtend work with SimHub? Yes, all SimHub functionality works through MagLink Pro Xtend. Button remapping, RGB shift light configuration, and MagicDash 4 dashboard display all operate normally via SimHub. MagLink Pro Xtend also unlocks SimHub support for Neo X and GT Neo wheels on Alpha Series / M10 bases. Purchasing at Player1 Sim Gear Is MagLink Pro Xtend in stock in Australia? Yes, we stock MagLink Pro Xtend at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm availability before ordering. What warranty does MagLink Pro Xtend come with? MagLink Pro Xtend purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870. After-Sales Warranty & Support Simagic 2-Year Warranty All Simagic accessories from Player1 Sim Gear carry the manufacturer warranty. Authorised dealer, claims handled locally in Australia. Australian Consumer Law All purchases covered by ACL, acceptable quality, fitness for purpose, and statutory rights. Local Support, 0488 385 870 Queensland-based team. Setup help, compatibility questions, and warranty claims handled in Australia. Help Desk Open a ticket at player1simgear.freshdesk.com for technical queries or warranty claims. Build the full experience Complete your sim cockpit Pair MagLink Pro Xtend with a Zeus Series wheel and MagicDash 4 to run the full Simagic UP+ ecosystem on your Alpha Series or M10 base. Simagic Full Range Wheelbases, wheels, pedals & more Shop Simagic → Zeus Rims & Accessories MagicDash 4, MagDock, MagLink Pro Shop Zeus Accessories → Sim Cockpits Racing cockpit frames & rigs Shop Cockpits → VR Headsets Pimax Crystal Super, Crystal Light & more Shop VR → Not sure if MagLink Pro Xtend is right for your setup? MagLink Pro Xtend is for Alpha Series / M10 only. Give us your wheelbase model and we'll confirm it's the right adapter before you order. Call 0488 385 870 Send us a message { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What does MagLink Pro Xtend do?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro Xtend is an all-aluminium Simagic QR50 quick-release connector with a magnetic data port built into the base. It connects Zeus Series wheels to Alpha Series / M10 bases (Alpha, Alpha Mini, Alpha Ultimate, M10), and also unlocks USB mode for Neo X and GT Neo wheels on these bases, enabling full SimHub functionality. It is NOT suitable for Alpha EVO bases." } }, { "@type": "Question", "name": "Does MagLink Pro Xtend work with third-party bases?", "acceptedAnswer": { "@type": "Answer", "text": "No, MagLink Pro Xtend is for Simagic Alpha Series and M10 bases only (Alpha, Alpha Mini, Alpha Ultimate, M10). It is not compatible with third-party bases such as Simucube, MOZA, or Fanatec. It is also not required for Alpha EVO bases, which connect natively to Zeus wheels. If you're unsure which adapter you need, call us on 0488 385 870." } }, { "@type": "Question", "name": "What wheelbases is MagLink Pro Xtend compatible with?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro Xtend is compatible with Simagic Alpha Series and M10 bases only: Alpha Mini, Alpha, Alpha Ultimate, and M10. It is not compatible with third-party bases (Simucube, MOZA, Fanatec, etc.), for those bases, standard MagLink Pro is required. Call 0488 385 870 to confirm before ordering." } }, { "@type": "Question", "name": "Does MagLink Pro Xtend unlock SimHub for Neo X wheels?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, MagLink Pro Xtend unlocks full SimHub support for Simagic Neo X and GT Neo wheels on Alpha Series and M10 bases. Without Xtend, Neo X and GT Neo wheels on Alpha Series bases do not have SimHub telemetry access. If you run a Neo X on an Alpha Mini, Alpha, or M10 and want SimHub, MagLink Pro Xtend is required." } }, { "@type": "Question", "name": "Does MagLink Pro Xtend work with SimHub?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, all SimHub functionality works through MagLink Pro Xtend. Button remapping, RGB shift light configuration, and MagicDash 4 dashboard display all operate normally via SimHub. MagLink Pro Xtend also unlocks SimHub support for Neo X and GT Neo wheels on Alpha Series / M10 bases." } }, { "@type": "Question", "name": "Is MagLink Pro Xtend in stock in Australia?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, we stock MagLink Pro Xtend at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm availability before ordering." } }, { "@type": "Question", "name": "What warranty does MagLink Pro Xtend come with?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro Xtend purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870." } } ] }
More you might like
Related
SIMAGIC MagLink Pro Xtend
Related
Simagic Maglink Pro Xtend
Related
Simagic MagLink Pro Xtend
Related