- Decompiled RealRacing3 v14.0.1 (versionCode 14001) - Patched EnvironmentDataContainer.getLatestAppVersionCheckResult() to always return 0 (APP_VERSION_OK) - Copied all offline managers from v13: LocalSaveManager, OfflineModeManager, OfflineCurrencyManager, OfflineEventsManager - Applied delayed initialization fix to MainActivity (500ms Handler.postDelayed) - Added MainActivity\ inner class with try-catch wrapper - Server killswitch completely bypassed - game will work after March 2026 shutdown - Compatible with v13 APKs (same signing key: rr3-release.keystore) This is the ULTIMATE EDITION: Latest game version + no killswitch + offline mode + crash fixed Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
39 lines
757 B
Smali
39 lines
757 B
Smali
.class Lcom/firemint/realracing/TextureInfo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public height:I
|
|
|
|
.field public texHeight:I
|
|
|
|
.field public texId:I
|
|
|
|
.field public texWidth:I
|
|
|
|
.field public width:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1920
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/firemint/realracing/TextureInfo;->texId:I
|
|
|
|
iput v0, p0, Lcom/firemint/realracing/TextureInfo;->width:I
|
|
|
|
iput v0, p0, Lcom/firemint/realracing/TextureInfo;->height:I
|
|
|
|
iput v0, p0, Lcom/firemint/realracing/TextureInfo;->texWidth:I
|
|
|
|
iput v0, p0, Lcom/firemint/realracing/TextureInfo;->texHeight:I
|
|
|
|
return-void
|
|
.end method
|