RICK WARGO - APRIL 2016 PROGRAMMATIC INTERFACES TO MINECRAFT

Size: px
Start display at page:

Download "RICK WARGO - APRIL 2016 PROGRAMMATIC INTERFACES TO MINECRAFT"

Transcription

1 RICK WARGO - APRIL 2016 PROGRAMMATIC INTERFACES TO MINECRAFT

2 INSPIRATION

3 RESOURCES Minecraft Pi Edition Runs on the Raspberry Pi Very old functionality Raspberry Juice Plug-in Server-based installation Based on Bukkit Minecraft Pi API mod For Minecraft

4 RASPBERRY JAM MOD! Gives similar functionality to other paths Available on desktop Minecraft 1.8, 1.9 Can control most of what is available in Minecraft Often can be installed with other Mods (Pixelmon, Life In The Woods) Can execute Python code within Minecraft and outside of Minecraft

5 INSTALLATION Adding Mods to Minecraft is not Difficult! It is if you try to Interpret the YouTube videos. Overview Install Minecraft (let s assume this is complete - need an account) Install Forge (gives modding capability) Install Python Install mod(s) Install MCPI scripts

6 INSTALL FORGE FOR MINECRAFT 1. Run Minecraft once to initialize 2. Set up a new profile for the version you want to play (1.9 is latest Forge) 3. Click play to make sure that it worked It will download all necessary objects 4. Exit Minecraft and Minecraft Launcher 5. Download Forge for Minecraft (ensure it is the same version as Minecraft) - these tools are all similarly monetized. I m not concerned (yet).

7 INSTALL FORGE FOR MINECRAFT (CONT D) 1. Run Forge and Install Client in Default Directory It will download any necessary libraries (e.g. scala) 2. Start Minecraft, select new forge profile You should see 3 mods loaded, 3 mods active This is what winning looks like! You can now install any mod you desire. 3. If not, delete directory and start over

8 INSTALL FORGE FOR MINECRAFT (CONT D) 1. Press F3 (F3 is your friend) 2. Do your self a favor and up the memory limits in the forge Profile Update JVM Arguments to give more memory! -Xmx2G -Xmn1G (at least 1GB memory devoted to Minecraft) 3. You can change the profile name if you desire

9 INSTALL PYTHON I have had success with Python 2.7 It may also work with Python 3.x Install Python Insure the Python executable is in the PATH

10 INSTALL MODS AND SCRIPTS Minecraft is installed to: [Windows] %appdata%\.minecraft [OS X] ~/Library/Application Support/minecraft In a command line window create a mods folder if it does not exist Download the latest mods.zip file for the Raspberry Jam mod Unzip the contents of the zip file (currently four folders: 1.8, 1.8.8, and 1.9) inside the mods folder Download the Python scripts and mcpi library (in the python2-scripts.zip file) Unzip the contents of the Python Scripts file into the minecraft folder, leaving you with an additional folder mcpipy. Start minecraft again. You will now see 4 mods loaded, 4 mods active

11 FILES

12 TEST IT OUT! Hint: Don t use important worlds as it is easy to ruin things. Create a new world, suggest using Game Mode: Creative World Type: Superflat After starting type: /python donut Try other scripts after moving to a new location. Check the previous slide for examples.

13 RENDER MODELS! /python render stardestoyer (may take a while) Other models installed by default: 1701d City_Ground-Notts NY_LIL RaspberryPi atat bop neghvar redstardestroyer shuttle skyscraper stardestroyer yt1300 cessna cube dragon ds9 head humanoid_quad jemcruiser

14 HELLO, WORLD! import sys sys.path.insert(0, '/Users/rick/Library/Application Support/minecraft/mcpipy') from mc import * mc = Minecraft() mc.posttochat("hello, world!") This can also be done from command line or IDLE interactively Start python from minecraft/mcpi directory to avoid changing path dynamically Watch it appear as you press Return

15 MORE FUN - A CASTLE!

16 STOP AUTO-PAUSE Edit options.txt in minecraft folder Find pauseonlostfocus:true Edit options.txt in minecraft folder Change true to false and restart minecraft

17 TEACH YOUR KIDS TURTLE GRAPHICS from turtle import * t = Turtle() for i in range(7): t.go(50) t.right( /7) An excellent overview exists at:

18 CONTACT ME

