New patch was released for Bad Company 2 today for Steam users – which is very exciting if you’ve been having troubles with the game.
More information for the patch notes/change-log.
March 23rd, 2010 § 0 comments § permalink
New patch was released for Bad Company 2 today for Steam users – which is very exciting if you’ve been having troubles with the game.
More information for the patch notes/change-log.
March 21st, 2010 § 0 comments § permalink
I’ve added the Battlefield v1.5 Patch to my mirror. Depending on where you are in the world, this may be available to you faster than on other servers. The information about this patch is on the EA website in the Battlefield 2 section. There are also a list of localised mirrors.
Get Battlefield 2 v1.5 Patch from splents.com.
Note: You MUST install the v1.41 patch in order to get 1.5 to install.
I would also say that version 1.0 of the game do not make a registry key titled ‘Version’. For the patch to install you need to create this key. I can’t remember what it is but if you Googled around you would find it.
March 8th, 2010 § 0 comments § permalink
I had this problem where I would go to play a game of Battlefield 2 (Single Player or Multiplayer), and when I would get to the spawn screen the mouse would just be frozen.
It hadn’t done it before, and I had been playing both the retail version of BF2 and the Steam version. Turns out it is caused by a profile conflict. All I did was delete my profile from the ‘Documents’ folder and away it went.
This poster had the same problem and solved it by deleting his Battlefield 2 Profile.
March 7th, 2010 § 0 comments § permalink
So you’ve suspected that there are hacks in the game all along, but haven’t had the evidence…
This is about as good as the evidence will get, and unfortunately Infinity Ward are either incapable or unwilling to address the problem.
From a technical point of view, I find the hack funny. Having said that, I’m sick of rage leaving games because some n00b is using tools similar to this. Ah well.
March 7th, 2010 § 0 comments § permalink
So you’ve noticed that whenever you get into Call of Duty: Modern Warfare 2 you get this annoying “NAT Status: Strict”, or perhaps more annoying – when you and your friends try joining the game lobby it says unable to connect, and counts the connection attempts up until it throws an error.
You’ve followed the borderline offensively abandoning instructions left on Infinity Wards website, with still no change.
Well I have a few more suggestions that have so far worked for everyone I’ve shared them with.
Restart Steam and see if it helps. Hopefully it does, because usually this means you won’t have any more squad trouble.
March 7th, 2010 § 0 comments § permalink
I’m currently hosting S-T-D and Backtrack distributions in the mirrors folder. These can be used with my rainbow tables, or for a whole range of fun activity’s.
March 7th, 2010 § 0 comments § permalink
A few years ago I created some rainbow tables for cracking a particular type of password. I’ve been hosting them for a fair while but now I’ve updated the site I thought I would point towards their location.
You can download the lm_alpha-numeric-symbol14-space1-7_0_4000x46000000 tables by clicking on the Rainbow Tables link. The tables can be used with Backtrack or S-T-D.
March 7th, 2010 § 0 comments § permalink
I had a situation where I needed to recover some MYOB backup files from a corrupt Norton Ghost (version 8.0) file. Ghost Explorer wouldn’t open the backups, due to some form of corruption, somewhere. There was little information that was available, despite the file corruption being a common problem. Ghost is no longer a supported product, and future versions were essentially a completely new program. I read a thread on corrupt ghost images that discussed my problem in depth. Praise to Nigel who provided the inspiration to try what I did, although unfortunately the header fix program was simply slack data when I downloaded it… sabotage?
Out of desperation I used HxD to search for the file header of a MYOB backup. It was tedious and took a while, particularly considering I was sifting through 20gB of hexadecimal data.
If I get some time I would like to produce a program that can automatically recover these files (and others, especially .jpeg) from a corrupt ghost image. In summary however, if you are trying to recover data from a norton ghost image file that seems to have become corrupt. Here is a brief overview of what you’ll need to do to recover the data.
If everything went correctly, you’ll be left the file you were trying to recover.
You may be asking “What is the file start/end?”.
I would say that is a good question – this is what took me a while to figure out.
For MYOB:
version 13, file start “6D 79 6F 62 31 33 2F 50 4B 03 04 0A”
version 18, file start “6D 79 6F 62 31 38 2F 50 4B 03 04 0A”
You will notice that the 6th byte is the only thing that changes between the two. Thats because its specifying the version number. In hex, 0×31=1, 0×33=3, 0×38=8.
The end of the MYOB files was always “50 4B 01 02 14 0B 14″ followed by a large null padding (…00 00 00 00 00 00…), although the amount of padding varied from file to file.
Generally I selected a few zeros after the file end so… “50 4B 01 02 14 0B 14 00 00 00 00″.
I successfully recovered 8 backups doing this manually.
Feel free to contact me via email if you would like a more in depth tutorial on recovering files from Ghost backups, or donating if I just saved you!