mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-10 13:11:07 -06:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -3,6 +3,10 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import java.math.BigInteger;
|
||||
|
||||
public class GlobalConfig {
|
||||
// Jagex's RSA key:
|
||||
// public static final BigInteger RSA_MODULUS = new BigInteger("7162900525229798032761816791230527296329313291232324290237849263501208207972894053929065636522363163621000728841182238772712427862772219676577293600221789");
|
||||
// public static final BigInteger RSA_EXPONENT = new BigInteger("58778699976184461502525193738213253649000149147835990136706041084440742975821");
|
||||
|
||||
//region 2009scape-compatibility Configuration
|
||||
@OriginalMember(owner = "client!um", name = "V", descriptor = "Ljava/math/BigInteger;")
|
||||
public static final BigInteger RSA_MODULUS = new BigInteger("96982303379631821170939875058071478695026608406924780574168393250855797534862289546229721580153879336741968220328805101128831071152160922518190059946555203865621183480223212969502122536662721687753974815205744569357388338433981424032996046420057284324856368815997832596174397728134370577184183004453899764051");
|
||||
|
|
@ -11,7 +15,7 @@ public class GlobalConfig {
|
|||
public static final BigInteger RSA_EXPONENT = new BigInteger("65537");
|
||||
|
||||
// Server IP
|
||||
public static String DEFAULT_HOSTNAME = "play.2009scape.org";
|
||||
public static String DEFAULT_HOSTNAME = "test.2009scape.org";
|
||||
|
||||
// Jagex had this at 40000+id
|
||||
public static int DEFAULT_PORT = 43594;
|
||||
|
|
@ -35,7 +39,5 @@ public class GlobalConfig {
|
|||
public static boolean USE_ISAAC = false;
|
||||
//endregion
|
||||
|
||||
// Jagex's RSA key:
|
||||
// public static final BigInteger RSA_MODULUS = new BigInteger("7162900525229798032761816791230527296329313291232324290237849263501208207972894053929065636522363163621000728841182238772712427862772219676577293600221789");
|
||||
// public static final BigInteger RSA_EXPONENT = new BigInteger("58778699976184461502525193738213253649000149147835990136706041084440742975821");
|
||||
public static boolean ANIMATED_SD_BACKGROUND = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue