Jump to content

iRemixStyle2

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by iRemixStyle2

  1. so i followed chami's ren

    I'm sorry I haven't been responding lately, I've been busy and haven't been playing Minecraft. Now as to your questions, I apologize that I didn't edit Diah's original quote to make it more clear; here are the steps you should follow:

    1. Create a new document in TextEdit, and paste the following code into it

      #!/bin/zsh
      
      cd "${0:h}"
      
      export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
      
      java -jar ./technic-launcher.jar 
      
      
      
      
    2. Save the file in the folder where the Technic Launcher is. You can name it whatever you want, and don't bother changing the file type. It will be saved as an .rtf (Rich Text File) by default.
    3. Right-click (or option+click) on the .rtf file you just saved and click on "Get Info". You can also select the file and press Command-I as a shortcut.
    4. Under the section marked "Name & Extension", replace ".rtf" with ".command" so that your file is named "name.command" instead of "name.extension." It may help to uncheck "hide extension" directly underneath that text entry field.
    5. A pop up will show asking you if you want to change the extension; click on "use .command" to proceed.
    Once you've done this, marking it as an executable in the Terminal is easy. Do the following:
    1. Open up a Finder window and navigate to the folder where your new .command file is. This should be the same folder as the Technic Launcher.
    2. Open Terminal. It can be found in Applications/Utilities.
    3. In Terminal type
    chmod +x
    , do not press enter yet.
    
    Go back to your Finder window, and then drag and drop your .command file into your Terminal window. This automatically fills in the path to your .command file. Once the path is inserted into Terminal, it should read something like this:


    chmod +x username/folder-where-your-.command-file-is/name.command
    Press "enter" and you should be good to go.

    Let me know if there are any other problems, and I hope this works well for you!

    So i followed these renewed steps i have made it an executable and all but now on the previous steps it says double click the file u made inside the launcher folder, and that will open the launcher but when i do that it just opens the txt file. And when i just open the launcher by clicking the launcher.jar, hexxit stays upside down.

    so i downgraded java to 1.6 but nothing changes, still have the upside down effect :/ even fullscreen won't work with me and i srsly don't understand the 2nd way :(

    please help.

×
×
  • Create New...