ZIP3DSFX 3DS: Difference between revisions

From GameBrew
m (Text replacement - "| licence" to "| license")
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
| title = ZIP3DSFX
|title=ZIP3DSFX
| image = ZIP3DSFX.jpg|250px
|image=3dspc.png
| type = Utilities
|description=Barebones ZIP-based SFX extractor for the 3DS console.
| version=v0.6
|author=d0k3
| lastupdated = 2016/03/25
|lastupdated=2016/03/25
| license = Mixed
|type=File Operation
| author = d0k3
|version=0.6
| website = https://github.com/d0k3/ZIP3DSFX
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/ZIP3DSFX.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/zip3dsfx.7z
| source = https://github.com/d0k3/ZIP3DSFX
|website=https://github.com/d0k3/ZIP3DSFX
|source=https://github.com/d0k3/ZIP3DSFX
}}
}}
<youtube>izljcyvozig</youtube>
== ZIP3DSFX v0.6 by d0k3 ==
ZIP3DSFX is a ZIP-based SFX extractor for the 3DS console. It has two main build modes plus multiple configuration options.
ZIP3DSFX is a ZIP-based SFX extractor for the 3DS console. It has two main build modes plus multiple configuration options.


'''SFX Hard Mode:''' This mode hardcodes the archive.zip into the ZIP3DSFX.3dsx executable. To use this, rename your ZIP archive to 'archive.zip', put it into the data directory and compile with 'make sfx_hard'.
==User guide==
 
===SFX Hard Mode===
* This will use the smallest amount of memory and will work anywhere.
* This mode hardcodes the archive.zip into the ZIP3DSFX.3dsx executable.  
* The archives content can not be changed without compiling anew.
* To use this, rename your ZIP archive to "archive.zip", put it into the data directory and compile with "make sfx_hard".
 
** This will use the smallest amount of memory and will work anywhere.
'''SFX Stub Mode:''' This mode creates a SFX stub, the actual archive.zip has to be attached to the end of the ZIP3DSFX.3dsx. Compile this with 'make sfx_stub'. Files are attached (on Windows) via 'copy /b ZIP3DSFX.3dsx + archive.zip myZIP3DSFX.3dsx'.
** The archives content can not be changed without compiling anew.
 
* You can simply copy any ZIP archive to the end of the 3DSX to create a new SFX archive.
* The resulting .3DSX can (in standard ZIP mode) still be opened in any archiver program on any platform.
* This uses more memory and will not properly work with some loading methods.


If you want to customize the SMDH file, edit AppInfo and icon.png in the resources.dir. If you want to further customize ZIP3DSFX overwrite behaviour (among other settings) edit config.h inside the include directory or use predefined config settings def_overwrite_always, def_overwrite_ask, def_overwrite_never, theme_pack or boot_installer. The correct syntax is: 'make [sfx_stub|sfx_hard] CONFIG=[config_name]'. This is untested with large files and archives. Use at your own risk!
===SFX Stub Mode===
* This mode creates a SFX stub, the actual archive.zip has to be attached to the end of the ZIP3DSFX.3dsx.  
* Compile this with "make sfx_stub".  
* Files are attached (on Windows) via "copy /b ZIP3DSFX.3dsx + archive.zip myZIP3DSFX.3dsx".
** You can simply copy any ZIP archive to the end of the 3DSX to create a new SFX archive.
** The resulting .3DSX can (in standard ZIP mode) still be opened in any archiver program on any platform.
** This uses more memory and will not properly work with some loading methods.


Contains the MiniZ library, which was written by Rich Geldreich: https://code.google.com/p/miniz/
===Configurations===
* If you want to customize the SMDH file, edit AppInfo and icon.png in the resources.dir.
* If you want to further customize ZIP3DSFX overwrite behaviour (among other settings):
** Edit config.h inside the include directory or use predefined config settings def_overwrite_always, def_overwrite_ask, def_overwrite_never, theme_pack or boot_installer.
** The correct syntax is: "make [sfx_stub|sfx_hard] CONFIG=[config_name]".  


== License ==
'''Note:''' This is untested with large files and archives. Use at your own risk.


This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
==Credits==
Contains the [https://code.google.com/p/miniz MiniZ library], which was written by Rich Geldreich.


Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
==External links==
* GitHub - https://github.com/d0k3/ZIP3DSFX


# The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
[[Category:3DS homebrew applications]]
# Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
[[Category:PC utilities for 3DS homebrew]]
# This notice may not be removed or altered from any source distribution.

Latest revision as of 12:47, 3 April 2022

ZIP3DSFX
3dspc.png
General
Authord0k3
TypeFile Operation
Version0.6
LicenseMixed
Last Updated2016/03/25
Links
Download
Website
Source

ZIP3DSFX is a ZIP-based SFX extractor for the 3DS console. It has two main build modes plus multiple configuration options.

User guide

SFX Hard Mode

  • This mode hardcodes the archive.zip into the ZIP3DSFX.3dsx executable.
  • To use this, rename your ZIP archive to "archive.zip", put it into the data directory and compile with "make sfx_hard".
    • This will use the smallest amount of memory and will work anywhere.
    • The archives content can not be changed without compiling anew.

SFX Stub Mode

  • This mode creates a SFX stub, the actual archive.zip has to be attached to the end of the ZIP3DSFX.3dsx.
  • Compile this with "make sfx_stub".
  • Files are attached (on Windows) via "copy /b ZIP3DSFX.3dsx + archive.zip myZIP3DSFX.3dsx".
    • You can simply copy any ZIP archive to the end of the 3DSX to create a new SFX archive.
    • The resulting .3DSX can (in standard ZIP mode) still be opened in any archiver program on any platform.
    • This uses more memory and will not properly work with some loading methods.

Configurations

  • If you want to customize the SMDH file, edit AppInfo and icon.png in the resources.dir.
  • If you want to further customize ZIP3DSFX overwrite behaviour (among other settings):
    • Edit config.h inside the include directory or use predefined config settings def_overwrite_always, def_overwrite_ask, def_overwrite_never, theme_pack or boot_installer.
    • The correct syntax is: "make [sfx_stub|sfx_hard] CONFIG=[config_name]".

Note: This is untested with large files and archives. Use at your own risk.

Credits

Contains the MiniZ library, which was written by Rich Geldreich.

External links

Advertising: