
Developed by YS Net, Steel Paws was a Netflix game, now removed from Netflix in Nov 4, 2025. Client-complete. Strip the Netflix SDK entitlement gate and it runs offline. A working offline build or asset bundle is published.
Uses the newer gen-2 com.netflix.games SDK (request/grant PlayerAccess + BlobStoreApi cloud-save), but has NO engine bridge - the native Unreal Engine 5 game calls the SDK's obfuscated impls directly, so the patch rewrites those impls in place (found by .implements). The AccessApi impl's requestPlayerAccess returns a granted offline PlayerAccessInfo and the SDK error screen is no-oped. Its only save channel is the Netflix cloud-save blob, which funnels through a server sync that hangs offline, so the BlobStoreApi impl (readPlayerBlob/writePlayerBlob/getPlayerBlobs/deletePlayerBlob) is redirected to an on-device file store. The game hands writePlayerBlob a plain BlobContainer, so bytes come via getBlob() (not a Base64BlobContainer cast) and a read miss returns BLOB_NAME_NOT_FOUND (-1001). Content ships as a 911 MB Play Asset Delivery OBB, fused into the merged APK. Reproducible in one command via netflix-offline-patcher (gen-2 no-bridge branch).
| Recoverability | SDK-patchable |
| Status | Recovered |
| Android (APK) | Download from Internet Archive (v1.2.0) sha256 20b256e22755fca0583910ebae1501c0d450e241da9e6f1897122c9c76a8c9bc |
| iOS (IPA) | Not yet recovered. |
| Engine | Unreal Engine 5 (libUnreal) · arm64-v8a |
| Package | com.netflix.NGP.TowerofWorlds |
| Released | Mar 25, 2025 |
| Removed | Nov 4, 2025 |
| Netflix exclusive | Yes |
| Contributors | community |
| Updated | Jul 4, 2026 |
Something wrong or missing? Suggest an edit.