Author Archives: Ben Wochinski

ComputerCraft Code – Enhanced go Script: “do”

Another script from my ComputerCraft Challenge series, an enhanced “go” program, which I have given the clever name of “do”! ;-)

This script has only a few modifications from the stock “go” version, but it adds references to all commands for a regular digger turtle! I’ve also gone ahead and cleaned up the code such that it will work both with and without my “t” turtle API. That way if you just wanted the “do” script, no need to install extras, but if you like the location tracking of the “t” API, it will automatically use that API to keep the internal location correct!

The code is included below after the break, but for easier access and install, it’s also hosted over at TurtleScripts!

Continue reading »

ComputerCraft Code – Turtle Location Tracking API

I’m finally getting around to posting some more of the code I have created in my ComputerCraft Challenge series!

This is the API I wrote to simplify several common turtle functions, along with integrating internal location tracking. For the moment the turtle needs to be facing north when initialized, but that is something which is high on my list to fix. Load the API either using os.loadAPI() or by placing the script file (named “t”) in the /ComputerCraft/lua/rom/apis/turtle/ folder of your Minecraft installation.

If you have GPS start any script using the API with t.initLoc() to sync the internal position with that of the GPS. I’ll edit this post a bit later when I get this up on TurtleScripts so it can be pulled from a computer in-game.

EDIT: Link to code: http://turtlescripts.com/project/gjdh4g-Turtle-Location-Tracking-API

Code after the break…

Continue reading »

ComputerCraft Code – Sidekick’s Mining program

This is a post I’m long overdue putting up, but finally I decided to just get this code posted, nevermind worrying about a long drawn out explanation for it all.

This is the code for Sidekick the mining turtle as featured in my ComputerCraft Challenge series on YouTube.

I’ve moved online hosting of the script over to turtlescripts.com!

http://turtlescripts.com/project/gjdgz8-Ben-s-Sidekick-Miner

If you like, you can grab the code from the following pastebin link, for ease of turtle use: http://pastebin.com/FxPLrRJ8

 

To run the program be sure to set up the turtle inventory in this way:

  • slots 1-3 to be the “junk” items to not mine (smooth stone, dirt, gravel).
  • slot 15 with a filler material (recommend cobble)
  • slot 16 with fuel

The turtle will still bring all the cobble and other material it digs out of each shaft, it just will not dig out all the walls.

Continue reading »

Ben’s Vlog #02 – Partner, Games, and Shirt!


Download Video from YouTube | YouTube to MP3

Ben’s Vlog #01 – Intro, Channel Updates

Finally remembered to post my Vlog on my Blog… yeah.


Download Video from YouTube | YouTube to MP3

Updates and YouTube Info

I have been very busy over the past two months! It was about that long ago that I decided to relaunch my YouTube channel as a place for my “Let’s Play” gaming videos. I’ve worked hard to bulk up the channel since then and now I really need to give things a cohesive feel.

You can take a look at the sidebar to the right to see what I have planned for my YouTube upload schedule. You can see my gaming, and so my channel, tends to focus on Minecraft and other indie games of that sort. I don’t plan on following that trend exclusively but I’m sure that will be the central theme. There are a number of things that I’d like to do missing from that schedule, but as I get more efficient at producing videos I’m sure I’ll be able to squeeze in more.

A game that I need to get back into the schedule as soon as possible is FTL: Faster Than Light. I had an absolute blast playing that game for the first time and I promise that getting more video of it up has been on my mind ever since!

Finally I want to mention that I wont be “spamming” this blog with every video upload I make anymore. I’ve added a new page which will show the latest videos on my channel, it’s up on the menu bar, you can check what’s new there. The only videos which I will post here are any vlogs that I do, as I hope to begin using those instead of posts here. They’ll focus on giving channel updates and announcements, along with personal bits about myself as I see fit.

I appreciate everyone who’s been watching and subscribing, and especially thank you to those who have taken the time to comment on my videos. I love comments! So until I see you from my first vlog, happy gaming!

Blog Repaired!

Well that was a close one, but crisis averted! If anyone is a regular reader they may have noticed that my blog has been “stuck” for a good few days. The top post even had a YouTube embed error displayed. All of that was the fault of an error in a WordPress plugin.

Apparently somewhere along the line a plugin (I’m still not sure which one) wasn’t updated to work with a new release of WordPress, and when I upgraded the entire setup broke. Thankfully not the display side, but the entire administrator panel. It displayed what I have now learned is referred to as the “White screen of death”! It sounds terrible, I know, but all it really means is something is preventing the admin panel from loading, so it’s blank. I’ve been busy the last week between family, work, and trying to catch a little sleep, so I didn’t have the time to figure out how to fix the issue. Finally this morning I forced myself to take care of this!

The solution, which I found mentioned in a few places, is to disable all of your WordPress plugins. Since you can’t get to the admin panel to do this you have to go directly into the database. Now to mess around with the MySQL database isn’t for everyone, if you’re not comfortable, it’s best to get (even hire) help. But if you’re familiar, the fix is dead easy. Just go to the database, through whatever method you prefer (phpMyAdmin is one of the easiest, if you have it installed), and run the following SQL command:

UPDATE wp_options SET option_value='' WHERE option_name='active_plugins' LIMIT 1;

This will deactivate all of your WordPress plugins. It wont delete or uninstall them, and all the configuration will be untouched. Doing this allows the admin panel to load without any plugins, and should fix the “white screen of death” issue. Assuming you’re now back on the admin screen, you’ll need to check out all your plugins and try to find the one responsible for the issue. Checking the version compatibility can lend a clue, otherwise just enabling them one at a time and checking that everything works each step along the way will eventually yield results. If it breaks again, you know the fix, and then you’ll have the culprit.

I hope this information might be helpful to someone. Also, it serves as my rather long-winded excuse for not posting here in the last week. Now that things are operating normally again, I’ll be posting soon with some mildly exciting updates about my YouTube channel!

Until then, Happy Gaming!

Bricks ‘n Sticks – #10 – Workshop Work and a Musket

Ben breaks ground on the workshop and wields a musket less than expertly.


Download Video from YouTube | YouTube to MP3

 

 

Bricks ‘n Sticks – #09 – Jetpacks and Expansion

Ben and Maqt begin to build up their Tekkit headquarters, breaking ground on the workshop. Maqt is able to create a couple jetpacks to help.


Download Video from YouTube | YouTube to MP3

Ben Plays Tekkit – #12 – Chainsaw Master

I get an IndustrialCraft chainsaw crafted up. Also there is some tidying up around the utility shed to be done.


Download Video from YouTube | YouTube to MP3