Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
"C:\Program Files\Java\JRE7\bin\java.exe" -Xmx4096M -Xms4096M -jar "C:\Games\Minecraft.exe"
Then put on the second line for START IN:
"C:\Program Files\Java\JRE7\bin\"
That will get the game to run with steam overlay and such...
I do not have java currently installed so the "JRE" path might be a bit wrong
As for the command not recognized... put at the top of batch "@echo on" and at the end put "pause" that would help you diagnose the problem..
Edit:
For the batch file you could also use at the top
cd "C:\Program Files\Java\JRE7\bin\"
then use
java (command)
"C:\Program Files\Java\JRE7\bin\java.exe" -Xmx4096M -Xms4096M -jar
"C:\Users\XXX\AppData\Roaming\.minecraft\minecraft_server.1.7.5.exe"
"C:\Users\XXX\AppData\Roaming\.minecraft\Minecraft Ultra.exe"
Only the first minecraft.exe will launch. The second doesn't load at all. I tried your @echo on but the box just closes.