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.
Sign in to follow this  
Followers 0
daytimepanther

How To Install TFCraft Server On Mac

5 posts in this topic

Single player install video:

http-~~-//youtu.be/7VwGQxR0tkg

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

In this guide I will help you install TFCraft on a server for OSX Lion 10.7.4

I know it's a lot but it should be pretty easy to understand.

The first thing you must do is ensure you have the latest version of java. Do this by clicking on the apple in the left corner and then clicking Software Update. Once you have done that you can now start downloading all the files you need. You will need: minecraft_server.jar, TFCraft-server-Core, and Forge 3.1.2.96 Server. The minecraft_server.jar can be found here. TFCraft-server-Core, and Forge 3.1.2.96 Server can both be found here. Now that you have all the files you need create a folder on your desktop. You can call it whatever you want. Now drag minecraft_server.jar into that folder. Open TextEdit and hold down shift+command+T. This will change the Format to plain text. Copy this code and paste it into textedit:

#!/bin/bash

cd "$(dirname "$0")"

exec java -Xmx1G -Xms1G -jar minecraft_server.jar

The 1 in -Xmx1G and -Xms1G is how many GB of memory your server can use. Change it to what ever number you like just make sure it doesn't exceed your computers total RAM. Save this as start.command and save it to the folder you created earlier. We need to allow it to run so open Terminal and type chmod a+x (and drag the start.command file here). Double click start.command, your server should now start and create the required files. When it finishes type stop. On Lion when extracting .jar files instead of extracting to a folder it extracts as mincraft_server.jar.cpgz so you need to install The Unarchiver from the Mac App Store its free so don't worry. When you have The Unarchiver right click minecraft_server.jar and open it with The Unarchiver, this will create a folder called minecraft_server. Delete the minecraft_server.jar and rename the folder minecraft_server.jar. Now we can start installing mods to our server! First we need to install forge. Open the Forge Server folder and copy all the files except the net folder. When a box pops up asking if you want to replace the files click replace. Now right click anywhere in the minecraft_server folder and clean up by kind. Locate the net folder and open it. Then open the minecraft folder. Do the same for the net folder in the forge server folder. Now drag the server folder from the forge server folder to the minecraft folder in the minecraft_server folder and replace all the files. We should now be done with forge. I know that was a little confusing but you should be able to figure it out. Now we need to install TFCraft-server-Core. Once again drag all the files from the TFCraft-server-Core to the minecraft_server folder except the net folder and license.txt . Now open the net folder in the minecraft_server folder then open the minecraft folder. Do the same for the TFCraft-server-Core. Drag the client folder from the TFCraft-server-Core into the minecraft folder in the minecraft_server folder. Now select all the files, right click one and select Compress. You should now find a zip folder at the bottom of the minecraft_server named Archive. Drag it out of the minecraft_server folder into the folder you created at the very beginning of the guide. Delete the minecraft_server folder. Rename the archive folder to minecraft_server.jar. Delete the world folder and start the server. Make sure you have the same versions of Forge and TFCraft and open the minecraft launcher. Add a server and for the ip type "localhost". If you can connect to your server without any problems you have successfully installed TFCraft!

All thats left to do is to ensure you have setup portforwarding on your router/modem. There are many guides on how to do this just google it. If your setting up a hamachi server there are many guides on how to do this also.

If you have any questions ask and I will try to help the best I can.

0

Share this post


Link to post
Share on other sites

I was just wondering (pretty new to the whole modding world) you seem like a smart guy so could you take like a few minuets and type up how to just install the single player way on how to install this? If you could just take the time to do so I am forever in your debt, if you can not I can understand that also.

0

Share this post


Link to post
Share on other sites

I was just wondering (pretty new to the whole modding world) you seem like a smart guy so could you take like a few minuets and type up how to just install the single player way on how to install this? If you could just take the time to do so I am forever in your debt, if you can not I can understand that also.

Sure I could defiantly start on that, I'm planning to make a video on how to do this soon so its easier to understand

0

Share this post


Link to post
Share on other sites

Sure I could defiantly start on that, I'm planning to make a video on how to do this soon so its easier to understand

Dude I would definatly appreciate that! Also no rush, take your time and but a nice high quality video up, so maby more people than just me can share your knowledge!

0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0