A new section is now available in the CS:GO main menu: the operation selector tablet. Operation Hydra is currently in its final stage of development, and I am ready to share the technical details.
What is this update
This is not an official Valve update. It is part of LegacyStrike, my solo project dedicated to bringing classic CS:GO back to life with working matchmaking, inventory, skins, and original operations.
Operation Hydra was originally released in 2017 on the legacy Scaleform UI and was never ported to Panorama UI by Valve. I have implemented the operation selection and mission tracking directly into the native Panorama UI, without any third-party overlays or injectors.
Architecture & Technical Foundation
The entire operation progression system is backed by the server architecture:
- Single Source of Truth: The NestJS backend with PostgreSQL 17 handles mission progress, star tracking, reward drops, and inventory updates.
- Protocol Bridge: A custom C++ Game Coordinator translates native client messages into REST API calls.
- Game Servers: Dedicated 128 tick servers running SourcePawn plugins track mission objectives in real time.
With this modular architecture in place, subsequent operations will follow an established pipeline once Hydra is live.
Release Date
Operation Hydra is scheduled to launch on October 1, 2026.
I am developing the entire platform on my own, which is why large milestones take time. Thank you for your patience and ongoing support.
LegacyStrike is completely free for everyone. Stay tuned for further updates.


