project: rev 192

This commit is contained in:
ThatGamerBlue
2020-10-21 14:30:57 +02:00
parent 47583ab7c6
commit 88599e5dd3
355 changed files with 53400 additions and 49134 deletions

View File

@@ -1,86 +1,99 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lb")
@ObfuscatedName("lo")
@Implements("GraphicsDefaults")
public class GraphicsDefaults {
@ObfuscatedName("z")
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = -1162804389
intValue = 1450250857
)
@Export("graphicsTickTimeIdx")
static int graphicsTickTimeIdx;
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = -1995988465
)
@Export("compass")
public int compass;
@ObfuscatedName("k")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -1318347759
)
public int field3831;
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = 2062877841
)
public int mapScenes;
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = -2100530677
)
public int headIconsPk;
@ObfuscatedName("i")
@ObfuscatedGetter(
intValue = -1982500985
)
public int field3839;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = 1352009329
intValue = -395005955
)
public int field3835;
@ObfuscatedName("x")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 893846923
intValue = -1288371471
)
public int field3838;
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -27380687
)
public int field3837;
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 255609423
)
public int field3836;
@Export("mapScenes")
public int mapScenes;
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = -1251414459
intValue = -768564219
)
@Export("headIconsPk")
public int headIconsPk;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -1062060293
)
public int field3836;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = -1307072609
)
public int field3839;
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = 534054869
)
public int field3841;
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 2066068829
)
public int field3837;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = 835992905
)
public int field3834;
@ObfuscatedName("n")
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = 733929835
intValue = 1361350511
)
public int field3840;
public int field3842;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 643339115
)
public int field3844;
public GraphicsDefaults() {
this.compass = -1; // L: 7
this.field3831 = -1; // L: 8
this.field3835 = -1; // L: 8
this.mapScenes = -1; // L: 9
this.headIconsPk = -1; // L: 10
this.field3839 = -1; // L: 11
this.field3835 = -1; // L: 12
this.field3838 = -1; // L: 13
this.field3836 = -1; // L: 11
this.field3839 = -1; // L: 12
this.field3841 = -1; // L: 13
this.field3837 = -1; // L: 14
this.field3836 = -1; // L: 15
this.field3834 = -1; // L: 16
this.field3840 = -1; // L: 17
this.field3834 = -1; // L: 15
this.field3842 = -1; // L: 16
this.field3844 = -1; // L: 17
}
@ObfuscatedName("z")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(Lic;I)V",
garbageValue = "-2057643179"
descriptor = "(Liw;I)V",
garbageValue = "-1821799353"
)
@Export("decode")
public void decode(AbstractArchive var1) {
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3828.group); // L: 20
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3833.group); // L: 20
Buffer var3 = new Buffer(var2); // L: 21
while (true) {
@@ -91,20 +104,20 @@ public class GraphicsDefaults {
switch(var4) { // L: 25
case 1:
var3.readMedium(); // L: 28
break;
var3.readMedium(); // L: 31
break; // L: 32
case 2:
this.compass = var3.method5634(); // L: 36
this.field3831 = var3.method5634(); // L: 37
this.mapScenes = var3.method5634(); // L: 38
this.headIconsPk = var3.method5634(); // L: 39
this.field3839 = var3.method5634(); // L: 40
this.field3835 = var3.method5634(); // L: 41
this.field3838 = var3.method5634(); // L: 42
this.field3837 = var3.method5634(); // L: 43
this.field3836 = var3.method5634(); // L: 44
this.field3834 = var3.method5634(); // L: 45
this.field3840 = var3.method5634(); // L: 46
this.compass = var3.method5851(); // L: 36
this.field3835 = var3.method5851(); // L: 37
this.mapScenes = var3.method5851(); // L: 38
this.headIconsPk = var3.method5851(); // L: 39
this.field3836 = var3.method5851(); // L: 40
this.field3839 = var3.method5851(); // L: 41
this.field3841 = var3.method5851(); // L: 42
this.field3837 = var3.method5851(); // L: 43
this.field3834 = var3.method5851(); // L: 44
this.field3842 = var3.method5851(); // L: 45
this.field3844 = var3.method5851(); // L: 46
}
}
}