StarUpdater-UN 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = StarUpdater-UN | image = https://dlhb.gamebrew.org/3dshomebrew/StarUpdater-UN.jpeg|250px | type = Utilities | version = v1.5.3-UN | licence =...")
 
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "")
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = StarUpdater-UN
|title=StarUpdater-UN
| image = https://dlhb.gamebrew.org/3dshomebrew/StarUpdater-UN.jpeg|250px
|image=Starupdaterun2.png
| type = Utilities
|description=Updater for AuReiNAND/Luma3DS.  
| version = v1.5.3-UN
|author=gnmmarechal
| licence = Mixed
|lastupdated=2016/11/20
| author = gnmmarechal
|type=Utilities
| website = https://github.com/gnmmarechal/StarUpdater-UN
|version=1.5.3-un
| download = https://dlhb.gamebrew.org/3dshomebrew/StarUpdater-UN.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/StarUpdater-UN.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/starupdaterun.7z
|website=https://github.com/gnmmarechal/StarUpdater-UN
|source=https://github.com/gnmmarechal/StarUpdater-UN
|donation=https://www.paypal.me/gnmpolicemata
}}
}}
<youtube>DNoJ9kLKvPs</youtube>
{{Obsolete}}
 
StarUpdater-UN is a updater for [[Luma3DS|Luma3DS]]. This is an unofficial build based on [[StarUpdater 3DS|StarUpdater]], it will not replace StarUpdater if you have it installed as a CIA.
 
The -UN build is independent from variables from Astronaut's server (except for parts from buildserver). It fetches latest version of StarUpdater, and any updates from the author's website.
 
==Installation==
===Installing===
Either copy the 3ds folder onto the root of your SD and then use the Homebrew Launcher, or just install the CIA.
 
===Building===
You'll need GNU Make. The required utilities are already included. Simply do "make" inside the repository.
 
If you use Linux, you'll also need Wine, as to run 3dsxtool.exe, which seems not to properly load the romfs.bin file in Linux.


<p align="center">
==User guide==
<img src="https://github.com/astronautlevel2/StarUpdater/blob/master/Builder/banner.png?raw=true"/>
</p>
# StarUpdater-UN for Luma3DS
This is a simple updater for Luma3DS. It uses LPP-3DS in order to work, and it is available as both a 3DSX and a CIA.
## Usage
Usage is simple: Either copy the 3ds folder onto the root of your SD and then use the homebrew launcher, or just install the CIA.
If you use a custom path, create an update.cfg file in /luma/ and put your complete path (including the forward slash) in the file. It should look like:
If you use a custom path, create an update.cfg file in /luma/ and put your complete path (including the forward slash) in the file. It should look like:
`/a9lh/luma.bin`
 
/a9lh/luma.bin
 
This currently supports custom paths and path changing patch, and both hourlies and stable releases! In addition, it supports making and restoring backups of arm9loaderhax.bin!
This currently supports custom paths and path changing patch, and both hourlies and stable releases! In addition, it supports making and restoring backups of arm9loaderhax.bin!
Before updating, it shows you your current Luma version and the latest available Luma version
Before updating, it shows you your current Luma version and the latest available Luma version
Recent features allow MenuHax support as well. This will always extract it to /Luma3DS.dat on the root of your SD card due to path changer limitations. If you want backup support with MenuHax, set your update.cfg file to this location.
Recent features allow MenuHax support as well. This will always extract it to /Luma3DS.dat on the root of your SD card due to path changer limitations. If you want backup support with MenuHax, set your update.cfg file to this location.
## Building
 
