project: Rev 182

This commit is contained in:
Owain van Brakel
2019-08-29 16:04:20 +02:00
parent 0c1dd644d8
commit 6485eb9bed
349 changed files with 51857 additions and 50740 deletions

View File

@@ -4,90 +4,90 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lp")
@ObfuscatedName("kp")
@Implements("GraphicsDefaults")
public class GraphicsDefaults {
@ObfuscatedName("q")
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = -598930279
intValue = -2112004677
)
@Export("compass")
public int compass;
@ObfuscatedName("w")
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -996722769
intValue = -258294563
)
public int field3823;
@ObfuscatedName("e")
public int field3806;
@ObfuscatedName("i")
@ObfuscatedGetter(
intValue = -1830782467
intValue = 701602469
)
@Export("mapScenes")
public int mapScenes;
@ObfuscatedName("p")
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = 2115046595
intValue = -2141260483
)
@Export("headIconsPk")
public int headIconsPk;
@ObfuscatedName("k")
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = -1511309833
intValue = -479103763
)
public int field3830;
@ObfuscatedName("l")
public int field3805;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -1434571323
intValue = -556598901
)
public int field3827;
@ObfuscatedName("b")
public int field3802;
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = -385142187
intValue = 885733673
)
public int field3828;
@ObfuscatedName("i")
public int field3798;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = 326746637
intValue = 1784857591
)
public int field3829;
@ObfuscatedName("c")
public int field3804;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 1387311669
intValue = 2055927251
)
public int field3832;
public int field3797;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = -1869072211
)
public int field3801;
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = 1775888463
intValue = 1312425167
)
public int field3831;
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 347558277
)
public int field3822;
public int field3807;
public GraphicsDefaults() {
this.compass = -1;
this.field3823 = -1;
this.field3806 = -1;
this.mapScenes = -1;
this.headIconsPk = -1;
this.field3830 = -1;
this.field3827 = -1;
this.field3828 = -1;
this.field3829 = -1;
this.field3832 = -1;
this.field3831 = -1;
this.field3822 = -1;
this.field3805 = -1;
this.field3802 = -1;
this.field3798 = -1;
this.field3804 = -1;
this.field3797 = -1;
this.field3801 = -1;
this.field3807 = -1;
}
@ObfuscatedName("q")
@ObfuscatedName("s")
@ObfuscatedSignature(
signature = "(Lhp;B)V",
garbageValue = "104"
signature = "(Lhz;I)V",
garbageValue = "-2074842335"
)
@Export("decode")
public void decode(AbstractArchive var1) {
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3821.group);
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3794.group);
Buffer var3 = new Buffer(var2);
while (true) {
@@ -101,28 +101,18 @@ public class GraphicsDefaults {
var3.readMedium();
break;
case 2:
this.compass = var3.method5511();
this.field3823 = var3.method5511();
this.mapScenes = var3.method5511();
this.headIconsPk = var3.method5511();
this.field3830 = var3.method5511();
this.field3827 = var3.method5511();
this.field3828 = var3.method5511();
this.field3829 = var3.method5511();
this.field3832 = var3.method5511();
this.field3831 = var3.method5511();
this.field3822 = var3.method5511();
this.compass = var3.method5602();
this.field3806 = var3.method5602();
this.mapScenes = var3.method5602();
this.headIconsPk = var3.method5602();
this.field3805 = var3.method5602();
this.field3802 = var3.method5602();
this.field3798 = var3.method5602();
this.field3804 = var3.method5602();
this.field3797 = var3.method5602();
this.field3801 = var3.method5602();
this.field3807 = var3.method5602();
}
}
}
@ObfuscatedName("q")
@ObfuscatedSignature(
signature = "(IIB)I",
garbageValue = "-122"
)
@Export("getWorldMapScriptIdCategory")
public static int getWorldMapScriptIdCategory(int var0, int var1) {
return var1 + (var0 + 40000 << 8);
}
}