Programming with Python for Digital World Builders

Programming with Python for Digital World Builders Programming with Python for Digital World Builders System Setup (Microsoft Windows) The following instructions will lead you through the steps necessary to install and configure the software necessary

More information

FINAL REVIEW. Well done you are an MC Hacker. Welcome to Hacking Minecraft.

FINAL REVIEW. Well done you are an MC Hacker. Welcome to Hacking Minecraft. Let s Hack Welcome to Hacking Minecraft. This adventure will take you on a journey of discovery. You will learn how to set up Minecraft, play a multiplayer game, teleport around the world, walk on water,

More information

Getting started with Piano HAT

Getting started with Piano HAT Getting started with Piano HAT Introduction Piano HAT will let you explore your musical prowess, or use those 16 capacitive touch buttons to control any project you might conceive. This guide will walk

More information

Create a "Whac-a-Block" game in Minecraft

Create a Whac-a-Block game in Minecraft Create a "Whac-a-Block" game in Minecraft Minecraft is a popular sandbox open-world building game. A free version of Minecraft is available for the Raspberry Pi; it also comes with a programming interface.

More information

[Title] MINECRAFT CAMP. System Administrator s Guide

[Title] MINECRAFT CAMP. System Administrator s Guide MINECRAFT CAMP System Administrator s Guide Contents Getting Started... 2 System Requirements... 2 Computers... 2 Network Requirements... 2 Minecraft Requirements... 2 Safe Gaming and Safe Modding... 2

More information

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS 1 Upon the completion of this presentation you should be able to: Describe the geoprocessing service capabilities Define supported data types input and output of geoprocessing service Configure a geoprocessing

More information

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week ME 5286 Robotics Labs Lab 1: Hello World Duration: 1 Week Note: Two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner, and the robot to the Moodle submission

More information

Minecraft in Geography. By Paul Blankenship, NBCT

Minecraft in Geography. By Paul Blankenship, NBCT Minecraft in Geography By Paul Blankenship, NBCT Purpose The purpose of this presentation is to introduce teachers to MinecraftEdu, Spritecraft, and MCEdit as tools to build maps. If you have your computer

More information

Forge You Need To Run The Version Manually At Least Once

Forge You Need To Run The Version Manually At Least Once Forge You Need To Run The Version 1.6.2 Manually At Least Once This guide will help you install the latest Minecraft Forge and OptiFine. This directory will not exist if you have not run the minecraft

More information

Fatal Error Message Code 5 Just Cause 2 Multiplayer

Fatal Error Message Code 5 Just Cause 2 Multiplayer Fatal Error Message Code 5 Just Cause 2 Multiplayer Just cause 2 has stopped working crash. Σ / PissPot. 4. Jul 1 @ 5:29pm. İts DAMN Help with Fatal Direct X error code 15 I NEED HELP SOON PLEASE. Clovis.

More information

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft 1 CrowPi with MineCraft Pi Edition - Introduction - Minecraft Pi Edition - Introduction - What you will need - Introduction - Running Minecraft - Introduction - Playing Multiplayer with more CrowPi s -

More information

Infoblox and Ansible Integration

Infoblox and Ansible Integration DEPLOYMENT GUIDE Infoblox and Ansible Integration Ansible 2.5 April 2018 2018 Infoblox Inc. All rights reserved. Ansible Deployment Guide April 2018 Page 1 of 12 Contents Overview... 3 Introduction...

More information

Minecraft mod manager for free. Minecraft mod manager for free.zip

Minecraft mod manager for free. Minecraft mod manager for free.zip Minecraft mod manager for free Minecraft mod manager for free.zip Modgician is Minecraft Mod Installer software that makes it simple and easy for you to install Minecraft Mods in just a few clicks.mod

More information

Minecraft google doc. Minecraft google doc

Minecraft google doc. Minecraft google doc Minecraft google doc The Borg System is 100 % Minecraft google doc NOTICE: If at school your teacher is watching. OTHER NOTICE: thease are games I like and play. Ok, got it. Unblocked Gaming. Search this

More information

Zero Touch Provisioning of NIOS on Openstack using Ansible

Zero Touch Provisioning of NIOS on Openstack using Ansible DEPLOYMENT GUIDE Zero Touch Provisioning of NIOS on Openstack using Ansible NIOS version 8.3 Oct 2018 2018 Infoblox Inc. All rights reserved. Zero Touch Provisioning of NIOS on Openstack using Ansible