You'll need GNU Make. The required utilities are already included. Simply do "make" inside the repository. If you use Linux, you'll also need Wine, as to run 3dsxtool.exe, which seems not to properly load the romfs.bin file in Linux.
==Media==
## Credits
'''[Nintendo 3DS]StarUpdater-UN v1.5.2 - Updater for Luma3DS CFW''' ([https://www.youtube.com/watch?v=DNoJ9kLKvPs Gnmpolicemata]) <br>
* Thanks to Rinnegatamante for lpp-3ds, which this depends upon
<youtube>DNoJ9kLKvPs</youtube>
* Thanks to Aurora Wright for the awesome CFW
 
* Thanks to @squee666, or /u/izylock for making the banner and icon
==Changelog==
* Thanks to all the contributors, especially gnmmarechal, for helping
'''v1.5.3-UN'''
* 3DSX Self-Updater actually does its job properly.
* SU no longer relies on an index.lua file, instead fetching it from romfs (meaning a single 3DSX file).
* Removed Dev mode support (as the builds are now one and the same).
* Menuhax Luma installation/update will now also update the arm9loaderhax.bin (as required by 6.3+).
* Now supports two Menuhax modes (to update the boot.3dsx or the /3ds/Luma3DS/Luma3DS.3dsx).
* Minor fixes.
 
==Credits==
Thanks to:
* Rinnegatamante for lpp-3ds, which this depends upon.
* Aurora Wright for the awesome CFW.
* @squee666, or /u/izylock for making the banner and icon.
* All the contributors, especially gnmmarechal, for helping.
 
==External links==
* Author's website - http://gs2012.xyz
* GitHub - https://github.com/gnmmarechal/StarUpdater-UN
* GBAtemp - https://gbatemp.net/threads/release-np2-for-3ds-neko-project-ii-port.460691/post-7108796
 
 
 
[[Category:Support the author]]

Latest revision as of 05:53, 6 May 2024

StarUpdater-UN
Starupdaterun2.png
General
Authorgnmmarechal
TypeUtilities
Version1.5.3-un
LicenseMixed
Last Updated2016/11/20
Links
Download
Website
Source
Support Author

StarUpdater-UN is a updater for Luma3DS. This is an unofficial build based on StarUpdater, it will not replace StarUpdater if you have it installed as a CIA.

The -UN build is independent from variables from Astronaut's server (except for parts from buildserver). It fetches latest version of StarUpdater, and any updates from the author's website.

Installation

Installing

Either copy the 3ds folder onto the root of your SD and then use the Homebrew Launcher, or just install the CIA.

Building

You'll need GNU Make. The required utilities are already included. Simply do "make" inside the repository.

If you use Linux, you'll also need Wine, as to run 3dsxtool.exe, which seems not to properly load the romfs.bin file in Linux.

User guide

If you use a custom path, create an update.cfg file in /luma/ and put your complete path (including the forward slash) in the file. It should look like:

/a9lh/luma.bin

This currently supports custom paths and path changing patch, and both hourlies and stable releases! In addition, it supports making and restoring backups of arm9loaderhax.bin!

Before updating, it shows you your current Luma version and the latest available Luma version

Recent features allow MenuHax support as well. This will always extract it to /Luma3DS.dat on the root of your SD card due to path changer limitations. If you want backup support with MenuHax, set your update.cfg file to this location.

Media

[Nintendo 3DS]StarUpdater-UN v1.5.2 - Updater for Luma3DS CFW (Gnmpolicemata)

Changelog

v1.5.3-UN

  • 3DSX Self-Updater actually does its job properly.
  • SU no longer relies on an index.lua file, instead fetching it from romfs (meaning a single 3DSX file).
  • Removed Dev mode support (as the builds are now one and the same).
  • Menuhax Luma installation/update will now also update the arm9loaderhax.bin (as required by 6.3+).
  • Now supports two Menuhax modes (to update the boot.3dsx or the /3ds/Luma3DS/Luma3DS.3dsx).
  • Minor fixes.

Credits

Thanks to:

  • Rinnegatamante for lpp-3ds, which this depends upon.
  • Aurora Wright for the awesome CFW.
  • @squee666, or /u/izylock for making the banner and icon.
  • All the contributors, especially gnmmarechal, for helping.

External links

Advertising: