Monday 31 March 2014

Ubuntu Server - Automatic E-mail of Status upon Boot

As the multiboxer project has grown, I now need to support multiple bug reporters (I have three helpers now, if you've not donated yet and joined in you're missing out!)....

So with the new bug reports I'm looking at establishing a server at home, with a private IP and allowing the helpers to post their tickets there.  The trouble is, the loft man lab, where the server is stationed, is serviced by wireless only.  The signal strength is good, and I'm not going to throw a cat-5-e cable up there because I've spent too much time fixing walls and removing old dead telephone cables as it is.

The server is a Ubuntu 12.04.4 LTS box, and when it boots I want it to e-mail the testers, and me, its IP Address.  This way I don't have to faff about with dyndns (as much as I love them, their usage terms are a pain in the arse for free users now-a-days) or any other dynamic domain name service.

Now, the IP mailing just needs to send the interfaces information out, through a few tricks the IP of eth0 is the router outbound IP, and I've carefully opened port 80 for them to chat to it over the web...

So, to set this all up... We need a script to wait an amount of time, then get the adapter information, and then e-mail it...

sudo nano /usr/sbin/bootmail.sh

The script then looks like this:

#!/bin/bash
echo Waiting...
sleep 30
echo Getting Interface Info
ifconfig > /tmp/ifinfo.txt
file=/tmp/ifinfo.txt
echo Sending mail...
function mailalert(){
  echo Calling Mail...
  sendmail -F "noreply@Git-Server-VM" -it << END_MESSAGE
To: user1@gmail.com,user2@gmail.com,xelous@hotmail.co.uk
Subject: Multiboxer IP Update

$(cat $file)
END_MESSAGE
}
mailalert
echo Complete

You can look at this yourself in detail, I'm noting it for reference myself...

You save this file and then have to allow it to execute:

sudo chmod +x /usr/sbin/bootmail.sh

And finally we need to add it to the boot script, so its run as the server comes up...

sudo nano /etc/rc.local

And before "exit" at the bottom add:

/usr/sbin/bootmail.sh

Reboot your server and you'll now get an e-mail of the IP interfaces sent out...

I may later improve the script to add the bug reporters to a known user group, use echo & cat to output the members of that group into a file, and use that list as the "To" field.  But for now, with the happy few of us, this will do.

Now, I would have previously (as you can tell by my older blog entries) used Subversion.  However, I'm managing this project with Git, so I may also now set up the Git on this server, and put a centralised copy of the code onto it, securing it with SSH... Pretty sure there was a good tutorial on setting this up on a server in a recent Linux Format...

Saturday 29 March 2014

Warcraft View - A Play Style

I've been taking a fair amount of time to look at how people play World of Warcraft, the multiboxer works for me perfectly, it suits me, but then I wrote it, what I'm looking at is a wider player demographic to see how others use the interface, how they interact in both PVE and PVP, whilst multiboxing with other software and playing solo.

The aim being to tune my interface and responses.

One thing I've noted a lot from hardcore PVE content players is this tendency to have their camera pulled all the way back... Here's an example from Preach

The camera is way back and angled way up high, I think more than the default controls let you, so this is customization of the UI in action.  But don't you think it looks more like another Blizzard game... Yeah it looks a lot like Diablo don't it....

Yet this is World of Warcraft... I might need to sub my main account and go try a few things out - bite the bullet as it were - because the multiboxer at present does feel like its working better down at character level where the main character you're leading around can help you keep tabs on the following boxes.

Friday 28 March 2014

Multiboxer - Support - Knock back

I'm sat with my IDE open, and multiple World of Warcraft clients setting up my macro's for healing.  I have the two alpha testers for today on skype, and I have over 150 views on each of my Multiboxer posts on this very blog...

What I don't have is any supporting sponsors :(

I think this may change when I release the beta (time & function limited build) software with some World of Warcraft and Neverwinter and Runes of Magic profiles, so people actually can get their mits on the software and see it is real, and it does need help developing.

But what I also have with me is a pair of e-mails, you see I sent this project off to see if an old contact (who works in games) wanted to support the software, his response is a no... This wasn't a surprise, I'm pretty sure I pissed the guy off, and they only work in game publication, not actually in game tools or play support tool production.

Happily though the chap didn't tell me to go forth and multiply, what he did do however was send the message onto a chap called "Andrew".  Now I have no idea who Andrew is, but he's maybe been to these very pages to have a look, so hello Andrew... but his reply is rather odd... Let me paste it here...

"its probably good for subscription games (ie. encourages more subs) like WoW, but I don't see a benefit for F2P."

And this is where so many people working in the game business don't connect with their audience, he doesn't see the point really, that's what this says... he doesn't see why you'd want to play a half dozen characters at the same time, and he doesn't see the reason you'd want to do this in a Free to Play game...

Hmm, lets digest why I want to play multiple accounts at the same time... Its more of a challenge, and I can access loot from PVE content without sharing with others, I can explore and enjoy PVE content without the need for friends online, a guild, or Pick up Groups (vomits)... In PVP I get a huge, and legitimate, play advantage over others (how many multiboxers do we know who got Grand Marshal in WOW?)...

That is a lot of the reason I used to play WOW with my guild, but without my guild a multiboxer is the only way to go... It has only one down fall for me personally, the cost...

So to mitigate the code... Free to Play... 

Would I like all those advantages of playing content and comptetitive play in a Free to play game?... YES!  Of course I would, in fact with F2P titles there can be a slightly more obvious advantage to having your own group and that is many free to play games have fragmented audiences, they don't have the player numbers or the popularity of WOW driving them, so populations can be sparse.  Starting out in Runes of Magic - which I've done multiple times - can be quite lonely.

With my own team I'm not lonely.

This leaves me wondering who this Andrew is, and whether he's been to see the amount of YouTube videos of other Multiboxers using other software, and the high costs of those software suits compared to what I'm trying to produce?


P.S. Before anyone gets off of their high horse exclaiming "Who does this Xelous think he is?"... I work for a multi-billion euro international gaming company... I'm a software engineer for them, working on graphical front ends and gaming interfaces... I spend a LOT of time talking to a LOT of different companies and developers... So I know what I'm doing in a gaming company sense... This project, just like for my contact above, is not in my employers genre of interest.  But it is in my genre of personal interest.

Thursday 27 March 2014

RIP Raymond "Jerry" Roberts


Whenever I see a Bletchley code breaker in the news I'm sad the country has yet to fully recognise their work, especially those for whom any recognition came too late.

Captain Roberts here was recently in a BBC documentary about the work of Tommy Flowers, and his own work on breaking Tunny and other codes.

Wednesday 26 March 2014

Minecraft - Ordeal #5

Today I've not been to work, when I came in last night I had a terrible, and I mean agonizing, pain under my right rib towards the front... I thought it was trapped wind, so ignored it... Big mistake, its kept me up most of the night, and when I woke up this morning I just could not move.

I'm moving now, but it is agony, I don't want to eat and I'm in such pain... But hey ho.

Before this took over me, I did play some Minecraft, so I drafted this post for you guys last night...

I didn't do anything too interesting, I started a project behind my base, out in the desert, I'm making out a square I'm going to sink as a vertical open cast/strip mine.  But before that I needed to expand and finish the storage.





So there are ranks for 9 more double chests, and then either side, I'm adding two annex's, one for an anvil, and the other for potion brewing.

Also, from above on my base ground level, I'm definitely able to just dump my inventory into the water stream and it come into my junk chest...


 

Tuesday 25 March 2014

Booby... Sorry, I mean, Character Modelling

I stumbled over this, an interesting and informative video about 3D character modelling & art.


However, I could not get over the character in question having those silly boobs and bikini bottom on... So annoying.

Also Hai Phan... get a pop filter, I was a little tired of hearing your cheeks slapping on your teeth after a while!

Monday 24 March 2014

Strange Tent