More information

SPLAT MINECRAFT [ CHAPTER EIGHT ] Create an exciting two-player game in Minecraft: Pi, inspired by Nintendo s hit game game Splatoon ESSENTIALS

SPLAT MINECRAFT [ CHAPTER EIGHT ] Create an exciting two-player game in Minecraft: Pi, inspired by Nintendo s hit game game Splatoon ESSENTIALS [ CHAPTER EIGHT ] MINECRAFT SPLAT Create an exciting two-player game in Minecraft: Pi, inspired by Nintendo s hit game game Splatoon 46 [ Chapter One Eight ] ] [ HACKING AND MAKING IN MINECRAFT ] Below

More information

@ The ULTIMATE Manual

@ The ULTIMATE Manual @ The ULTIMATE Console @ Manual CONSOLE The Ultimate Console runs the jzintv emulator on a Raspberry Pi. You will see some computer code with loading, but I ve tried to keep this to a minimum. It takes

More information

Minecraft You Need To Run The Version Manually At Least Once

Minecraft You Need To Run The Version Manually At Least Once Minecraft You Need To Run The Version 1.6.4 Manually At Least Once I have the 1.7.10 version of Forge and the 1.7.10 version of Minecraft. If anyone could tell me It needs you to run vanilla 1.6.4 once

More information

MC3 Motion Control System Shutter Stream Quickstart

MC3 Motion Control System Shutter Stream Quickstart MC3 Motion Control System Shutter Stream Quickstart Revised 7/6/2016 Carousel USA 6370 N. Irwindale Rd. Irwindale, CA 91702 www.carousel-usa.com Proprietary Information Carousel USA has proprietary rights

More information

CONTENTS AT A GLANCE. 1 Introduction Basic Redstone Redstone Logic Gates Advanced Redstone... 49

CONTENTS AT A GLANCE. 1 Introduction Basic Redstone Redstone Logic Gates Advanced Redstone... 49 CONTENTS AT A GLANCE 1 Introduction... 1 2 Basic Redstone... 11 3 Redstone Logic Gates... 31 4 Advanced Redstone... 49 5 Miscellaneous Redstone... 67 6 Server Hosting and Tools... 83 7 qcraft... 101 8

More information

EZ360 User Manual (Oculus Go version)

EZ360 User Manual (Oculus Go version) EZ360 User Manual (Oculus Go version) You can also visit the FAQ at ez-360.com/faq EZ360, EZ360 Pro and EZ360 Lite are developed by VR-House. Content: What is EZ360? What is EZ360 Lite? How to download

More information

User Guide. Version 1.4. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised: User Guide Version 1.4 Copyright 2009-2012 Favor Software Revised: 2012.02.06 Table of Contents Introduction... 4 Installation on Windows... 5 Installation on Macintosh... 6 Registering Intwined Pattern

More information

Rock, Paper, Scissors

Rock, Paper, Scissors Projects Rock, Paper, Scissors Create your own 'Rock, Paper Scissors' game. Python Step 1 Introduction In this project you will make a Rock, Paper, Scissors game and play against the computer. Rules: You

More information

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC How to Make Games in MakeCode Arcade Created by Isaac Wellish Last updated on 2019-04-04 07:10:15 PM UTC Overview Get your joysticks ready, we're throwing an arcade party with games designed by you & me!

More information

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014 Lab Assignment 5 Geoprocessing Service Due Date: 01/24/2014 Overview Geoprocessing is one of the original purposes or functions when GIS was invented. It provides tools and a framework for performing analysis

More information

VR-Plugin. for Autodesk Maya.

VR-Plugin. for Autodesk Maya. VR-Plugin for Autodesk Maya 1 1 1. Licensing process Licensing... 3 2 2. Quick start Quick start... 4 3 3. Rendering Rendering... 10 4 4. Optimize performance Optimize performance... 11 5 5. Troubleshooting

More information

Downloaded from: justpaste.it/mh1m

Downloaded from: justpaste.it/mh1m Downloaded from: justpaste.it/mh1m [18:55:52] [main/debug] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. [18:55:52] [main/info] [FML/]: Forge Mod Loader version 7.99.26.1481 for Minecraft 1.7.10

