Help Installing Textures!
To install texture packs in your WoM Minecraft Client Wrapper easily, please see this topic:
Installing textures easily!
7 replies [Last post]
Cool-Guy
WoM Member
Members
WoM Member: 32426
WoM Coins: 1

Hello Im A little confused because there Exist 2 Metodes How to Install Texture Packs!

I dont have WinRAr or 7zip And i dont get the another metode which triddin explained...

Sorry For bad english ....

Help!

This is my Run Edit Thing:

@echo off

rem If you have a custom path to java, change auto below to
rem point to your java.exe file
rem eg:  set JAVA6="C:\MyPath\bin\java.exe"

set JAVA6="auto"

set X86="%ProgramFiles(x86)%"
if %JAVA6% == "auto" (
  echo Autodetecting java
  if %X86% NEQ "" (
    echo Testing x86 folder
    for /D %%j in ("%ProgramFiles(x86)%\jre6*" "%ProgramFiles(x86)%\jre1.6.*" "%ProgramFiles(x86)%\jdk1.6.*" "%ProgramFiles(x86)%\Java\jre6*" "%ProgramFiles(x86)%\Java\jre1.6.*" "%ProgramFiles(x86)%\Java\jdk1.6.*") do (
      echo Checking %%j folder
      if exist "%%j\bin\java.exe" (
        echo Found java in %%j folder
        set JAVA6="%%j\bin\java.exe"
      )
    )
  ) else (
    echo Testing default folder
    if defined ProgramFiles (
    for /D %%j in ("%ProgramFiles%\jre6*" "%ProgramFiles%\jre1.6.*" "%ProgramFiles%\jdk1.6.*" "%ProgramFiles%\Java\jre6*" "%ProgramFiles%\Java\jre1.6.*" "%ProgramFiles%\Java\jdk1.6.*") do (
        echo Checking %%j folder
        if exist "%%j\bin\java.exe" (
          echo Found java in %%j folder
          set JAVA6="%%j\bin\java.exe"
        )
      )
    )
  )
)

:rerun
if %JAVA6% == "auto" (
  echo ERROR: 32-bit Java 6 not found!
  echo Please download and install from java.com
  pause
  exit
) else (
  echo Starting java from %JAVA6%
  %JAVA6% -classpath skin;lib\jinput.jar;lib\lwjgl.jar;lib\lwjgl_util.jar;lib\World of Minecraft.jar;lib\minecraft.jar -Djava.library.path=native\windows -Dsun.java2d.noddraw=true -Dsun.awt.noerasebackground=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false -Xmx800M Main

  if errorlevel 11 (
    if not exist lib\minecraft.jar (
      echo ========================================
      echo Warning: lib\minecraft.jar not found.
      echo Did you read instructions / download it?
      echo ========================================
    )

    echo ERROR: Failed to run minecraft
    echo JAVA6=%JAVA6%
    pause
    exit
  )

  if errorlevel 10 (
    goto rerun
  )

  if errorlevel 1 (
    if not exist lib\minecraft.jar (
      echo ========================================
      echo Warning: lib\minecraft.jar not found.
      echo Did you read instructions / download it?
      echo ========================================
    )

    echo ERROR: Failed to run minecraft
    echo JAVA6=%JAVA6%
    pause
    exit
  )
)

 

niels
Staff Member
Community Managers
WoM Member: 1857
WoM Coins: 1714
firstyou download the texture

first
you download the texture and place the pictures in the skin folder
then boot the client and youre done already
no need to edit anything its easy as hell

Cool-Guy
WoM Member
Members
WoM Member: 32426
WoM Coins: 1
I'll Try it :D

I'll Try it :D

Cool-Guy
WoM Member
Members
WoM Member: 32426
WoM Coins: 1
IT Dont Work -.-

IT Dont Work -.-

Jon
WoM Member
Members
WoM Member: 4062
WoM Coins: 20
Then you didn't extract it

Then you didn't extract it first then put it in the skins folder.

Cool-Guy
WoM Member
Members
WoM Member: 32426
WoM Coins: 1
I ave doing that And the

I ave doing that And the Images is out in the Map But nothing is happening.. -.-

Hydrolaze
WoM Member
Members
WoM Member: 49414
WoM Coins: 0
I had this problem too, name

I had this problem too, name the file terrain,png.

glumped
WoM Member
Members
WoM Member: 49189
WoM Coins: 0
i named my file terrain.png

I named my file terrain.png, but now the game doesn't load. Is this for skins for your person or for using other blocks? Can someone help me?