-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fields are ignored when reobfuscating to srg #28
Comments
Do you mean deobfuscate? And if so, the coordinate integer variables are available through the TileEntity class itself, representing the location of the entity. Therefore, no need for deobfuscation as they represent variables assigned in runtime. |
No, i mean reobfuscate to srg. The names of those fields for some reason are not reobfuscated and this results in a crash. |
Have you tried reobfuscating through Forge? Deobfuscate w/ BON, decompile w/ fernflower, make changes, recompile w/ Forge, reobfuscate w/ Forge. |
I can't even recompile using forge, it failes to compile it's own files for some reason. |
Ah, IC2! Did you include all of the mods that IC2 uses as libraries? If you don't, then you'll get errors. I remember Buildcraft was at least one of them. Based off of what you described so far, I don't think this is a BON issue. It must be something wrong w/ the way you have things on your system. |
I managed to get forge working, but even forge reobfuscaton to srg still does not obfuscate those fields, wtf? |
I managed to fix that by myself, that was my mistake actually. |
For some unknown reason BON doesn't wan't to obfuscate TileEntity xCoord, yCoord, zCoord fields.
The text was updated successfully, but these errors were encountered: