PDA

View Full Version : Party Buffalo Drive Explorer v1.0.0.6 Beta



wraggster
November 29th, 2010, 21:52
News via http://www.xbox-scene.com/xbox1data/sep/EkAplplAVyLTZuBhXw.php

CLK Rebellion released a new beta of the open-source Party Buffalo Drive Explorer that will allow you to access Xbox360 formatted drives/usb-sticks/bins:
[QUOTE]
Here's 1.0.0.5. Still no writing support for the standalone exe, but you can download the source and compile that with the "IsBeta" bool in the main form set to false (be careful, that form is very messy!)

Changelog (v1.0.0.5):
-Fixed a bug with a reading function that liked to read more bytes than it should
-Made it so that it should request administrator permissions at startup (should fix some people's issues...)
-Added the reading of general STFS info, as you can see from this screenshot: http://imgur.com/neMr6.png
-Added a "properties" window for files
-Other small bug fixes that I can't remember

Changelog (v1.0.0.6):
* Fix Bug when clicking the DATA folder
Buffer = io.ReadBytes(0x2050);
That's lovely... I have no idea why I chose a number like like that...
I also messed up on a rounding function, and instead of putting 0x200 I put 200. Pushing out 1.0.0.6 right now.
* Oh yeah, 1.0.0.6 has a minor edit to how it detects USB Drives. I forgot the function that returns a list of logical drives, so I did a char array and had it loop through each, detecting if the drive "IsReady", and if it wasn't then it would throw it away. Hopefully this works better...