In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "FE100"

From WiiBrew
Jump to navigation Jump to search
(Bugfix)
m (modified download link to use direct /data/ subdirectory)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = FE100
 
| title      = FE100
| desc        = Windows port of segher's tachtig & twintig, Unpack&Pack savefiles, easy obtaining of files used by tachtig & twintig
+
| type        = pc utility
| type        = PC utility
+
| author      = WiiCrazy / I.R.on
| author      = WiiCrazy/I.R.on
+
| version    = 0.23b
| version    = 0.2b
+
| download    = http://www.tepetaklak.com/data/FE100-v0.23b.rar
| download    = [http://www.tepetaklak.com/data/FE100-1.2b.rar FE100-0.2b]
+
| website      = http://www.tepetaklak.com/Wii/#FE100
| source      = [http://www.tepetaklak.com/data/FE100-0.2b-src.rar FE100-0.2b-src]
+
| source      = http://www.tepetaklak.com/data/FE100-0.2b-src.rar
 
}}
 
}}
  
Windows port of segher's tachtig & twintig, Unpack&Pack savefiles, easy obtaining of files used by tachtig & twintig
+
Windows port of segher's tachtig & twintig, Unpack and pack savefiles, easy obtaining of files used by tachtig & twintig
  
==Usage==
+
== Usage ==
 
*Run [[Xyzzy]] from Homebrew Channel to create keys.txt on SD memory card. Only need to run once if files are retained.
 
*Run [[Xyzzy]] from Homebrew Channel to create keys.txt on SD memory card. Only need to run once if files are retained.
 
*Use [[Gecko OS]] to reboot with nocopyflags; copy save(s) to SD memory card.
 
*Use [[Gecko OS]] to reboot with nocopyflags; copy save(s) to SD memory card.
*Copy keys.txt and libeay32.dll from [http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=25952 OpenSSL] to FE100 folder.
+
*Copy keys.txt and libeay32.dll from [http://sourceforge.net/projects/gnuwin32/files/openssl/ OpenSSL] to FE100 folder.
 
*Install [http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2 Microsoft Visual C++ 2008 SP1 Redistributable Package x86].
 
*Install [http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2 Microsoft Visual C++ 2008 SP1 Redistributable Package x86].
*Run FE100KeyGrabber.exe to create key files that FE100 can use to unpack / pack the save files. Only need to run once if files are retained.
+
*Run FE100KeyGrabber.exe to create key files that FE100 can use to unpack / pack the save files. Only need to run once if files are retained.
 
*Run FE100.exe to unpack / pack data.bin files.
 
*Run FE100.exe to unpack / pack data.bin files.
  
==Saves with nocopy folders==
+
== Saves with nocopy folders ==
 
* 0.2b version has a problem packing saves that has nocopy folders or any folder. Here is the bugfixed version : [http://www.tepetaklak.com/data/FE100-folderbugfixed.rar FE100-folder-bugfix] .  
 
* 0.2b version has a problem packing saves that has nocopy folders or any folder. Here is the bugfixed version : [http://www.tepetaklak.com/data/FE100-folderbugfixed.rar FE100-folder-bugfix] .  
  

Latest revision as of 02:03, 18 October 2016

FE100
General
Author(s)WiiCrazy / I.R.on
TypePC utility
Version0.23b
Links
Download
Website
Source

Windows port of segher's tachtig & twintig, Unpack and pack savefiles, easy obtaining of files used by tachtig & twintig

Usage

  • Run Xyzzy from Homebrew Channel to create keys.txt on SD memory card. Only need to run once if files are retained.
  • Use Gecko OS to reboot with nocopyflags; copy save(s) to SD memory card.
  • Copy keys.txt and libeay32.dll from OpenSSL to FE100 folder.
  • Install Microsoft Visual C++ 2008 SP1 Redistributable Package x86.
  • Run FE100KeyGrabber.exe to create key files that FE100 can use to unpack / pack the save files. Only need to run once if files are retained.
  • Run FE100.exe to unpack / pack data.bin files.

Saves with nocopy folders

  • 0.2b version has a problem packing saves that has nocopy folders or any folder. Here is the bugfixed version : FE100-folder-bugfix .

And here is the source patch

- is_dir = ((*de).data).dwFileAttributes == FILE_ATTRIBUTE_DIRECTORY;
+ is_dir = (((*de).data).dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)>0;