Initial controllers.md draft with pwan, dx6th

This commit is contained in:
Akitake
2025-05-20 12:34:04 +02:00
parent ba77a4337b
commit 2026459bd0
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
# Controllers
!!! warning "Synopsis"
This guide provides a comprehensive overview of controllers commonly used for rhythm games, including detailed specifications and community recommendations.
Controllers are organized by game and ranked based on their popularity within the rhythm game community.
Each section includes both currently available controllers and legacy models that are no longer in production but remain relevant to the community.
## BEMANI
### beatmania IIDX
!!! info "Lightning cabinets typically use SANWA buttons, 50g springs, 50g microswitches."
??? tip "❤️ PHOENIXWAN+ LMT"
<div class="controller-flex">
<img class="controller-preview" src="/img/extras/controllers/iidx/gamo2_pwan.png">
<div>
[**Product listing**](https://www.gamo2.com/en/index.php?dispatch=products.view&product_id=386){target="_blank"}
**Vendor**: [gamo2](https://www.gamo2.com/){target="_blank"}
**Price range**: $299 ~ $447.50 + Shipping
**Recommended setup**: $425 (SANWA 50g, Omron 50g, default LEDs)
This controller is widely considered the gold standard for IIDX controllers. With high-quality construction materials, a few spring and switch options, and an arcade-like textured turntable. The PHOENIXWAN's proven reliability makes it the top choice for both new and experienced players.
</div>
</div>
??? tip "DX6TH"
<div class="controller-flex">
<img class="controller-preview" src="/img/extras/controllers/iidx/yuancon_dx6th.png"">
<div>
[**Product listing**](https://yuancon.store/controller/IIDX){target="_blank"}
**Vendor**: [YuanCon](https://yuancon.store/){target="_blank"}
**Price range**: $209 ~ $334 + Shipping
**Recommended setup**: $334 (SANWA 50g, defaults)
The DX6TH is a good alternative to the PHOENIXWAN, offering decent build quality at a lower price point. However, its glossy acrylic turntable attracts dust and fingerprints easily, and doesn't match the premium feel of the PHOENIXWAN's LMT surface. Additionally, YuanCon's customer support can be lacking for international customers due to language barriers.
</div>
</div>
### Sound Voltex
### Pop'n Music
### Dance Dance Revolution
### Jubeat
### GITADORA
### NOSTALGIA
## SEGA
### CHUNITHM
### maimai
### O.N.G.E.K.I.
### WACCA

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -6,4 +6,15 @@
margin-left: auto;
margin-right: auto;
object-fit: contain;
}
.controller-flex {
display: flex;
align-items: center;
gap: 24px;
margin-bottom: 2em;
}
.controller-preview {
height: 300px !important;
}