Viewing Spellscript Output
From Hack/Mine Wiki
(Difference between revisions)
m (reverting to previous known good version) |
(XB23R3 Thank you for your article post.Much thanks again. Fantastic.) |
||
| Line 2: | Line 2: | ||
To see expressions in Spellscript output via the 'print' statement, you'll need to be viewing Minecraft's console output. This is important both for learning Spellscript and for debugging your scripts. Thus, we'll outline a few methods by which you can start Minecraft with the console visible. | To see expressions in Spellscript output via the 'print' statement, you'll need to be viewing Minecraft's console output. This is important both for learning Spellscript and for debugging your scripts. Thus, we'll outline a few methods by which you can start Minecraft with the console visible. | ||
| − | + | XB23R3 Thank you for your article post.Much thanks again. Fantastic. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
==.Bat Method (Windows only)== | ==.Bat Method (Windows only)== | ||
Revision as of 02:39, 4 August 2014
To see expressions in Spellscript output via the 'print' statement, you'll need to be viewing Minecraft's console output. This is important both for learning Spellscript and for debugging your scripts. Thus, we'll outline a few methods by which you can start Minecraft with the console visible.
XB23R3 Thank you for your article post.Much thanks again. Fantastic.
.Bat Method (Windows only)
- Create a file named "run_minecraft.txt" in the same directory as your Minecraft.exe.
- Stick the following text in it:
java -jar "Minecraft.exe"
- Rename the file's extension to .bat.
- You're done! From now on, you can simply double-click this file to run Minecraft with the console enabled.
MultiMC Method
If you're using MultiMC to run H/M, it has a handy console viewing option you can use. They've got info on how to set up mods with it (which includes Hack/Mine!)
