Minecraft

[Minecraft][MCPI] Chargement de modele 3d .obj

[Minecraft][MCPI] Chargement de modele 3d .obj. Script : https://github.com/Nekrofage/MinecraftPython/blob/master/minecraft-renderObj.py Serenity : Rendu en fil de fer : https://github.com/Nekrofage/MinecraftPython/blob/master/renderSerenityWireframe.py Rendu en surface : https://github.com/Nekrofage/MinecraftPython/blob/master/renderSerenitySurface.py Modéle 3d .obj : https://github.com/Nekrofage/MinecraftPython/blob/master/serenity.obj.zip Rendu en surface : Lien : http://www.stuffaboutcode.com/2013/03/minecraft-pi-edition-create-massive-3d.html

[Minecraft][MCPI] Création de forme-blocs

[Minecraft][MCPI] Création de forme-blocs. Module : https://github.com/Nekrofage/MinecraftPython/blob/master/mcpi/minecraftstuff.py Exemple : https://github.com/Nekrofage/MinecraftPython/blob/master/createFormBlock.py Lien : http://www.stuffaboutcode.com/2013/11/coding-shapes-in-minecraft.html

[Minecraft][MCPI] Détecte la position du joueur

[Minecraft][MCPI] Détecte la position du joueur. Script : https://github.com/Nekrofage/MinecraftPython/blob/master/playerAction.py Coordonnées des coins : +————————–+ | | | 344.700/4/-302.700 | | +————+ 344.700/4/-301.300 | | | | | | |  | | | | | | | | | | | | 343.300/4/-301.300 +——+————+ | | |343.300/4/-302.700 | | | | +——+——————-+

[Minecraft][MCPI] Créer une image bloc

[Minecraft][MCPI] Créer une image bloc. Script : https://github.com/Nekrofage/MinecraftPython/blob/master/createImage.py Lien : http://www.tecoed.co.uk/rendering-pixels.html

[Minecraft][MCPI] Ecrit un texte en bloc

[Minecraft][MCPI] Ecrit un texte en bloc. Script : https://github.com/Nekrofage/MinecraftPython/blob/master/createText.py Lien : http://www.stuffaboutcode.com/2013/08/raspberry-pi-minecraft-twitter.html

[Minecraft][MCPI] Afficher le dernier tweet dans la fenêtre de discussion

[Minecraft][MCPI] Afficher le dernier tweet dans la fenêtre de discussion. Installation de Python-Twitter : https://github.com/Nekrofage/MinecraftPython/blob/master/installation_twitter.txt Script MCPI : https://github.com/Nekrofage/MinecraftPython/blob/master/tweeter.py

[Minecraft][MCPI] Scripts Python

[Minecraft][MCPI] Scripts Python. https://github.com/Nekrofage/MinecraftPython

[Minecraft] Cityworld / Serenity

[wpfilebase tag= »file » id=51 /]

[Minecraft][1.7.2] Mod Camera Studio

[Minecraft][1.7.2] Mod Camera Studio. Les fichiers sont à télécharger dans [Ressource][Client][Mod][Camera Studio] Activé la journée : /time set 0 Désactivé la pluie : /toggledownfall Temps clair : /weather clear Commandes : Ajouter un point de contrôle : [p] Créer la vidéo : /cam start 2m Vidéos : Vu à la 1ère personne : Vu du […]

[Minecraft] Importation de modèle 3d dans un monde Minecraft

Importation de modèle 3d dans un monde Minecraft. Distribution de travail : Ubuntu 12.04 LTS Répertoire de travail : ~/MINECRAFT I) Télécharger l’objet : Firefly Serenity Lien : http://www.blendswap.com/blends/view/67560 [~/Téléchargements] ➔ unzip 67560_serenity_unfinished.zip Archive: 67560_serenity_unfinished.zip inflating: BLENDSWAP_LICENSE.txt inflating: Serenity READ ME CAREFULLY!!.txt inflating: Serenity Unfinished.blend [~/Téléchargements] ➔ ls -l Serenity\ Unfinished.blend -rw-rw-r– 1 util01 util01 […]