Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
allgemein:android:game_development [28.09.2013 16:44] richard angelegt |
allgemein:android:game_development [05.07.2018 10:03] (aktuell) |
||
---|---|---|---|
Zeile 12: | Zeile 12: | ||
[[http://libgdx.badlogicgames.com/nightlies/dist/ | Libgdx ]] | [[http://libgdx.badlogicgames.com/nightlies/dist/ | Libgdx ]] | ||
+ | |||
+ | |||
+ | [[https://code.google.com/p/libgdx/wiki/ProjectSetupNew | libgdx Installation Anleitung]] | ||
[[http://code.google.com/p/libgdx-texturepacker-gui/ | TexturePacker für Libgdx ]] | [[http://code.google.com/p/libgdx-texturepacker-gui/ | TexturePacker für Libgdx ]] | ||
[[http://www.mapeditor.org/ | Tiled der Map-Editor ]] | [[http://www.mapeditor.org/ | Tiled der Map-Editor ]] | ||
+ | |||
+ | ==== Mini-Batch zum Compilieren von Minecraft-Mods ==== | ||
+ | <code> | ||
+ | set plugin_name=HalloWeltPlugin | ||
+ | set plugin_path=d:\leo\plugins\ | ||
+ | set canary_path=d:\leo\ | ||
+ | set work_dir="d:\leo\aaa Plugins Minecraft\Kapitel_3\HalloWeltPlugin\" | ||
+ | |||
+ | cd %work_dir% | ||
+ | javac %plugin_name%.java -cp %canary_path%CanaryMod.jar | ||
+ | jar -cf %plugin_name%.jar %plugin_name%.class Canary.inf | ||
+ | copy %plugin_name%.jar %plugin_path% | ||
+ | </code> |