Just for the record, on a piece of common ground around the corner from my house - in a strange place - there was/is a tent set up, it was there a few days, and was a fairly large tent...

And I realised I have no idea who would camp there, it's right by the M1 motorway, there's no ablutions, it is just a strange place to see a tent... Then I figured, remember way back in old films they used to have the white & red striped tent over roadworks?...

What if this tent is there to cover up something?  It was big enough an area to cover a grave...

So, for the record, if anything is strange there was this tent, if the ground is disturbed... and it was there in March 2014... When the weather was cold, before Sports Relief kicked off... so not when anyone would camp for the sporting things...


Sunday 23 March 2014

Minecraft - Ordeal #4

I spent a lot of time painting the man lab today, yes those plastered walls had aired enough in their gleaming white, so there's now a feature all in a chocolate sort of colour.  And with pay-day being Thursday, I'm going to get some nice finishing touches.

I also fitted a new light in here, so that's lovely too.

Game wise I spent the day painting and not playing, but I did have Youtube playing, and from my list of "watch later" items I found a load of Minecraft items, so tonight with an hour to spare I fired up the old minecraft, and set about a new storage area, with a simple water feed bringing items from the surface down to it for me...



Deep below I also spent the last of the prepared glass shoring up the lava pool I'm undermining for diamonds.

And that was that.

One thing I did programming wise was find a bunch of my old DirectX 9 interface books... Now, I do wonder whether leveraging DirectX9 is a good option in a game today, to get all those low powered notebooks and older PC's out there all jogging along.

I'm still fascinated by OpenGL of course, for its cross platform ability, but I do wonder whether the likes of SDL or Ogre3D using interfaces should be what I look at.  Though of course one doesn't want to reinvent the wheel...


Saturday 22 March 2014

Multiboxing - Healers - World of Warcraft

No, I've not been idle, the Multiboxer has had a lot of work on the local multi-client version.  Its had auto log on ability, and selective delivery (so you can stop certain clients getting the key clicks by filter) plus there's also a new master over ride, so you can hold a key to send all following keys the same to all clients...

This last item is great, because it lets you react better in PVP situations, you can hold the button if jumped, and TAB - to pick the target - and voila, nail them with everything, no need for worrying about the mappings... This is particularly good when all your running clients are the same, e.g. all Warlocks, or all mages.

Of course you can run the whole program with no filters at all, so its all 1-to-1 mappings, this lets you run the multiboxer very easiler in 5 man PVP groups, for battlegrounds!


One other thing I've put a bit of time into over the last few days is leveling up a free to play (Starter) wow account with a healer for the other group you've seen running.  The plan being to go take on some higher level elites somewhere - since we're still free accounts we can't party to go down an instance - so elites is our only option to show off...
 
In other MMO news, Allods online has quit being supported & operated by gPotato, it has been passed back to the Russian developers... You can migrate your account from gPotato back to them...

Now, Allods was one of those games I was short listing to add to the free to play list, however, I've been trying to download the client for a few days and been failing, it is dismally slow.


Thursday 20 March 2014

How many Garibaldi's

So, how many Garibaldi's constitute one of your five a day?


I ask, because I've been continuing to experiment with biscuits and sweets whilst I code... Garibaldi's are not my favourite biscuit, but they're one of the few, alongside fig rolls & fruit shortcake, with a promise of some actual roughage in them...

Also, they come in those long slices, which scores marking the slice into 5 biscuits.. Do you eat the whole slice, or just a few biscuits?

The multiboxer has also had new work, the filtering works, we can transmit strings, it will auto logon... Quite neat watching 39 clients open, move and then log into their respective games.  Next is a hot-spot mouse clicker, to let us select a window remotely and click on it, so we can potentially accept quests on all clients together...

Wednesday 19 March 2014

Why I don't like Lambda's (C++)

Why I don't like Lambda's (C++)
I think I'm going to be in the minority of programmers when I say that I don't like Lambda's, in case  you don't know, a Lambda is a piece of code you an run inline, so you can create it and run it where you're working... like this:

#include <iostream>

int main ()
{
int sum10 = []
{
int i = 0;
for (int k = 0; k < 10; ++k)
{
i += k;
}
return i;
}();
}

When the code here is compiled & run, the value entered into "sum10" is the result of the function which follows, traditionally we'd write this code like this:

#include <iostream>

int Sum10Function ();

int main ()
{
int sum10 = Sum10Function();
}

int Sum10Function ()
{
int i = 0; 
for (int l = 0; k < 10; ++k)
{
i += k;
}
return i;
}

You can see this "Sum10Function" is actually a function, it has a declaration and a definition.  And this is how I'd always prefer to do work with functions, I do not like Lambda's because they ignore the greatest power of functions like "Sum10Function".

And that power is having a known location, a location you can find and a location which one can easily find all references to, you know if you have a problem in the function that you have one body to find and you can find it easily.  Finding a Lambda, written inline, in a mass of source is not a boon, it is in fact a major headache.

Other authors on the topic, such as "Alex Allain" (http://www.cprogramming.com/c++11/c++11-lambda-closures.html) actually have the balls to intimate that the fact you can write the function inline like the lambda, without having to stop and go create a prototype and a body declaration is a strength, but he; like many others; totally ignores the elephant in the room and that is the maintainability of code.

Alex's other examples on that page also start to use function pointer or functor examples, the first "AddressBook" class example he gives is taking a type, and yes we can assign a lambda to a type "auto"... but we can also assign a function pointer to an "auto", so there's no difference in using a function pointer or using a lambda in that example, except the Lambda falls foul of my point, it's harder to find and manage the source for the function.

The article linked there is also one of the major references if one googles for Lambda's in C++.  And it has code examples, which work, but which he describes as "pretty good looking", but which I see as horrible... here's the examples, cleaned up in the same program:

#include <iostream>
#include <vector>
#include <algorithm>

int main()
{
using namespace std;

vector<int> v;
v.push_back(1);
v.push_back(2);
//...
for (auto itr = v.begin(), end = v.end(); itr != end; itr++)
{
cout << *itr << endl;
}
vector<int> vw;
vw.push_back(1);
vw.push_back(2);
//...
for_each(vw.begin(), vw.end(), [](int val)
{
cout << val << endl;
});

return 1;
}

They both do the same thing, they output the vector, but I don't think the second code looks better, I in fact think both examples need cleaning up, because to my eye they're miss leading, but my argument about the maintainability of Lambda's aside the second example does hint at the only use for them.  It hints that they can take the loop variable "val" as an input from the left, i.e. from the iteration over the vector in the "for_each" loop, rather than need to declare that iterator as in the first loop "auto itr = v.begin()"...

But I would still argue that this ease of throwing the code in there, leads to hard to maintain code, I think the first example cleaned up would leave a much more wholesome and maintainable code base...

#include <iostream>
#include <vector>

int main()
{
using namespace std;
vector<int> v = { 1, 2 };
for (auto itr = v.begin(); itr != v.end; ++itr)
{
cout << (*itr) << endl;
}
}

And there is my preferred implementation of that example, I find it simpler and easier to understand, and as you can see I'm using the C++11 declaration of the vector contents to ease understanding, so I'm not throwing an anti C++11 rant here, far from it, I've looked at Lambda's in Python and C# as well as here in C++ and I really don't like the syntax maintenance questions they bring up.

Sometimes they look and can behave very powerfully, but even with the for_each example above, I'd still much prefer this:

#include <iostream>
#include <vector>
#include <algorithm>

void Output (int p_Value)
{
std::cout << p_Value << std::endl;
}

int main ()
{
std::vector<int> v = { 1, 2 };
for_each (v.begin(), v.end(), Output);
}

I can see the "for_each" I can see it calls Output with each iteration, that code clearly has a semi-colon, and I can go find "Output" very easily.  I find this code is much cleaner and simpler to follow.

Tuesday 18 March 2014

C++ (Passing by Reference) Programmer Insecurity

Sometimes even the smartest, and I mean proper mind blowing good, programmers can have an off day... And I just ran into one.  Now, let me just say I consider myself a good C++ programmer, and an excellent Pascal programmer, I prefer C++ however and am taking every chance I get to use it, and use it cross platform.

Now, the chap I'm talking about, is a bit of a mega brain, he is really good, but he's just had a massive problem on his hands, and I don't think he liked my input...

First of all, he was working with "int", on a 32bit machine... But he was using this "int" as an unsigned value... So why not use "unsigned int"... apparently, he is having the kind of day where he doesn't want to type "unsigned " everywhere, so I suggested, replace "int" with "uint" and do "typedef unsigned int uint;" the silence was palpable...

He did it, and his code started to work, but it seemed he really wanted to just continue having an off day, rather then have me intereject with a solution...

Secondly, when he was done, he was getting a lot of memory used, he reckoned his code was fast and not creating copies... "int ValueReturn (int _lhs, int _rhs)".... A second suggestion, which I gave him via another member of staff "void ValueReturn (const uint& _lhs, const uint& _rhs, uint& _retVal)" to cut down the number of parameter copies and return copies he makes also went down like a tonne of bricks, he's stormed off, moaning that "that lot are a bunch of know it alls"

I can relate to his frustration, he's had a major problem, and we've effectively solved it for him in a few seconds, with what could be assumed to be obscure pieces of C++ code, but these practices of passing by reference, and even constant reference, and if you want to avoid creating more memory returning a reference to an [in/out] parameter is all normal fair.  Scott Meyer points this out a lot in his books.

I think I grew out of this tantrum "my code is right, the system is wrong" attitude about three years ago, it feels longer, but I know it takes a long time for a programmer to be comfortable enough with their ability to sit back and say "yeah, I got that wrong" and fix it, rather than think admitting fault lowers their value to everyone.  I certainly know from experience that those programmers who sit on their pedestal and are never challenged about shoddy code they do (even code which gets the job at hand done) will never progress and improve.

Anyway, something funny...


Monday 17 March 2014

Back to Work & Multiboxing Plans

It's a back to work kind of day, and oh boy have I got a lot on at work, but enough of that... Something is bugging me, and it's this damn sponge rubbish keyboard.

After using my lovely Cherry Mechanical keyboard at home all week, and actually getting code done (see the multiboxer project on prior posts) it is a real shock to the fingers to come back to this horrid rubber dome equipped monster.

It's a bod standard Dell keyboard, the keys are horrible, they don't depress nicely, when they bottom out they just stop dead and they wobble nearly all the time, the whole experience is only saved by the fact that my office desk here is brilliant and I've had the desk over 10 years, so I'm very used to it.  But the keyboard, argh.

Now, I'm in an open office space so mechanical keyboards would not go down well at all, though I'm about to go work for an adjunct company of ours, where I hear well they have mechanical keyboards, we'll see.

How's the multiboxer?... Well, I'm going to be working tonight on a filter, this is different key mappings shifted into and out of on a key press... So you could for example have a set of keys you ONLY want to sent to game client 1 and 3 (the healers) you press the toggle... "Shift" perhaps... and it shifts into that set of mappings.... the healers do their thing, let go of shift and you're back sending to clients 2 and 4 the ranged DPS...

I may spend my lunch break reading up on other multiboxers, I've seen one other multiboxer which embeds the game clients into its windows, so you can size and resize them within a single GUI... I think that's very intrusive on the client, and the game might detect it's parent is not the desktop window but some other user created window and call that a hack/exploit.  So I'm sticking with just letting the game clients open, then using "SetWindowPos" to put them into a known x, y, width & height.

Addendum... Does a first day back at work get any worse, when all your development machines start saying this to you....


Damn you, Damn you all to Hell!

Sunday 16 March 2014

Multiboxing in World of Warcraft

I am writing a multiboxer, if you are interested, read the posts from all this week.

Donate using the PayPal links for exclusive early access, and discounts on the final software!

The project has tonight reaches a new level of performance and stability, literally rolling my four level 1 mages around with the paladin they've been stable in movement in and out of Stormwind and through Goldshire, they've taken on (and won) at level 1 level 9 mobs (the highest available) and have even started to make levels - even without being in a group - I can let the mages pull and they seem to take it in turns being the one to either hit first or get the first key stroke.

If I had full accounts I could of course just group them and everyone would share the rained down XP, and believe me it does rain down on you... playing solo you get about 120XP a mob when you start, so share that between 5 and you're getting only about 20-30XP... BUT... You kill 5-6x more mobs!

So what has this all got to do with multiboxing in general?  Well, multboxing in WoW is nothing new to me, I did it originally with a C# written key sender, but it was very primitive in comparison with this sender, and it was during the good old Vanilla days, so there were fewer group combinations you could use it for.

Now, I first became aware of multiboxing in 2004 when Southshore/Tarenmill world PVP was the only PVP, and this was on Thunderhorn EU server, which is a PVE server... Some knuckle head actually attacked southshore... and in Ironforge the commons between the bank and AH suddenly became a wash of people screaming to head North and defend the borders.  So it was about 65 various level (and PVP disabled) Alliance rattled into Southshore to see what was going on.  What met us was a level 60 undead warlock with four identically geared level 60 undead mages, and they moved in one fluid motion and owned any lone alliance who went PVP enabled to take them on.

They moved together, right with one another, they were the first Multibox I ever saw, and they started the first ever World PVP I saw, as more and more alliances then whole allliance level 60 groups came up and went PVP active and the war flowed.  The multiboxer disappeared soon, but I'd seen him and saw the power.

WSG was the first major location I saw PVP multiboxing take off, but vanilla PVP queues were hugely long on Thunderhorn, and the realm was PVE.  And I had a good guild around me working tier 0/1 gear, so just enjoyed the game.

Later when the guild had gone, when the groups became shit and when Burning Crusade gave us new instances, then my mind cast back to Multiboxing, and I wanted to do it to cover all the PVE content I'd no longer get to play because BC had totally devalued it.  I never ever got to play Nax properly... So I set about writing a key sending program in C# to run my own small group of level 70's through the content, I figured I could... Sure enough I could use my hunter, and a second account with a priest to run most of the content.

But I lost interest in the game and as wrath came along I just PVP'd more and more so lapsed the account and multiboxer.

It was only this year I realised I'd missed out on a big band wagon, I realised people were selling their Multiboxing set up, and that new rigs (PC's) could run multiple copies of the WoW client, so I could run group raids on my own single machine?... And then multiple groups of clients over the LAN!... WOW for WoW!

