Jump to content

Jasertio

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Jasertio

  1. Re-install Java. If that doesn't work, add the environment variable JAVA_HOME pointing to your Java installation and add %JAVA_HOME%\bin to your PATH.
  2. Just read it. Didn't see anything mentioning the location of the logs.
  3. I suggest adding to the EAQ that the logs can be located at the .minecraft folder. Many lazy people don't know this and instead of looking for it, post on the support forum. Having this info on the EAQ will allow us to direct people there.
  4. .minecraft folder http://www.minecraftforge.net/forum/index.php/topic,20.0.html
  5. Yes Lex, but I didn't know it had that kind of power. How would you implement that?
  6. A link to that would be good. If they do it, there is no reason for 1.5.1. We're talking Minecraft 1.7-2.x or never. The Aether Mod is being updated and by the time this is implemented the Aether will be done.
  7. Try opening the installer with 7-zip or similar program. If it opens then your file is fine, and you have a different problem. If it gives you an error message, you did not download the file correctly.
  8. Lex, I was just about to post about the ELLIAN_CONFIG environment variable . As Ellian themselves posted: Ellian's "Tips" for installing their mod. If you want the mods configs to work with Forge, you have two options: 1) Add ELLIAN_CONFIG to your environment variables; or 2) Use one of the scripts I provide which will set the environment variable just for that instance. (you'll have to use it every time if you want the configs to work.): Launching with Minecraft.jar @ECHO OFF ECHO "Script created by Jasertio" ECHO "Setting ELLIAN_CONFIG to %APPDATA%\.minecraft\config\" set ELLIAN_CONFIG=%APPDATA%\.minecraft\config\ ECHO "Launching Minecraft" java -jar Minecraft.jar Launching with Minecraft.exe @ECHO OFF ECHO "Script created by Jasertio" ECHO "Setting ELLIAN_CONFIG to %APPDATA%\.minecraft\config\" set ELLIAN_CONFIG=%APPDATA%\.minecraft\config\ ECHO "Launching Minecraft" Minecraft To run the script, have Minecraft.jar or Minecraft.exe on the same folder as the script, and run the script.
  9. CoFH Core was not yet updated to 1.6.2. Use Minecraft 1.5.2 (with the appropriate Forge version) or wait for the update.
  10. I hope (and I think) Forge (or vanilla ) will include a feature for mod installs for different Minecraft versions in the near future. Hopefully with a structure like so (or something better of course): .minecraft ├───config │ ├───Forge-1.6.2-9.10.0.804 │ │ └───example-mod-1.6.2 │ │ └───example-mod-1.6.2.cfg │ ├───Forge-1.6.1-8.9.0.775 │ │ └───example-mod-1.6.1 │ │ └───example-mod-1.6.1.cfg ├───mods │ ├───Forge-1.6.2-9.10.0.804 │ │ └───example-mod-1.6.2.jar │ ├───Forge-1.6.1-8.9.0.775 │ │ └───example-mod-1.6.1.jar
  11. http://www.minecraftforge.net/forum/index.php/topic,10722.msg54672.html#msg54672
  12. Are you expecting that mods for Minecraft version 1.4.7 work on version 1.6.2?
  13. Contact Aim2Game support since they are your server host. They seem very helpful.
  14. Look at the changelog Build #385 was the last 1.5.2 build.
  15. Mod not officially updated. ONLY use official forums and topics. Planet Minecraft Minecraft Forums PS: Bug the mod author to update his install instructions so that instead of them telling to place the mod files on the Minecraft jar, place the mod zip on the mods folder.
  16. Since you did not read Optifine's install instructions, I'm quoting them right here: FOLLOW INSTRUCTIONS Look at the pictures below: Layout the mods the way I am showing. Forget ModLoader, you don't need it. Get TMI Forge version.
  17. Do you want to know why the mods don't show up in the "Mods" section on the home screen of Minecraft? Out of those three mods, only Optifine was updated to 1.6.2 and you managed to screw that installation too. So wait for your mods to be updated and, once again: EDIT: Found something interesting on your log: 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Ignoring unknown file CameraStudioV2.8.5(mc1.5.2).lnk in mods directory 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Ignoring unknown file OptiFine_1.6.2_HD_U_B4.lnk in mods directory 2013-07-23 21:19:06 [FINE] [ForgeModLoader] Found a candidate zip or jar file ShadersMod-2.00-mc1.5.2-ofud3.zip For CameraStudio and OptiFine there are only shortcuts to the files and not the files themselves.
  18. Changelog: Build 1.6.2-9.10.0.802 LexManos Re-added deprecated liquids system. To be removed next major MC versions after issues with Fluids are fixed. (reverse-merged from commit [url=https://github.com/MinecraftForge/MinecraftForge/commit/9b5208fa308f22c24e295ce3be38dcafea2857ea]9b5208f[/url]) This WILL be removed and should not be developed against aside for a temporary 1.6 release. Build 1.6.2-9.10.0.801 LexManos: Remove SideOnly(Client) in IBlockAccess.isAirBlock
  19. Quote from: LexManos on July 13, 2013, 12:00:05 AM
  20. Quote from: LexManos on July 13, 2013, 12:00:05 AM
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.