project: rev 195

This commit is contained in:
ThatGamerBlue
2021-04-14 13:14:08 +01:00
parent 05ff44d4ad
commit c9d40d93dd
439 changed files with 55170 additions and 51182 deletions

View File

@@ -4,90 +4,90 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lv")
@ObfuscatedName("lc")
@Implements("GraphicsDefaults")
public class GraphicsDefaults {
@ObfuscatedName("n")
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = -1297483725
intValue = -1232421885
)
@Export("compass")
public int compass;
@ObfuscatedName("v")
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = 1189696731
intValue = -702943977
)
public int field3847;
@ObfuscatedName("d")
public int field3898;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = -189041471
intValue = -741104371
)
@Export("mapScenes")
public int mapScenes;
@ObfuscatedName("c")
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 326124555
intValue = 479220981
)
@Export("headIconsPk")
public int headIconsPk;
@ObfuscatedName("y")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = 1371228557
intValue = 1038498691
)
public int field3838;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 1164105375
)
public int field3843;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -981893847
)
public int field3839;
public int field3901;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = -1322267677
intValue = 427046307
)
public int field3845;
@ObfuscatedName("q")
public int field3897;
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = 357472757
intValue = 1679740513
)
public int field3846;
public int field3903;
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 1405787829
)
public int field3907;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 234020939
)
public int field3902;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -646484081
)
public int field3906;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 1091910485
intValue = 387339011
)
public int field3840;
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = -20558633
)
public int field3848;
public int field3899;
public GraphicsDefaults() {
this.compass = -1; // L: 7
this.field3847 = -1; // L: 8
this.field3898 = -1; // L: 8
this.mapScenes = -1; // L: 9
this.headIconsPk = -1; // L: 10
this.field3838 = -1; // L: 11
this.field3843 = -1; // L: 12
this.field3839 = -1; // L: 13
this.field3845 = -1; // L: 14
this.field3846 = -1; // L: 15
this.field3840 = -1; // L: 16
this.field3848 = -1; // L: 17
this.field3901 = -1; // L: 11
this.field3897 = -1; // L: 12
this.field3903 = -1; // L: 13
this.field3907 = -1; // L: 14
this.field3902 = -1; // L: 15
this.field3906 = -1; // L: 16
this.field3899 = -1; // L: 17
}
@ObfuscatedName("n")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(Lig;I)V",
garbageValue = "-1311104999"
descriptor = "(Lir;S)V",
garbageValue = "-3450"
)
@Export("decode")
public void decode(AbstractArchive var1) {
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3837.group); // L: 20
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3896.group); // L: 20
Buffer var3 = new Buffer(var2); // L: 21
while (true) {
@@ -98,20 +98,20 @@ public class GraphicsDefaults {
switch(var4) { // L: 25
case 1:
var3.readMedium(); // L: 46
var3.readMedium(); // L: 28
break;
case 2:
this.compass = var3.method5833(); // L: 31
this.field3847 = var3.method5833(); // L: 32
this.mapScenes = var3.method5833(); // L: 33
this.headIconsPk = var3.method5833(); // L: 34
this.field3838 = var3.method5833(); // L: 35
this.field3843 = var3.method5833(); // L: 36
this.field3839 = var3.method5833(); // L: 37
this.field3845 = var3.method5833(); // L: 38
this.field3846 = var3.method5833(); // L: 39
this.field3840 = var3.method5833(); // L: 40
this.field3848 = var3.method5833(); // L: 41
this.compass = var3.method6597(); // L: 33
this.field3898 = var3.method6597(); // L: 34
this.mapScenes = var3.method6597(); // L: 35
this.headIconsPk = var3.method6597(); // L: 36
this.field3901 = var3.method6597(); // L: 37
this.field3897 = var3.method6597(); // L: 38
this.field3903 = var3.method6597(); // L: 39
this.field3907 = var3.method6597(); // L: 40
this.field3902 = var3.method6597(); // L: 41
this.field3906 = var3.method6597(); // L: 42
this.field3899 = var3.method6597(); // L: 43
}
}
}