ac8945a4f8
Results: Client: 362 Server: 3 (Only due to issues of FF decompilation inconsistancies) Common: 910 Stage 2: Write runtime transformer to remove annotated fields/methods with invalid side annotation.
155 lines
5.9 KiB
INI
155 lines
5.9 KiB
INI
[DEFAULT]
|
|
DirTemp = temp
|
|
DirSrc = src
|
|
DirLogs = logs
|
|
DirBin = bin
|
|
DirJars = jars
|
|
DirReobf = reobf
|
|
DirConf = conf
|
|
DirRuntime = runtime
|
|
DirLib = lib
|
|
DirTempSrc = temp/src
|
|
DirTempCls = temp/cls
|
|
DirTempBin = temp/bin
|
|
DirModSrc = modsrc
|
|
DirEclipse = eclipse
|
|
|
|
[CSV]
|
|
Classes = %(DirConf)s/classes.csv
|
|
Methods = %(DirConf)s/methods.csv
|
|
Fields = %(DirConf)s/fields.csv
|
|
Params = %(DirConf)s/params.csv
|
|
NewIds = %(DirConf)s/newids.csv
|
|
|
|
[SRGS]
|
|
ConfClient = %(DirConf)s/joined.srg
|
|
ConfServer = %(DirConf)s/joined.srg
|
|
Client = %(DirTemp)s/client_rg.srg
|
|
Server = %(DirTemp)s/server_rg.srg
|
|
DeobfClient = %(DirTemp)s/client_deobf.srg
|
|
DeobfServer = %(DirTemp)s/server_deobf.srg
|
|
ReobfClient = %(DirTemp)s/client_ro.srg
|
|
ReobfServer = %(DirTemp)s/server_ro.srg
|
|
|
|
[JAR]
|
|
DirNatives = %(DirJars)s/bin/natives
|
|
Client = %(DirJars)s/bin/minecraft.jar
|
|
Server = %(DirJars)s/minecraft_server.jar
|
|
LWJGL = %(DirJars)s/bin/jinput.jar,%(DirJars)s/bin/lwjgl.jar,%(DirJars)s/bin/lwjgl_util.jar
|
|
MD5Client = 266ccbc9798afd2eadf3d6c01b4c562a
|
|
MD5Server = f44a3cfe6ec35b1ac3f2b635e73d96fe
|
|
|
|
[RETROGUARD]
|
|
Location = %(DirRuntime)s/bin/retroguard.jar
|
|
RetroConf = %(DirTemp)s/retroguard.cfg
|
|
RetroReobConf = %(DirTemp)s/retroguard_ro.cfg
|
|
ClientConf = %(DirTemp)s/client_rg.cfg
|
|
ServerConf = %(DirTemp)s/server_rg.cfg
|
|
ClientReobConf = %(DirTemp)s/client_ro.cfg
|
|
ServerReobConf = %(DirTemp)s/server_ro.cfg
|
|
ClientOut = %(DirTemp)s/minecraft_rg.jar
|
|
ServerOut = %(DirTemp)s/minecraft_server_rg.jar
|
|
ClientLog = %(DirLogs)s/client_rg.log
|
|
ServerLog = %(DirLogs)s/server_rg.log
|
|
ClientDeobLog = %(DirLogs)s/client_deob.log
|
|
ServerDeobLog = %(DirLogs)s/server_deob.log
|
|
NullPkg = net/minecraft/src
|
|
|
|
[EXCEPTOR]
|
|
XClientCfg = %(DirConf)s/joined.exc
|
|
XServerCfg = %(DirConf)s/joined.exc
|
|
XClientOut = %(DirTemp)s/minecraft_exc.jar
|
|
XServerOut = %(DirTemp)s/minecraft_server_exc.jar
|
|
XClientLog = %(DirLogs)s/client_exc.log
|
|
XServerLog = %(DirLogs)s/server_exc.log
|
|
|
|
[DECOMPILE]
|
|
ClsClientTemp = %(DirTempCls)s/minecraft
|
|
ClsServerTemp = %(DirTempCls)s/minecraft_server
|
|
SrcClientTemp = %(DirTempSrc)s/minecraft
|
|
SrcServerTemp = %(DirTempSrc)s/minecraft_server
|
|
FFSource = net
|
|
|
|
[OUTPUT]
|
|
BinClientTemp = %(DirTempBin)s/minecraft
|
|
BinServerTemp = %(DirTempBin)s/minecraft_server
|
|
SrcClient = %(DirSrc)s/minecraft
|
|
SrcServer = %(DirSrc)s/minecraft_server
|
|
TestClient = net/minecraft/client/Minecraft
|
|
TestServer = net/minecraft/server/MinecraftServer
|
|
|
|
[PATCHES]
|
|
PatchClient = %(DirConf)s/patches/minecraft.patch
|
|
PatchServer = %(DirConf)s/patches/minecraft_server.patch
|
|
PatchTemp = %(DirTemp)s/temp.patch
|
|
FFPatchClient = %(DirConf)s/patches/minecraft_ff.patch
|
|
FFPatchServer = %(DirConf)s/patches/minecraft_server_ff.patch
|
|
PatchClient_osx = %(DirConf)s/patches/minecraft_osx.patch
|
|
PatchServer_osx = %(DirConf)s/patches/minecraft_server_osx.patch
|
|
|
|
[RECOMPILE]
|
|
BinClient = %(DirBin)s/minecraft
|
|
BinServer = %(DirBin)s/minecraft_server
|
|
LogClient = %(DirLogs)s/client_compile.log
|
|
LogServer = %(DirLogs)s/server_compile.log
|
|
ClassPathClient = %(DirLib)s/,%(DirLib)s/*,%(DirJars)s/bin/minecraft.jar,%(DirJars)s/bin/jinput.jar,%(DirJars)s/bin/lwjgl.jar,%(DirJars)s/bin/lwjgl_util.jar
|
|
ClassPathServer = %(DirLib)s/,%(DirLib)s/*,%(DirJars)s/minecraft_server.jar
|
|
ClientFixes = %(DirConf)s/patches
|
|
FixStart = Start
|
|
IgnorePkg = paulscode,com/jcraft,isom,ibxm,de/matthiasmann/twl,org/xmlpull,javax/xml
|
|
|
|
[REOBF]
|
|
MD5Client = %(DirTemp)s/client.md5
|
|
MD5Server = %(DirTemp)s/server.md5
|
|
MD5PreReobfClient = %(DirTemp)s/client_reobf.md5
|
|
MD5PreReobfServer = %(DirTemp)s/server_reobf.md5
|
|
RecompJarClient = %(DirTemp)s/client_recomp.jar
|
|
RecompJarServer = %(DirTemp)s/server_recomp.jar
|
|
ObfJarClient = %(DirTemp)s/client_reobf.jar
|
|
ObfJarServer = %(DirTemp)s/server_reobf.jar
|
|
ReobfDirClient = %(DirReobf)s/minecraft
|
|
ReobfDirServer = %(DirReobf)s/minecraft_server
|
|
ClientRoLog = %(DirLogs)s/client_ro.log
|
|
ServerRoLog = %(DirLogs)s/server_ro.log
|
|
ReobfClientLog = %(DirLogs)s/client_reob.log
|
|
ReobfServerLog = %(DirLogs)s/server_reob.log
|
|
|
|
[GETMODSOURCE]
|
|
OutSRCClient = %(DirModSrc)s/minecraft
|
|
OutSRCServer = %(DirModSrc)s/minecraft_server
|
|
|
|
[MCP]
|
|
LogFile = %(DirLogs)s/mcp.log
|
|
LogFileErr = %(DirLogs)s/mcperr.log
|
|
UpdateUrl =
|
|
IgnoreUpdate = %(DirBin)s,%(DirLib)s,%(DirLogs)s,%(DirModSrc)s,%(DirReobf)s,%(DirSrc)s,%(DirTemp)s,%(DirEclipse)s/Client/bin,%(DirEclipse)s/Server/bin,%(DirJars)s/world,%(DirJars)s/saves,%(DirJars)s/resources
|
|
RGIndex = 70000
|
|
ParamIndex = 3000
|
|
|
|
[ASTYLE]
|
|
AstyleConfig = %(DirConf)s/astyle.cfg
|
|
|
|
[COMMANDS]
|
|
Wine = wine
|
|
Patcher_win = %(DirRuntime)s/bin/applydiff.exe
|
|
Patcher_linux = patch
|
|
Patcher_osx = patch
|
|
Jad_win = %(DirRuntime)s/bin/jad.exe
|
|
Jad_osx = %(DirRuntime)s/bin/jad-osx
|
|
AStyle_win = %(DirRuntime)s/bin/astyle.exe
|
|
AStyle_linux = astyle
|
|
AStyle_osx = %(DirRuntime)s/bin/astyle-osx
|
|
JadRetro = %(DirRuntime)s/bin/jadretro.jar
|
|
Fernflower = %(DirRuntime)s/bin/fernflower.jar
|
|
Exceptor = %(DirRuntime)s/bin/mcinjector.jar
|
|
CmdPatch = %s -p1 -u -i {patchfile} -d {srcdir}
|
|
CmdJad = %s -b -d {outdir} -dead -o -r -s .java -stat -ff {classes}
|
|
CmdAStyle = %s --suffix=none --quiet --options={conffile} {classes}
|
|
CmdRG = %s -cp "{classpath}" RetroGuard -searge {conffile}
|
|
CmdRGReobf = %s -cp "{classpath}" RetroGuard -notch {conffile}
|
|
CmdJadretro = %s -jar %s {targetdir}
|
|
CmdFernflower = %s -jar %s -din=0 -rbr=0 -dgs=1 -asc=1 -log=WARN {indir} {outdir}
|
|
CmdExceptor = %s -jar %s {input} {output} {conf} {log}
|
|
CmdRecomp = %s -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "{classpath}" -sourcepath {sourcepath} -d {outpath} {pkgs}
|
|
CmdStartSrv = %s -Xincgc -Xms1024M -Xmx1024M -cp "{classpath}" net.minecraft.server.MinecraftServer
|
|
CmdStartClt = %s -Xincgc -Xms1024M -Xmx1024M -cp "{classpath}" -Djava.library.path={natives} Start
|