More information

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music.

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. What you will learn: o System Requirements and Recommendations

More information

EZDOME User Guide v.1.2

EZDOME User Guide v.1.2 EZDOME User Guide v.1.2 EZDome is an environment tool for Poser. It will create an environment sphere which will add global lighting to your scene. EZDome can import standard sibl sets as well as standard

More information

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.2. Copyright Favor Software. Revised: User Guide Version 1.2 Copyright 2009-2010 Favor Software Revised: 2010.05.18 Table of Contents Introduction...4 Installation on Windows...5 Installation on Macintosh...6 Registering Intwined Pattern Studio...7

More information

Single Player Commands Manual Install Command >>>CLICK HERE<<<

Single Player Commands Manual Install Command >>>CLICK HERE<<< Single Player Commands Manual Install 1.3 2 Command Halocraft 1.7.10/1.6.4/1.6.2 Halocraft adds more weapons guns Armor Entities Items Blocks as well as World Gen New Dimension.? 1.3.1, 1.2.5, 1.2.4, The

More information

Photo Story Instructions!

Photo Story Instructions! Highland Park High School Photo Story Instructions Page 1 of 11 Rev 2, 6/2008 Photo Story Instructions! Before you begin! Write your script first! This is the most important part of your project. Each

More information

ROOMPLAYER GUIDE COMPLETE YOUR ROOMPLAYER SETUP WITH THE ROOMPLAYER DESKTOP APP

ROOMPLAYER GUIDE COMPLETE YOUR ROOMPLAYER SETUP WITH THE ROOMPLAYER DESKTOP APP ROOMPLAYER GUIDE COMPLETE YOUR ROOMPLAYER SETUP WITH THE ROOMPLAYER DESKTOP APP HELLO Once you ve connected your Roomplayer to your home network, downloading and installing the Roomplayer desktop app is

More information

Set Up Your Domain Here

Set Up Your Domain Here Roofing Business BLUEPRINT WordPress Plugin Installation & Video Walkthrough Version 1.0 Set Up Your Domain Here VIDEO 1 Introduction & Hosting Signup / Setup https://s3.amazonaws.com/rbbtraining/vid1/index.html

More information

Program.

Program. Program Introduction S TE AM www.kiditech.org About Kiditech In Kiditech's mighty world, we coach, play and celebrate an innovative technology program: K-12 STEAM. We gather at Kiditech to learn and have

More information

Minecraft Schematica Mods Cracked Launcher

Minecraft Schematica Mods Cracked Launcher Minecraft Schematica Mods 1.6 2 Cracked Launcher Schematica Mod : mediafire.com/download/4y3. forum. nationsglory.fr/index. Not mincing words, if you use a cracked launcher so you can play the game without

More information

G E O S E R V E R I N S TA L L

G E O S E R V E R I N S TA L L G E O S E R V E R I N S TA L L Installation and Configuration of GeoServer 01 January 2009 TABLE OF CONTENTS 1 Goals...3 2 Java Development Kit Install:...4 3 Set JAVA_HOME...6 4 GeoServer install...7

More information

ELE 408 Final Project

ELE 408 Final Project ELE 408 Final Project Chess AI game played over the Network Domenic Ferri Brandon Lian Project Goal: The project goal is to create a single player versus AI chess game using socket programming to establish

More information

Manual Gta San Andreas Pc Zip Files 100 Save

Manual Gta San Andreas Pc Zip Files 100 Save Manual Gta San Andreas Pc Zip Files 100 Save GTAForums - Grand Theft Auto: San Andreas Discussion: More information 3.1 Configuration file(s) location, 3.2 Save game data location, 3.3 Save game Fixes

More information

User Manual for use of new IML executable based on VS2010

User Manual for use of new IML executable based on VS2010 User Manual for use of new IML executable based on VS2010 IML facilitates Trading members to trade on BSE platform based on their customised Trading application. IML acts as a gateway between the Third

More information

Minecraft account list s

Minecraft account list s Minecraft account list 2017 emails Everything you need to know about Minecraft Premium Accounts Lists, Tutorials, Tips & Tricks.. Free Minecraft Premium Account List username password 2017. Jun 28, 2018.

More information

Stiction Compensation

Stiction Compensation University of Alberta Computer Process Control Group Stiction Compensation CPC Group, University of Alberta Table of Contents Introduction 1 System Requirements 1 Quick Start 1 Detailed Instructions 3

More information

MESA Cyber Robot Challenge: Robot Controller Guide

MESA Cyber Robot Challenge: Robot Controller Guide MESA Cyber Robot Challenge: Robot Controller Guide Overview... 1 Overview of Challenge Elements... 2 Networks, Viruses, and Packets... 2 The Robot... 4 Robot Commands... 6 Moving Forward and Backward...

More information

STEP BY STEP GUIDE (RASPBERRY PI)

STEP BY STEP GUIDE (RASPBERRY PI) STEP BY STEP GUIDE (RASPBERRY PI) Raspberry Pi The Raspberry Pi is a credit-card-sized single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching

More information

Digital Portable Overhead Document Camera LV-1010

Digital Portable Overhead Document Camera LV-1010 Digital Portable Overhead Document Camera LV-1010 Instruction Manual 1 Content I Product Introduction 1.1 Product appearance..3 1.2 Main functions and features of the product.3 1.3 Production specifications.4

More information

JoneSoft Generic Mod Enabler v2.6

JoneSoft Generic Mod Enabler v2.6 JoneSoft Generic Mod Enabler v2.6 User Guide 8 August 2010 Contents Introduction... 2 Installation... 3 1. Central installation... 3 2. Separate installation... 4 Installing over an existing installation...

More information

Apogee Ensemble Thunderbolt Audio Interface

Apogee Ensemble Thunderbolt Audio Interface Apogee Ensemble Thunderbolt Audio Interface Quick Start Guide Fall 2014 Contents Overview... 3 Introduction...3 Package Contents...4 Ensemble Product Tour...6 Getting Started... 8 System Requirements...8

More information

Mariokart wii unlock codes

Mariokart wii unlock codes P ford residence southampton, ny Mariokart wii unlock codes The best place to get cheats, codes, cheat codes, walkthrough, guide, FAQ, unlockables, tricks, and secrets for Mario Kart 8 for Nintendo Wii

More information

Outernet L-band on Rasbian Documentation

Outernet L-band on Rasbian Documentation Outernet L-band on Rasbian Documentation Release 1.0a2 Outernet Inc May 22, 2017 Contents 1 Guide contents 3 i ii This guide shows how to deploy Outernet software on a Raspberry Pi

More information

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019)

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019) ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/28/2019 2/08/2019) Note: At least two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner,

More information

A Practical Guide to Carlson Software Fundamentals 2018 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner

A Practical Guide to Carlson Software Fundamentals 2018 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner A Practical Guide to Carlson Software Fundamentals 2018 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner A CADapult Press Publication Copyright Copyright CADapult Press, Inc. 2017 All rights reserved. No

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT)

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) This tutorial covers how to record a Panopto video for your course. IN ORDER TO DO THIS, YOUR INSTRUCTOR MUST COMPLETE SEVERAL STEPS TO ALLOW

More information

Battlefield Academy Template 1 Guide

Battlefield Academy Template 1 Guide Battlefield Academy Template 1 Guide This guide explains how to use the Slith_Template campaign to easily create your own campaigns with some preset AI logic. Template Features Preset AI team behavior

More information

Gravity: 12-Bit I2C DAC Module SKU: DFR0552

Gravity: 12-Bit I2C DAC Module SKU: DFR0552 Gravity: 12-Bit I2C DAC Module SKU: DFR0552 Introduction DFRobot Gravity 12-Bit I2C DAC is a small and easy-to-use 12-bit digital-to-analog converter with EEPROM. It can accurately convert the digital

More information

1 Running the Program

1 Running the Program GNUbik Copyright c 1998,2003 John Darrington 2004 John Darrington, Dale Mellor Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission

More information

The next time you choose Add New > Create Recording, CaptureSpace will open automatically.

The next time you choose Add New > Create Recording, CaptureSpace will open automatically. Make a video with LU play Through LU play you can create different types of videos. You can record yourself using the web camera on your computer, you can record what s on your screen, or you can create

More information

Downloaded from: justpaste.it/m98n

Downloaded from: justpaste.it/m98n Downloaded from: justpaste.it/m98n [17:29:38] [main/debug] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. [17:29:38] [main/info] [FML/]: Forge Mod Loader version 8.99.180.1487 for Minecraft

More information

Second version (March 2014) by Telenil

Second version (March 2014) by Telenil Second version (March 2014) by Telenil This document is a step-by-step installation guide for the Starcraft 1 and Brood War campaigns remake, with all necessary links and screenshots. The process does

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS Slides by Wheaton et al. (2009-2014) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS INTRODUCTION

More information

Single Player Commands Schematic Save Format

Single Player Commands Schematic Save Format Single Player Commands Schematic Save Format 1.1 Singleplayer Commands, 1.2 WorldEdit Singleplayer Commands(Bearbeiten / Quelltext bearbeiten) Sets a period of time (HH:MM format), this will make minecraft

More information

VECTOR ART - User Guide VECTOR ART. For Adobe Photoshop CC, CS6, CS5, CS4. User Guide

VECTOR ART - User Guide VECTOR ART. For Adobe Photoshop CC, CS6, CS5, CS4. User Guide VECTOR ART For Adobe Photoshop CC, CS6, CS5, CS4 User Guide TABLE OF CONTENTS 1. THE BASICS... 1 1.1. About the effects... 1 1.2. How the actions are organized... 1 2. INSTALLATION & TROUBLESHOOTING...

More information

Minecraft Manual Update Release Date June

Minecraft Manual Update Release Date June Minecraft Manual Update 1.6 2013 Release Date June Release date 1.7.10 is an update which makes it possible for additional features to be added to Future additional features to Realms will not require

More information

How Do I Update My Steam Games Offline

How Do I Update My Steam Games Offline How Do I Update My Steam Games Offline Without Internet Connection Yes, I know it says internet connection required on the back, but I just kinda ignored internet a month, that's my data plan. The updates

More information

Instruction Manual. Roundshot VR Drive Metric Software release:

Instruction Manual. Roundshot VR Drive Metric Software release: Instruction Manual Roundshot VR Drive Metric Software release: Roundshot VR Drive Metric version 2.14 (12 March 2015) FOVEX PanoMaker Version 1.6.16.365.55 (12 March 2015) Instruction Manual Roundshot

More information

RAZER CENTRAL ONLINE MASTER GUIDE

RAZER CENTRAL ONLINE MASTER GUIDE RAZER CENTRAL ONLINE MASTER GUIDE CONTENTS 1. RAZER CENTRAL... 2 2. SIGNING IN... 3 3. RETRIEVING FORGOTTEN PASSWORDS... 4 4. CREATING A RAZER ID ACCOUNT... 7 5. USING RAZER CENTRAL... 11 6. SIGNING OUT...

More information

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018)

Note: Objective: Prelab: ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018) ME 5286 Robotics Labs Lab 1: Hello Cobot World Duration: 2 Weeks (1/22/2018 2/02/2018) Note: At least two people must be present in the lab when operating the UR5 robot. Upload a selfie of you, your partner,

More information

Introduction to CLI Automation with Ansible

Introduction to CLI Automation with Ansible Introduction to CLI Automation with Ansible Tim Nothnagel, Consulting Engineer Mike Leske, Technical Leader Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session

More information

In this project you will learn how to write a Python program telling people all about you. Type the following into the window that appears:

In this project you will learn how to write a Python program telling people all about you. Type the following into the window that appears: About Me Introduction: In this project you will learn how to write a Python program telling people all about you. Step 1: Saying hello Let s start by writing some text. Activity Checklist Open the blank

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.23 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

All files must be in the srgb colour space This will be the default for most programs. Elements, Photoshop & Lightroom info slides 71-73

All files must be in the srgb colour space This will be the default for most programs. Elements, Photoshop & Lightroom info slides 71-73 1 Resizing images for DPI Reflex Open Competitions Picasa slides 6-12 Lightroom slides 13-19 Elements slides 20-25 Photoshop slides 26-31 Gimp slides 32-41 PIXELR Editor slides 42-53 Smart Photo Editor

More information

Start Here. Installing your Microtek ScanMaker i280

Start Here. Installing your Microtek ScanMaker i280 Start Here Installing your Microtek ScanMaker i280 Step 1: Unpack Contents Unpack your scanner package and check for major components. 1. ScanMaker i280 scanner 2. Hi-Speed USB cable 3. Software CDs/DVDs

More information

가치창조기술. Motors need a lot of energy, especially cheap motors since they're less efficient.

가치창조기술. Motors need a lot of energy, especially cheap motors since they're less efficient. Overview Motor/Stepper/Servo HAT for Raspberry Pi Let your robotic dreams come true with the new DC+Stepper Motor HAT. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4

More information

Setting up Volumio to get great audio

Setting up Volumio to get great audio Home News DAC Digi Amp Shop Guides/Support About us About us 0 items My Account Home Guides Setting up Volumio to get great audio Setting up Volumio to get great audio Here is a simple way to use a HiFiBerry

More information

6.12. SilverFastJobManager. SilverFast JobManager for Film Scanner. Overview

6.12. SilverFastJobManager. SilverFast JobManager for Film Scanner. Overview SilverFast JobManager for Film Scanner Overview To activate the JobManager, click on JobManager -button in the vertical list of buttons to the left of the large SilverFastAi preview window SilverFastAi

More information

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book.

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. 1 Contents Chapter 1 3 Welcome to iphoto 3 What You ll Learn 4 Before

More information

Solving tasks and move score... 18

Solving tasks and move score... 18 Solving tasks and move score... 18 Contents Contents... 1 Introduction... 3 Welcome to Peshk@!... 3 System requirements... 3 Software installation... 4 Technical support service... 4 User interface...

More information

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000 The ideal K-12 science microscope solution User Guide for use with the Nova5000 NovaScope User Guide Information in this document is subject to change without notice. 2009 Fourier Systems Ltd. All rights

More information

Getting Started with Osmo Coding Jam. Updated

Getting Started with Osmo Coding Jam. Updated Updated 8.1.17 1.1.0 What s Included Each set contains 23 magnetic coding blocks. Snap them together in coding sequences to create an endless variety of musical compositions! Walk Quantity: 3 Repeat Quantity:

More information

ModelBuilder Getting Started

ModelBuilder Getting Started 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop ModelBuilder Getting Started Matt Kennedy Esri UC2013. Technical Workshop. Agenda Geoprocessing overview

More information

@ The ULTIMATE Intellivision Manual

@ The ULTIMATE Intellivision Manual @ The ULTIMATE Intellivision Flashback @ Manual CONSOLE The Ultimate Flashback runs the excellent jzintv emulator on a Raspberry Pi 2. You will see some computer code with loading, but I ve tried to keep

More information

Flask-Alembic. Release dev

Flask-Alembic. Release dev Flask-Alembic Release 2.0.1.dev20161026 October 26, 2016 Contents 1 Installation 3 2 Configuration 5 3 Basic Usage 7 4 Independent Named Branches 9 5 Command Line 11 6 Differences from Alembic 13 7 API

More information

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1 INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA FOREWORD Thank you for purchasing the RS-BA. The RS-BA is designed to remotely control an Icom radio through a network. This instruction manual contains

More information

FMJD Draughts Arbiter Pro page 1

FMJD Draughts Arbiter Pro page 1 FMJD Draughts Arbiter Pro page 1 Part A starting the use of the program 1. How do you get a licence and download and install the program: a. Get a licence Click on the Draughts Arbiter logo on the FMJD

More information

A Practical Guide to Carlson Survey 2014

A Practical Guide to Carlson Survey 2014 A Practical Guide to Carlson Survey 2014 Level 1 Rick Ellis A Cadapult Press Publication Copyright Copyright Cadapult Press, Inc. 2014 All rights reserved. No part of this publication may be reproduced

More information

RAVASMARTSOLUTIONS - TECH TIPS

RAVASMARTSOLUTIONS - TECH TIPS Purpose RAVASMARTSOLUTIONS - TECH TIPS CS5 - Flash - Build an Image Library This Tech Tip will illustrate how to build an image library in Flash. This will allow you to have a lot of Flash Graphics available

More information

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms With the Agilent U2761A Function/Arbitrary Waveform Generator

Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms With the Agilent U2761A Function/Arbitrary Waveform Generator Discovering New Techniques of Creating, Editing, and Transferring Arbitrary Waveforms With the Agilent U2761A Function/Arbitrary Waveform Generator Reprinted courtesy Agilent Technologies Introduction

More information

Printer Driver. This guide describes how to set up the Printer Driver for Windows 7.

Printer Driver. This guide describes how to set up the Printer Driver for Windows 7. 4-187-187-12 (1) Printer Driver Setup Guide This guide describes how to set up the Printer Driver for Windows 7. Before Using this Software Before using the printer driver, be sure to read the Readme file.

More information

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents Contents Getting Started... 2 Lesson 1:... 3 Lesson 2:... 13 Lesson 3:... 19 Lesson 4:... 23 Lesson 5:... 25 Final Project:... 28 Getting Started Get Autodesk Inventor Go to http://students.autodesk.com/

More information

The Joy of SVGs CUT ABOVE. pre training series. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker

The Joy of SVGs CUT ABOVE. pre training series. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker CUT ABOVE svg design Course pre training series The Joy of SVGs by award-winning graphic designer and bestselling author Jennifer Maker Copyright Jennifer Maker page 1 please Do not copy or share The Joy

More information

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street digitization station DIGITAL SCRAPBOOKING 120 West 14th Street www.nvcl.ca techconnect@cnv.org DIGITAL SCRAPBOOKING With MyMemories Suite 6 The MyMemories Digital Scrapbooking software allows you to create

More information

Apogee Ensemble Thunderbolt Audio Interface

Apogee Ensemble Thunderbolt Audio Interface Apogee Ensemble Thunderbolt Audio Interface Quick Start Guide July 2017 Contents Overview... 3 Introduction...3 Package Contents...4 Ensemble Product Tour...6 Getting Started... 8 System Requirements...8

More information

A Teacher s guide to the computers 4 kids minecraft education edition lessons

A Teacher s guide to the computers 4 kids minecraft education edition lessons ` A Teacher s guide to the computers 4 kids minecraft education edition lessons 2 Contents What is Minecraft Education Edition?... 3 How to install Minecraft Education Edition... 3 How to log into Minecraft

More information

Autocad d 3d Mechanical Manual Command

Autocad d 3d Mechanical Manual Command Autocad 2018 2d 3d Mechanical Manual Command If searched for a ebook Autocad 2018 2d 3d mechanical manual command in pdf form, in that case you come on to right website. We furnish complete variant of

More information

A Practical Guide to Carlson Software Fundamentals 2015 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner

A Practical Guide to Carlson Software Fundamentals 2015 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner A Practical Guide to Carlson Software Fundamentals 2015 Rick Ellis Douglas L. Aaberg, PLS Duke Gardner A Cadapult Press Publication Copyright Copyright Cadapult Press, Inc. 2015 All rights reserved. No

More information

Account cracked minecraft server. Account cracked minecraft server.zip

Account cracked minecraft server. Account cracked minecraft server.zip Account cracked minecraft 1.7 4 server Account cracked minecraft 1.7 4 server.zip Minecraft Cracked servers let non-premium players play with any username they wantjoin ExtremeCraft.net for new and classic

More information

From the above fig. After sketching the path and profile select the sweep command First select the profile from property manager tree And then select

From the above fig. After sketching the path and profile select the sweep command First select the profile from property manager tree And then select Chapter 5 In sweep command there is a) Two sketch profiles b) Two path c) One sketch profile and one path The sweep profile is used to create threads springs circular things and difficult geometry. For

More information

FAQ and Solutions. 02 May TM and copyright Imagicle spa

FAQ and Solutions. 02 May TM and copyright Imagicle spa FAQ and Solutions 02 May 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents FAQ and Solutions...1/11 SkyStone and network security settings...1/11 Upgrade procedure to support Skype 7.32...2/11

More information

Visualize 3D CATIA V5 to JT Composites Add-On Module

Visualize 3D CATIA V5 to JT Composites Add-On Module Visualize 3D CATIA V5 to JT Composites Add-On Module USER GUIDE Revision: 1.0 Issued: 10/04/2018 Contents Overview of Visualize 3D CATIA V5 to JT Composites Add-on Module... 2 Primary Product Features...2

More information

Users Guide. Meditory CORPORATION. Version 2015C v1.0 7/20/2015

Users Guide. Meditory CORPORATION. Version 2015C v1.0 7/20/2015 Patent No.: US 8,823,770 B2 & other patents pending Users Guide Version 2015C v1.0 7/20/2015 Meditory CORPORATION 7600 Grand River Road, Suite 230 Brighton, MI 48114 T (810) 225-9720 F (810) 225-9726 Toll

More information