This project was then born, it soon was up to the old level, but its now oh so much more.  So much smoother, and with so much potential.  I've looked at, but not bought other multiboxers out there, because... Well I don't trust them, a multiboxer suite basically monitors your key strokes and transmits them around, what's to stop that strange multiboxer from transmitting my username and password as I type it in?.. NOTHING... Plus I'm a software engineer, why buy when I can write.

Features complete:
  • Launch multiple local clients
  • Use/save window positions for clients
  • Automatic login to accounts
  • Launch different games (WOW & RoM so far)
  • Configure source (input) keys to map to different receiving (output) key
  • Network (WAN & LAN) transmit of key strokes on a 1-to-1 pattern (1-to-many to come)
  • IPv4 & IPv6 suppport
  • Monitor mode to help configure the system
Development Items:
  • Transmit strings of commands/keys on a single key press
  • Manual select of target window preference (so you can set a specific client you opened to pull for instance - "CTRL+1" the next pull shot (action bar #1) will go to client 1 so that client gets the aggro)
  • ALT transmit - stops mapping keys and just sends the raw key strokes
  • Mouse click on screen location, you click on main client or one subclient and all the other clients do the same - allows you to talk to a quest giver and then accept the quest, or on your main get a quest and "share" it with your group and they can all accept it from your single mouse click
  • Select a certain character after logon - based on profile settings, e.g. Client 1 opens 3rd character down, Client 2 opens 1st... etc.  But this is an optional item, I think its too close to a bot feature, so the player may have to just select each too
  • DPS client switch - You can set in the profile which clients are DPS clients and so you use one set of key mappings for them
  • Healing Client Switch - You can set in the profile which clients are healers and so you use a different set of key mappings for them
  • Dynamic switch between key mapping sets as you use toggling keys - e.g. Hold CTRL - to switch between them
 Game Macro's
In Wow the key to getting the multiboxer to work is to use the macro command to call a single key on the receiving end, but that one key do multiple things, step up the Macro.

A feature built into the game, the two main macro's I'm using at the moment are:

/target <main toon name>
/follow

/target <main tool name>
/assist

With these to simple macros my gang can follow me, and then target my target, this is fine for nukers.... If one of my followers were a healer, I could make them /target <main toon> /heal...

And for a round robing "top up" I could have a macro to target each player in the group in turn and cast a top up heal... The Wow forums explain Macro's better than I can, but you get the idea I hope.

Planned Beta Release
The closed alpha is well advanced, the closed beta is therefore slated (very roughly) for the 21st March 2014.  If you want to get into the Beta now's the time to send a donation!

Send your donation, with a valid e-mail address and I'll be able to send you details of how to sign up.


Saturday 15 March 2014

MMORPG Multiboxer (Multiple WoW Clients) #4

Welcome to my dev diary number 4, for the Multiboxer project, I've had a lot of people viewing the posts, far more than the videos (there's like 190 of you viewing the posts, but only like 6 views on the videos; which tells me my tagging either sucks or the videos are so crap you're not watching them).

Well, today's video is interesting in that you will see the code base (its files) and you'll see me using it from Visual Studio, and showing you some of the ease-of use features I'm adding in.  The fact I'm adding ease of use items, and showcasing them is really just a demonstration that I'm thinking about how I, and hopefully you would want to use this software, it really is going to be driven by your guys... So donate now to spur me on!

The demonstration today will focus on the window positions settings, how they're automatically saved for you and how they're used when you start up.  We're handling 4 clients at the same time, but if we opened more the known positions for these 4 would be used and then the rest would default, all being handled seamlessly for you, as you'll see in the video.

You will also see some of the included features of the software, how we switch into "monitor mode" easily to map key codes for the "Key Mappings" configuration, which you'll also see for the first time!


You can donate directly to this project and help fund development today, any donators will receive goodies!



Thursday 13 March 2014

MMORPG Multiboxer (World of Warcraft, Runes of Magic, LOTRO) #3

A fresh development update, the launching of the more complex (than WoW) clients is now working and input is going to multiple local clients in Runes of Magic, here's my level 1 mages backing up a new level 1 Knight.  I'd never played Knight in Runes before, so this is going to be interesting, I plan to have one knight, two mages for DPS and then two priests of healing.  To nuke through the content.

The challenge will be when I come to run multiple clients, Runes of Magic seems to take about 1GB (at least while loading) per client.  Lowering the settings on the slave clients is working well however.


I am of course still looking for Donations to help pay to continue this project more actively, I'm specifically looking for WoW sponsors now as I think I need to cough up for 5 accounts, and that's going to go down with the wife like a tonne of bricks.

I will however take a saunter over to LOTRO, just as soon as I've cloned the install to my many virtual machines to multi-head testing and then cloned it to my laptop for network testing.

I'm also adding ipv6 support to the networking!

 

You can donate directly to this project and help fund development today, any donators will receive goodies, I'm not sure what you'll get yet, but it will be software related!  Or perhaps in game items to help you in your favourite games (e.g. Diamonds in Runes of Magic).

All donators receive a discount on the final product.

Any donator posting £10 or more will receive access to the software to help with the closed Beta test.

Any donator posting £100 or more can join what I'm terming the "premium" club, and have exclusive access to the development process - bug tracking, Alpha & Beta access.

Any donator posting £200 or more can come and have dinner with me and discuss direct requirements they might have for the software, or just shoot the shit about gaming and blogging in general (You have to travel to approximately the UK M1 Junction 25).

Todays video is some more, freshly taken, video of WoW.  The reason we have video of WoW and not the Rom Session above is that Rom takes so much ram it crawled - the development VM is only 32bit, so only has access to 3.5gb of ram... Wow runs much better, seems to be much more optimised.  And of course you can run WoW in DirectX9 mode to save yet more resources.


Wednesday 12 March 2014

MMORPG Multiboxer (World of Warcraft, Runes of Magic, LOTRO)

Development Update, Runes of Magic launching with its multi-process, multi-window, shenanigans has been fixed into the multiboxer, so it can seamlessly open and send input to many local Runes of Magic Clients.

Here's a boring video of the software opening two Clients, the only human input is I do click "play" as the launchers open...


Still Looking for donations, so see yesterdays post!

Tuesday 11 March 2014

MMORPG Multiboxer (World of Warcraft, Runes of Magic, LOTRO)

I am proud to announce the first useful piece of software I'm creating, it is a whole suite of tools to help you multibox.  This is the practice of using a single keyboard and transmitting the keys, or even mapping different keys (e.g. you press numpad 0 and on the target game it presses W) to multiple game clients.

The end result is you can play alone, controlling multiple characters, run dungeons alone, level up through hard content and essentially explore the world in the myriad of MMORPG's out there without the need for a guild or clan.


I'm creating this project off the back of my recent struggle with gaming, I have no-one to play with, and can't commit to a regular gaming schedule.  Therefore I want to create my own PVE capable groups in the myriad of games you've seen be picking up and poking about recently.

The rubs is, I need your help in creating this software!

The project is advancing along its closed Alpha phase, I plan a Closed Beta, then an Open Beta before releasing v1.0.  I will also be releasing network specifications for the message transmission protocol being used, so you can hook your own applications into mine and build bigger and bigger multiboxers (e.g. you could use my XML network transmitter with some code you wrote to echo the keys being received and forward them on over the internet).

However, I have no money, certainly not enough to pay for all the testing accounts I require, nor the web hosting to let you download this fine software!  So I'm asking, please donate below.

You can donate directly to this project and help fund development today, any donators will receive goodies, I'm not sure what you'll get yet, but it will be software related!  Or perhaps in game items to help you in your favourite games (e.g. Diamonds in Runes of Magic).

All donators receive a discount on the final product.

Any donator posting £10 or more will receive access to the software to help with the closed Beta test.

Any donator posting £100 or more can join what I'm terming the "premium" club, and have exclusive access to the development process - bug tracking, Alpha & Beta access.

Any donator posting £200 or more can come and have dinner with me and discuss direct requirements they might have for the software, or just shoot the shit about gaming and blogging in general (You have to travel to approximately the UK M1 Junction 25).


Many other multiboxers exist, however, I believe for the target selling price of £15 (which will be discounted for donators) you will not find as fully featured a piece of software:

  • Local Multiple clients (run 5 characters on your one machine)
  • LAN Control multiple clients on multiple machines (run a whole 40 man raid, your healers on one PC, your tanks in another, your DPS on yet others).
  • Support multiple games, including the initial Alpha and Beta target titles:
    • World of Warcraft
    • Runes of Magic
    • Lord of the Rings Online
    • Conan Online
  • Open XML configuration settings for easy and scalable configuration (remap 6 keys today, remap 60 tomorrow).
  • Support for Wine users (yes I will be bringing the boxer to Linux platform Wine users as part of the Beta).
 My intial target for more detailed development is £250.  With this I will be able to purchase more WoW accounts and group them together (features not available in the "Starter Edition" free to play).


Super Donator/Partner - If you wish to partner me in this development, I would be interested in hearing from any C++ or C# developers, but please beware I will not be showing you the source, nor making the project open source.  This may require exchange of contracts and significant input from yourself.


Runes of Magic Test Launch