Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
EX_plode

Deobfuscated Tfc Download?

6 posts in this topic

I am intending to write a small addon for TFC, but can't see how there is any way of me figuring out how to do it without seeing the TFC files.

 

Is TFC open-source? Is there a deobfuscated/source code download for it?

 

If not, then how do I create an addon?

0

Share this post


Link to post
Share on other sites

 

Start with an empty folder. Let's call that folder "Minecraft". If you are going to be using a git client to pull and push, you should set your repo to be located at a folder inside Minecraft. Let's call that folder "TFCraft". If you are instead just downloading the zip off of github, extract the TFCraft-master folder into the Minecraft folder. You should end up with something that looks like this:

 

Posted Image

 

Posted Image

 

Shift-right click inside the TFCraft/TFCraft-master folder and select "Open command window here"

 

Posted Image

 

In the command window that you just opened, run gradlew setupDecompWorkspace and then when that completes run gradlew eclipse.

 

Once both commands are finished, open up eclipse and set your workspace to be the Minecraft folder.

 

Posted Image

 

Now, when this loads the project explorer is going to be empty. That is correct. You need to select Import > General > Existing Projects into Workspace

 

Posted Image

 

Set the root directory to be the Minecraft folder again, and TFCraft should show up as one of the projects to import.

 

That's it. You're done. If done correctly, there should be no errors, and you should not have done anything with any files other than the ones obtained from the TFC github repo. You should not be installing forge from any other source than the gradlew file that is included with the TFC repo, and you should not be moving any files around after you have run commands.

 

 

Ok. I did this, and then attempted to run the program once more. I used the following arguments:

--version 1.7.10 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken FML --userProperties {} --assetIndex 1.7.10 --assetsDir "C:UsersChristopher.gradlecachesminecraftassets"-Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.coreMods.load=com.bioxx.tfc.TFCASMLoadingPlugin

However, it crashed again, something about WAILA this time. Crash log is attached.

crash-2015-03-29_08.02.31-client.txt

0

Share this post


Link to post
Share on other sites

Did you read all the links I posted? One of them has a solution for the WAILA crash. Hint: You need to install WAILA and NEI because some of TFC's code is dependent on it.

0

Share this post


Link to post
Share on other sites