CS2 Skins Float Viewer is a skin float value checker for Counter-Strike 2. Displays exact float values (0.00-1.00), paint seeds, and pattern templates for any CS2 skin. Fetches data directly from Steam inventory and market API using inspect links. Supports bulk checking, inventory scanning, and detailed wear classification across Factory New, Minimal Wear, Field-Tested, Well-Worn, and Battle-Scarred tiers.
| Feature | Description |
|---|---|
| Precise Float Values | Exact float to 14 decimal places via Steam GC inspect |
| Paint Seed Lookup | Retrieve paint seed and pattern template index |
| Inspect Link Support | Paste any CS2 inspect link for instant float check |
| Inventory Scanner | Bulk scan entire Steam inventory float values |
| Market Integration | Check floats directly from Steam Market listings |
| Wear Classification | Auto-classify FN/MW/FT/WW/BS with visual float bar |
| Price Estimation | Float-adjusted price estimates based on market data |
| Export Results | Save inspection results to CSV/JSON |
| Screenshot Capture | In-game screenshot of skin via inspect |
| History Tracking | Keep history of all inspected items |
- Download the latest release from the button above
- Extract to any folder
- Enter your Steam API key in settings
- Run
CS2FloatViewer.exe - Paste an inspect link or scan your inventory
CS2-Skins-Float-Viewer/
├── src/
│ ├── Core/
│ │ └── FloatInspector.cs # Main inspection orchestrator
│ ├── Steam/
│ │ └── SteamMarketAPI.cs # Steam Market & inventory API
│ ├── Skins/
│ │ ├── SkinDatabase.cs # Skin definitions & metadata
│ │ └── FloatCalculator.cs # Float value computation
│ └── UI/
│ └── InspectorView.cs # WinForms inspection interface
├── bin/
│ └── Release/
├── banner.svg
└── README.md
- Windows 10/11 x64
- .NET 8.0 Runtime
- Steam API key
- CS2 installed (for Game Coordinator inspect)
This project is provided under the MIT License.