Prime vs Hoops vs Green — GPC Architecture Differences
How menu depth and combo surface area differ across YewScripts libraries.
# Library Architecture Comparison
Hoops
Minimal menu mapping — fewer combos loaded by default, faster path for casual Rec players.
Green
Largest combo surface — separate chains per mod family; requires disciplined validation.
Prime
Generator and FT isolation layers — additional state for competitive players.
Checkout and mod docs: yew.gg. Buyer guides: cronus2k.com.
Related reading
GPC Script Basics: Syntax, Structure & Patterns
Technical introduction to GPC — variables, combos, main loops, conditionals, menu systems, and how to read commercial scripts safely.
GPC Combos & wait() Timing: Deep Dive
How combos execute, what wait() blocks, combo_run vs combo_stop, overlapping combos, and debugging timing bugs in production scripts.
How YewScripts Builds NBA 2K GPC Libraries (Engineering Notes)
Inside the implemented YewScripts delivery model: access checks, server-side generation, personalization, leak tracing, user passwords, archives, and flash-only programming.