News(page 13)

Rechercher une news
Affichage des news 121 à 130 sur 3490
Pages: 13 ...
Posté par richardjouir le le 10/08/14 à 19:10:35
5150 affichages, 0 commentaires
 
image

postLoader, par stfour, est un utilitaire vous permettant de lancer des homebrews ou des forwarders, en autoboot ou manuellement, directement après le priiloader. Vous pouvez l'installer en autorun après le priiloader en utilisant l'option "Load/Install File" de ce dernier.

postLoader 4.7.4

* Fix files without extension detected as rom
* updated plugins.conf with latest corrections.
* Starting from now, plugins.conf has a version number (v.1)

postLoader 4.7.3

* fix roms/folders dupes

postLoader 4.7.2

* fixed category issue in wii/gamecube games
* updated download site to http://postloader.dnsdynamic.net, the new official site for downloads

postLoader 4.7.1

* remove useless file thread locking system.
* increased thread priority for covercache. This will solve sound stuttering and very slow file writing during creation of cover cache files (if enabled)
* now postloader select exact cover name for covers
* postloader require customfat (and customntfs) to be compiled (from wiiflow). Some file where missing during games/roms browsing with standard library.

postLoader 4.7.0

* new plugin managment system. Now roms are organized on per-system basis. When you select a rom, you can choose your preferred emulator. The plugin.cfg file has a new sintax.

postLoader 4.6.2

* updated grlib library (added transparency option for icon/panel borders)
* ChannelBrowser: updated find_title_name function. Thx kuwanger!!!
* little ui changes


image image

image image


Fichiers neekbooter.dol, neek2obooter.app, priiboatergui (dossier apps), plugins, forwarder et différents thèmes inclus dans l'archive.
http://code.google.com/p/postloader/ Site officiel : http://code.google.com/p/postloader/
http://gbatemp.net/t299384-postloader2?&st=0 Site officiel : http://gbatemp.net/t299384-postloader2?&st=0
télécharger Télécharger Postloader 4.7.4 : Lanceur d'homebrews

Posté par Attila le le 24/07/14 à 16:35:27
4711 affichages, 5 commentaires
 
image

Voici nintendont par crediar (et repris par d'autres personnes), un homebrew qui permet de lancer des backups de jeux gamecube depuis une carte SD ou clé USB.
Comme devolution, vous pourrez utiliser une manette GameCube, une Wiimote ou une autre manette USB (manette PS3) pour jouer.
Ca marche sur Wii et WiiU (mode Wii).





Cherchez vous un (gros) café pour lire la liste des changements :

Version 1.129
-made the ARStartDMA crash solution more complex for need for speed hot pursuit 2 to hopefully get it more stable
-fixed a bug in ARStartDMA which used the wrong memory address base, that should fix some games like tony hawk pro skater
-increased HID controller reading, it now reads about 60 times a second
-added chronicles of narnia to the ARQPostRequest exception list

Version 1.128
-added custom ARStartDMA crash solutions for paper mario, mario superstar baseball, need for speed hot pursuit 2, viewtiful joe, mega man x command mission and animal crossing

Version 1.127
-heavly increased sd buffer from 2kb to 64kb which makes playing from slow sd cards actually enjoyable
-fixed two possible small patch bugs

Version 1.126
-set DI interrupts onto a timer just like the EXI, seems to be safer
-added DIOS-MIOS patches to disable audio streaming just to have those games work at all
-Nintendont loader will now also display size when loading games from sd, also the size is displayed more exact in general
-added code for games like collectors edition to properly react when pressing the reset button, they should now properly return to the main menu
-added all needed patterns for pokemon colosseum but they are still unpatched so saving will still not work

Version 1.125
-added new SIInit patch pattern for games like animal crossing ntscu
-added animal crossing ntscu to the list of ARQPostRequest exceptions to get it boot up

Version 1.124
Minor Dsp fix.

Version 1.123
-corrected a mistake in the dsp patch, thanks sabykos for pointing it out
-ignore the title case when sorting alphabetically to get correct results
-display ID6 to the right of the title, that makes it easier to identify games

Version 1.122
*Updated revision

Version 1.121
*Fixed a bug that non Triforce games were reading from Triforce hardware areas (Thanks to sabykos for finding the bug).
This should fix any game broken by r72 (i.e. Mario Party 7 EUR, Mario Power Tennis EUR, Harry Potter POA EUR, ... )

Version 1.120
-loader game list is now sorted alphabetically
-you can control the loader now by holding down the dpad/stick, you dont need to constantly press, if you press left/right you move even faster
-the classic controller analog stick now works in the loader
-the current position in the game list wont get reset anymore after entering the options

Version 1.119
-completely removed the device ipl rom code, it will now be directly taken from the console

Version 1.118
-the power button should now shutdown on wii and reset to menu on wiiu at all times instantly

Version 1.117
-further optimized and cleaned up the multidol tgc loader code

Version 1.116
Add Dspv14 Dspv15.
Attempt to speed up Dsp searching code.

Version 1.115
Add exceptions to ARStartDMA
-Mario Baseball
-Viewtiful Joe
Combine common shutdown code in PADReadGC.S
Add Dspv13.

Version 1.114
-check for valid tgc header before copying in our own apploader (fixes sonic gems collection)
-added animal crossing to the arstartdma exception list, lets animal crossing pal boot without any modifications for the first time via the new tgc apploader

Version 1.113
*Added shut down via power button


Version 1.112
-how about we upload the loader files as well svn

Version 1.111
-added a very simple multi-dol loader for games like zelda collectors edition

Version 1.110
Fix swapped widescreen/progressive options.

Version 1.109
More code cleanup.
-Menu code
-FuncPattern Groups
Added another PI_FIFO_WP function.
Added log to the config settings.

Version 1.108
-still use length 0 for most games in ARStartDMA
-only use count skip in megaman command mission and paper mario for now (we need to add exceptions over time)
-moved our kernel into the cache region and reduced the cache size so in the future we can easly set the kernel to every size now
-fixed a potential bug with the stack overwriting data from various things
-changed up the HID code a bit in the hopes to help PS3 controllers, untested

Version 1.107
Skip GC pad read on Wii U.

Version 1.106
Code cleanup
-Combine GC and HID Pad functions
-Use enum for 0xdead function patterns.
-Minor ARStartDMA rearranging.

Version 1.105
In ARStartDMA, round down to zero for low value counts. Use the requested counts for larger values.
-Currently cut-off is set to 0x400. This might need to be adjusted.
-This might make the ARQPostRequest patch unnecessary.
-Fixes Paper Mario battles.
Added more PI_FIFO_WP functions.

Version 1.104
-explicitly saying gnu make that we are on windows when we use the Build.bat, otherwise it tries to execute the linux bin2h file

Version 1.103
-(hopefully) added all needed files and edited include paths to make nintendont compile properly on linux, just make sure you defined the variables DEVKITPRO, DEVKITPPC and DEVKITARM

Version 1.102
-some kernel cleanup to reduce the overall size

Version 1.101
-added the fatfs fastseek feature for ISO files which basically removes ingame loading times

Version 1.100
PI_FIFO_WP bit fix.
-Fixes F-Zero GX
Minor Zelda DSP clean up.
Disable _fwrite D patch. Doesn't appear to be the right function to patch.
Speed up hexdump.
-Perform 1 file write per line of text with a buffer instead of 35 without.

Version 1.99
-sorry, the previous revision will always clear the config because I messed up a simple value, fixed

Version 1.98
-nintendont now accepts args to autoboot games, other usb loader devs can look at wiiflow on howto implement it
-added ios 58.25.32 onto the supported wii ios list as suggested by the gbatemp member realromhunter

Version 1.97
-moved some more disc read code into the disc read thread, this should not change game behavior or compatibility

Version 1.96
-Fixed reference to old website (Thanks Naxil)

Version 1.95
Add Dsp v12 (Pikmin PAL).
Cleaned up Zelda Dsp patching code.

Version 1.94
-Fixed HUGE omission in the meta file.
It doesn't affect compatibility so no new dol.

Version 1.93
Corrected name for SIEnablePollingInterrupt (was SIReadHandler).
Fixed SIEnablePollingInterrupt.
-Mistakenly thought a patch was needed for an interrupt bit. It was actually the mask bit.
-Fixes Pokemon Colosseum.

Version 1.92
-some minor changes, logs now get closed and devices get properly unmounted

Version 1.91
-fixed the issue that after playing a japanese gc game with a console from a different region the other games get started as japanese games if you used the return to feature
-fixed the issue that non-japanese games on japanese consoles always get started like japanese games

Version 1.90
Add SIInit C patch for SSBM.
Add new function patch.
-Unsure of the name, but the function performs SIHandleRead for SSBM.

Version 1.89


Version 1.88
Clear SI interrupt in SIInterruptHandler, not FakeInterrupt. Same for EXI.
-Might require finding more versions of SIInterruptHandler.
Send additional PPC interrupt if cleared without handling the requested SI or EXI interrupt.
Clean up some interrupt code.

Version 1.87
Change method to protect interrupt variables by separating interfaces to different locations.

Version 1.86
Protect Fake Interrupt values.
-Don't overwrite 0x80000014 if in use
DI doesn't use Fake Interrupt. Remove reference.
Turn off log in official build.
-It can slow down games during launch which causes errors.
Moved specific patches from Mario Strikers to generic method.
-Probably need to find more variants. Found some for Luigi's Mansion
Minor SI tweaks.

Version 1.85
Clean up changes to SI.

Version 1.84
Improved SI interface.
-It's still not quite right. We shouldn't need to false report errors and the polling bits are never enabled.
Found a few more function patches for AI/SI.
-lwzu and stwu (already did lwz and stw)
Found a few functions related to SI in Mario Strikers that should be generalized. They currently aren't needed, but if we improve the SI interface further they will be. They're related to using memory instead of interrupts. We need to write 0s to clear memory, not 1s. For now only apply to Strikers.

Version 1.83
Fix ARStartDMA mem1 addressing.
-Fixes Star Wars Rogue Squadron

Version 1.82
Move patch_fwrite_GC to a .S file.
Combine patch_fwrite_Log/B into one S file and clean up.
Load config from memory in kernel if available.
Only write nincfg.bin in loader if settings were displayed.
-nincfg.bin is now optional.
-Still need a command line parser to use with loaders
Fix heap scope issue with DI queue.


Version 1.81
Disable SI interrupts if disabled by game.
-Fixes 007 games.
Reset patch found variables when loading a new elf/dol.
-Fixes 007 games.
Use the log for patch_fwrite instead of UsbGecko.
-Shows OSReport strings in ndebug.log
-Should probably make this an option for one or the other, or always do both instead.

Version 1.80
-fixed a potential problem with ps3 controllers where the memory allocation for the rumble can interfere with the disc reading thread thanks the debug log provided by daxtsu

Version 1.79
-corrected cache for triforce games, now gp1 should run crashless

Version 1.78
-always skip SITransfer if its a normal gc game
-skip ARQPostRequest unless we are booting super mario sunshine
-use length 0 for ARStartDMA unless we boot mega man x command mission

Version 1.77
-skip SITransfer for mario strikers so it stays controllable
-use ARStartDMA length 0 for melee and kirby air ride so it doesnt freeze

Version 1.76
-some more tiny changes which should let metroid prime boot again, fix controls in gp1, maybe more

Version 1.75
Fix disc swapping.
-Also clears cache when swapping discs.
Use corrected ARStartDMA for all games for interrupt timing. (Original attempt missed an exchange for r6/r7).


Version 1.74
-changed up disc reading and other small stuff

Version 1.73
-added more patch exceptions to fix Dragon Drive, Odama and True Crime New York
-fixed wrong game save timestamp
-mario kart gp1 works now
-finished up the triforce controls code so it now returns to hbc and works with usb controllers

Version 1.72
*Increase code size in linker script and updated related code
*Added JVS-IO emulation
*Added Baseboard emulation
*Added DIMM board emulation


Version 1.71
*Updated code to allow larger section sizes

Version 1.70
-worked some more on the auto-cache, also fixed a little bug in it again

Version 1.69
-use the original ARStartDMA code, only patch it for megaman x command mission, fixes metroid prime 1 and 2
-fixed a small bug in the auto-cache
-changed the disc read thread code a bit

Version 1.68
-Added Generic USB Gamepad PID=0079 VID=0006 controller.ini This controller was sold under several brands and models.
-Fixed "flickering" problem some users were having with Genreic_USB_Gamepad_PID=0079_VID=0006

Version 1.67
-added alot of exceptions to fix Killer7, Cubivore, Frogger's Adventures, Two Towers, Chibi-Robo, Resident Evil 4, Hudson Selection Vol 2 and Kururin Squash
-if you dont give a cache.txt, nintendont will automatically cache files, thats not as efficient but should help improve loading times if you get to some area a second time for example

Version 1.66
Only use non-zero DMA interrupt size for Megaman X Command Mission.

Version 1.65
Correct branch offsets in Patch31A0.
-Fixes Pac-Man World 2.

Version 1.64
Dsp version does not control if ARQPostRequest is needed. Revert to lists.

Version 1.63
Use actual DMA length in ARStartDMA instead of 0 (assumes no actual data transfer occurs. Only affects timing.
-Fixes Mega Man X Command Mission.
Remove ARQPostRequest from all non-Zelda uCode games (Zelda=Dspv0,1,5,8,10,11).
-Fixes Mega Man X Command Mission.
Skip Dvd patching for all games (not just Harvest Moon MM) that load a dol or elf file after the first with no patchable segments.

Version 1.62
sorry for the wiiu crash in r61, recompiled...

Version 1.61
-leave in the ARQPostRequest patch, only skip it for games which really get problems otherwise
-made a few loader changes to try to fix some crashes on game startup

Version 1.60
Fix Harvest Moon Magical Melody.

Version 1.59
Remove ARQPostRequest patch for all games (Fixes Mario Golf). This might break things for some games.

Version 1.58
Remove ARQPostRequest patch from Metroid Prime 2.

Version 1.57
Don't patch ARQPostRequest for Metroid Prime.

Version 1.56
-Fixed reading <DeadZone> and<Radius> default values when their were "," in subsiquent commands in the controller.ini
The only controller in the svn this would affect controller_ps4.ini

Version 1.55
-you can now use gc and hid controller at the same time on a wii, if hid is enabled it will still check the gc ports if you are using a normal wii

Version 1.54
-Updated the Mayflash 3 in 1 Magic Joy Box controller.ini to work with v1.53
-Updated the memory map that I forgot to include with v1.53

Version 1.53
Added new parameters in controller.ini
StickX-<offset>,<DeadZone>,<Radius>
StickY-<offset>,<DeadZone>,<Radius>
CStickX-<offset>,<DeadZone>,<Radius>
CStickY-<offset>,<DeadZone>,<Radius>
<DeadZone> is a value in hex if the controller is up to that far from center nintendont will still send that the stick is center to the game. It has a default value of 0 which is correct for most controllers.It sholud only need to be changed it the stick appears to be pulling in one direction. Prior versions had this hardcoded to 1A.
<Radius> is a percent applied to the value coming from the stick. Prior versions had this hardcoded to 100. It has a default value of 80 which is correct for most sticks. Most sticks produce values ranging from 00 to ff, the camecube controller only produces values of only about 80% of that. It only needs to be changed if your controller dosent produce values ranging from 00 to ff.

Version 1.52
-added some code to fix games like pal luigis mansion
-added a new bin2h, this one should be compilable for linux etc as well

Version 1.51
Generate .h files from .S files.
Generate .S files for DVDInquiryAsync and DVDSeekAbsAsyncPrio.
Remove built files from repository.
Simplify PadStub calling (use a global location for PadBuff).


Version 1.50
-changed up some things to hopefully help save crashes

Version 1.49
-Fixed reading controller.ini when lines are separated by only a <line feed>
=Added Logitech Cordless Rumblepad 2 controller.ini (Thanks BravaCentauri)
=Added PDP Afterglow AP.1 Controller for PS3 controller.ini (Thanks BravaCentauri)
=Added Gioteck SC-1 controller.ini (Thanks Rockohoward)


Version 1.48
-more memory card emu tweaks, now nintendont will wait at least 3 seconds before it actually saves a file to your drive, that way it should not freeze because of too early storing, also optimized the save timing a bit to improve stability

Version 1.47
-added missing parts for drive led to still work

Version 1.46
-some more work on the pad read code, now for example final fantasy crystal chronicles works again
-changed up some timings again to help making for example melee more stable

Version 1.45
-Added disk read activity led support
-Fixed dump that could occur when the last line on controller.ini didn't have a carriage return linefeed
-Added testing of file system on SD: to match testing on usb:
-Added message to loading patched kernel 8 indicating using gamecube ports


Version 1.44
-changed up some thread priorities

Version 1.43
-Fixed GC analog triggers on controllers 2, 3 and 4 controlling player 1

Version 1.42
-took out the disc read input check of r40 again, I dont know why it would break for some people but whatever...

Version 1.41
-Moved writing the version info into ndebug.log so it is always written first

Version 1.40
-read in fonts before staring the game (fixes a few games)
-do not check for new disc read inputs if we are still reading a file (fixes a few games)

Version 1.39
Added configuration file for Thrustmaster T-Wireless(Thanks ALSINJAN)
Fixed compile error on systems where caps make a difference

Version 1.38
-slightly increased wait delay again to help stabilize games like melee

Version 1.37
-Optimized for space so DEBUG can stay enabled with USB kernel
-Nintendont version is now shown in log
-Added a few missing carriage returns

Version 1.36
-creating cache before we enter the game now, this way too slow devices should not cause any error anymore

Version 1.35
-Set Patch.c dbgprintf code as a separate category so it can be disabled if necessary

Version 1.34
Only cache fonts section of ipl.bin. (Save 1.5MB)

Version 1.33
-further improved the disc read thread introduced with r31
-improved usability of the return to feature, it should be more reliable now
-caching the font file by default now

Version 1.32
Add support for japanese font.
-Use either ipl.bin or font_sjis.bin

Version 1.31
-made the disc read threaded, that should greatly reduce the random beeps in games if you go from one screen to another and also should improve control reaction times
-moved up most of the memory positions to make space for the cache

Version 1.30
-Made the cache code a little easier to read
-Added note about not enabling DEBUG and DEBUG_DI at the same time (looking into it, problem is in Patch.c)

Version 1.29
-Fixed a few warnings
-Can now be compiled with AUDIOSTREAM defined

Version 1.28
-used wrong devkit for r27, sorry

Version 1.27
-added a new controller patching method which seems to be required for some games to be controllable, its still not fully tested so I cant promise every game is controllable now

Version 1.26
Try to use font_ansi.bin if no ipl.bin file is found.

Version 1.25
*Added file caching
*Updated EXIDMA and EXIImm to prevent register corruption
*Updated DCInvalidateRange to handle smaller than 32 bytes reads (Triforce)
*Removed __OSReadROM patch
*Removed unused patches
*Optimised some code
*IPL reads are now done to MEM2 first and then copied to dst to prevent data corruption

Note: Certain games try to load the IPL font and crash or don't display any font at all when the sd:/ipl.bin or usb:/ipl.bin is missing!
(i.e. FZero-GX)

File caching:
Put a file called cache.txt into the same dir as the game.iso and put any filenames you want to cache in there.
There is currently a file limit of 220 entries.

Version 1.24
-Made some of the init code clearer
-Fixed some typo's
-Removed empty Debug folders.

Version 1.23
Actually implement the change meant for r22 (Fix UStealth).

Version 1.22
Fix UStealth. - Thanks airline38

Version 1.21
Fix zero length DMA behavior. Fixes Animal Crossing (others?).

Version 1.20
-Cleaned up all the #ifdef DEBUG in kernel and loader, as they are pointless
-gprintf can be disabled like dbgprintf
-Added carriage return \r to all log code so nl_debug.log and ndebug.log can be read properly with Windows Notepad

Version 1.19
Added elf file for analyzing code dumps.

Version 1.18
Forgot the .dol

Version 1.17
Fixed meta.xml not updating to the correct version

Version 1.16
Revert minor DSP change from r13.

Version 1.15
-attempted to fix crashes on autoboot, on return to homebrew channel and when using memory card emulation

Version 1.14
Fix black screen when using interlace with component cable.

Version 1.03
Attempt to fix reset hangups.
Speed up memory card writes.

Version 1.02
-added a small patch to fix up some japanese games on non-japanese consoles

Version 1.01
Added DSP fixes for v2, v3, v4, v6, and v9

Version 1.00
If your loader provides a return stub, the reset combination will now use it, if no loader was used, you will return to the system menu
Added Mayflash 3 in 1 Magic Joy Box support (Thanks Adeka & Fludit)
Added Thrustmaster Firestorm Dual Analog 2 support
Cleared message to plug in HID controller once it is plugged in
Added error message for "PS3 controller init error"
Added display of error codes for unknown HID init errors
Removed DSP patches

r64
-The loader now updates the meta.xml file (thanks faku1810)

r62
-Added a MCE exception for Melee until the issue is solved
-Moved another break that was for testing
-Made the Title ID check a little clearer.

r61
-Hopefully improved MC emulation (thanks crediar)

r60
Fixed game with a '.' in their directory name not showing up in the loaders game
list.

r59
Fix Tales of Symphonia always up when using GC Pad.

r58
- Press B at launch to prevent autobooting
- Remove NYI text from settings

r57
Added message during boot to plug in HID controller if needed.
Added display of revision on the top of the screen.
Added display of additional error information during boot

r55-56
The change to the ESPatch breaks the shutdown function. This will load the
Hollywood21 patch only for Wiis that are v21.
Fix Shutdown for WiiU as well.

r54
Add Language selection to Loader Menu.

Rev 50 à 53
- Correction de l'erreur kernel=-1 sur les nouvelles Wii

r49
Le paramètre langue SRAM peut être contrôlé avec la config

r48
Nettoyage des erreurs affichées au démarrage et indication de pourquoi le contrôleur USB ne marche pas.




https://code.google.com/p/nintendon-t/ Site officiel : https://code.google.com/p/nintendon-t/
télécharger Télécharger Nintendont sd/usb v1.129: Backups GameCube sur SD/USB

Posté par richardjouir le le 19/07/14 à 15:54:40
28067 affichages, 0 commentaires
 
image

USB Loader GX est un homebrew qui permet de lancer des backups de jeux Wii stockés sur un disque dur USB ou une clé USB, via une interface agréable affichant les jaquettes de vos jeux.
Cet USB Loader est originalement basé sur l'USB Loader 1.1 par Waninkoko. Les backups sur carte SD ne sont pas supportés.



r1229
Changes:
* Updated DIOS MIOS (Lite) detection up to v2.11
* Homebrew's AddBootArgument() function now accepts
struct as arguments (Thanks Fix94)

Nintendont :
* Always delete previous nincfg.bin file when launching a game.
* Added Argument Booting method for nintendont v1.98+
(faster booting, no nincfg.bin file written to device)
* Added "Update Nintendont" option in features menu. Issue 2260


image

imageimageimageimage


Télécharger différents thèmes
http://code.google.com/p/usbloader-gui/source/list Changement : http://code.google.com/p/usbloader-gui/source/list
http://usbloadergx.koureio.net/ Site officiel : http://usbloadergx.koureio.net/
http://code.google.com/p/usbloader-gui/ Site officiel : http://code.google.com/p/usbloader-gui/
http://wiidatabase.de/downloads/usb-und-disk-loader/usb-loader-gx/ Source : http://wiidatabase.de/downloads/usb-und-disk-loader/usb-loader-gx/
télécharger Télécharger USB Loader GX v3.0 rev 1229

Posté par richardjouir le le 19/07/14 à 15:45:31
8145 affichages, 0 commentaires
 
image

oggzee nous présente son USB/SD loader basé sur celui de waninkoko mais ayant la particularité d'être entièrement configurable.



v70 mod r75
-Added missing NintendontConfig.h file it should compile now.

v70 mod r74
-Added Nintendont support

v70 mod r70
-Added a check so if someone is working on a translation and does an online
update it dosent overwrite their work in process
-Added FI.lang (Thanks MysTiCy)
-Updated ZH_CN.lang (Thanks Kavid) IT.lang (Thanks Cambo) ES.lang (Thanks
TyRaNtM) GR.lang (Thanks xxdimixx) DK.lang (Thanks Fox888) NL.lang (Thanks
wiiuser2)
-Fixed several more spots ware translation wasnt working

v70 mod r69
-Added additional controllers to filter by controller
-Added downloading language files when updating to a new version
-Fixed downloading covers for regions that are undefined in the gametdb data
base mostly used by customs
-Fixed gametdb lookups when an id6 has an id4 in the id that matched the first 4
characters
-Updated FR.lang (Thanks JABE)
-Automatically load unifont if JA, KO and ZH language or db files are used
-Fixed several spots ware translation was not working
-Updated Search function (still a work in process)

v70 mod r68
-Added separate themes for each profile
-Added profile_start_favorites [0,1]... option to config.txt [0,1] repeats for
each profile
-Fixed memory leak when reloading game list (caused sort problem when unlocking
admin mode)
-Updated lang.pot , FR.lang (Thanks JABE), JA.lang (Thanks Trickart), ZH_CN.lang
(Thanks Kavid)
-Updated Search function (still a work in process)

v70 mod r67
-Updated Search function (still a work in process)
-Spead up filters, switching on favorites, hiding games
-Fixed WiFi Players not displaying when WiFi Players = 1
-Fixed Sort not working when selecting filter, then sort, then a different
filter
-Increased the max synopsis length used
-Fixed sorting by install date for channels, gamecube if on fat,
-Fixed drive corruption when using Devolution with nmm and the isos on a
different drive than cfg
-Added Devolution LED control
-Fixed Devolution when isos are on sd:
-Added Devolution direct button mapping support

v70 mod r66
-Added Search function (still a work in process)
-Added display of DOIS MIOS version 2.10+ if installed
-Fixed launching neek2o plugin
-Fixed mighty plugin ocarina support


image image

image image

Fichiers thèmes, langues, forwarder et plugin mighty.dol inclus dans l'archive

http://gbatemp.net/index.php?showtopic=147638 Site officiel : http://gbatemp.net/index.php?showtopic=147638
http://code.google.com/p/cfg-loader Site officiel : http://code.google.com/p/cfg-loader
http://code.google.com/p/cfg-loader-mod/ Site officiel : http://code.google.com/p/cfg-loader-mod/
http://wiidatabase.de/downloads/usb-und-disk-loader/configurable-usb-loader-mod/ Source : http://wiidatabase.de/downloads/usb-und-disk-loader/configurable-usb-loader-mod/
télécharger Télécharger Configurable USB Loader v70 mod r75

Posté par richardjouir le le 19/07/14 à 13:32:44
3379 affichages, 0 commentaires
 
image

Witgui est un manager de jeux Wii et GameCube pour Mac OS X.
Cette interface est basée sur wit (Wiimms ISO Tool) et wwt (Wiimms WBFS Tool).

image


Fonctionnalités :
listing of Wii and GameCube games on your Mac or on an external drive (FAT is natively supported, if you wish NTFS support you may want to install NTFS-3G first) and on WBFS partitions.
converting between .wbfs, .iso, .wdf, .ciso and .wia file formats, adding, removing and extracting games to/from WBFS partitions.

downloading localized cover images from gametdb.com.
parsing localized game details from the gametdb.com database.
searching your games or even the whole offline database.
renaming games with a custom format.
exporting a game list to plain text or html.

Version 2.1.3
NEW FEATURES
The size of the icons in the Icon view can be customized, the dialog for transfers to WBFS partitions can be hidden, /disk can be used instead of /rdisk to access WBFS partitions, flat covers can be used instead of 3D covers (in the Preferences panel).

FIXED BUGS
Games can be dragged from the Icon view to the Finder. Games on WBFS partitions can be correctly verified.

Version2.1.2
FIXED BUGS
Corrected the QuickLook plugin bug that caused some files to get the wrong game cover as a thumbnail (to reset the thumbnail of the files inside the directory “myDirectory”, run “rm myDirectory/._*” in a Terminal window). The table columns are sortable again.

Version 2.1.1
BUGS FIXED
Thumbnails are now correctly set by the QuickLook plugin.

Version 2.1
NEW FEATURES
New QuickLook plugin to preview and display thumbnails in the Finder of .wbfs, .wia, .wdf, .ciso and .iso files (the last ones have to be set to be opened with Witgui, otherwise the standard thumbnail/preview will be used). New icon display mode along the already known list mode. Conversion to .wia is now supported. Added option to keep only the DATA and CHANNEL partitions when transferring a game (this can save some space). wit and wwt are searched in the order in the following directories: first in /usr/local/bin, then in the custom path, if any (can be set by selecting “File > Locate wit/wwt” while pressing the OPT/ALT key) and finally in the Application Support folder (where they are downloaded after selecting “File > Download wit/wwt”. The “Terminal tricks” for gaining access to WBFS partitions can now automatically be done after downloading wwt. Added menu items to check/repair WBFS partitions and verify games.

FIXED BUGS
WBFS partitions are now correctly detected. Fixed bug that caused unnecessary directories to be created when renaming/converting a game and a game detail contained a “/”. Fixed a bug where a conversion’s progress bar stopped just before reaching the end.

UPDATES
WBFS partitions can be safely ejected from the File menu.


http://desairem.altervista.org/witgui/wordpress/ Site officiel : http://desairem.altervista.org/witgui/wordpress/
télécharger Télécharger Witgui 2.1.3

Posté par richardjouir le le 19/07/14 à 13:19:41
2951 affichages, 0 commentaires
 
image

Wiimms, auteur des outils de manipulation de fichier image de jeu WIT/WWT, propose une nouvelle mise à jour de cet outil.

szs v1.35c r5394 - 2014-07-03

- wstrt PATCH: Another 'https' bug fixed.

szs v1.35b r5386 - 2014-07-02

- wstrt ANALYSE: Bug fix: HTTPS hint for original files removed.

- wstrt PATCH: Bug fix: Some forgotten 'https' and 1 'sake' are patched now.

szs v1.35a r5184 - 2014-05-16

- Two more modes for option --https:
- SAKE0: Same as DOMAIN, but don't replace URLs with SAKE domain.
- SAKE1: Same as SAKE0, but replace HTTPS of SAKE domains.

- New option: wstrt --wiimmfi: Patch the files for the new custom server. It is a short cut for '{--https=domain --domain=wiimmfi.de}'.

szs v1.34a r5070 - 2014-04-19

- New Option --slot=keyword: Patch a track file to run at the specified slot. KMP and KCL may be modified. BRRES files may be added to or removed from SZS. The main keywords are DAISY, DESERT, SHERBET, SHYGUY, STANDARD and MOST. Slot numbers (except '42' or '4.2') are also accepted.
See http://szs.wiimm.de/opt/slot for details.
*** THIS NEW OPTION IS EXPERIMENTAL! ***

- New patch option: --https=mode: Patch the https strings of REL and DOL files. 'mode' is one of the following keywords:
- RESTORE restores the original URLs and domains.
- HTTP replace HTTPS requests by HTTP and sub-domain 'naswii.' by 'nas.'.
- DOMAIN replace HTTPS requests by HTTP and domain 'nintendowifi.net' by a domain specified by the option --domain.
- PORT1 sets the domain specified by option --domain in combination with ports 90-93.
- PORT2 is like PORT1, but it uses 'mariokartwii.DOMAIN' to replace the 'mariokartwii.race.gs.nintendowifi.net' domain.

- New patch option: --domain=dom: Define a domain for option --https. The default domain is 'wiimmfi.de'.

szs v1.33a r4983 - 2014-03-01

- Colorized patch log.

- New Command: wszst COPY source dest: COPY is an alternative command for copying and pathing files. It uses the same internal procedure as command PATCH, but has another command line syntax.

- New mode for option --kmp: FIX-CKJGPT: Fix invalid links to respawn points.

- wszst CHECK: Test geometry of images:
- Warnings about invalid images with zero width or height.
- Warnings about images with width or height not power of 2.
- Hints about images with width or height >1024.
See http://szs.wiimm.de/cmd/wszst/check#testlist for details.

- wszst CHECK: Count and warn about the number of vertices in MDL files of 'course_model.brres', 'map_model.brres' and 'vrcorn_model.brres', and about the total of all MDL files.

- New KMP checks for wszst+wkmpt CHECK:
- STGI: Print modified lap counter.
- STGI: Print invalid start position or mode.
- STGI: Print defined speed modifier.
See http://szs.wiimm.de/cmd/wkmpt/check#testlist for details.

- The tools 'wkclt' and 'wbmgt' accept the literal "0" as source filename for an empty file (like "-" for stdin).

- Windows only: Cygwin update to v1.7.28 2014-02-09.



http://wiki.tockdom.de/index.php?title=Wiimms_SZS_Tools Site officiel : http://wiki.tockdom.de/index.php?title=Wiimms_SZS_Tools
http://szs.wiimm.de Site officiel : http://szs.wiimm.de
télécharger Télécharger Wiimms SZS Tools v1.35c r5394

Posté par richardjouir le le 19/07/14 à 12:58:21
3398 affichages, 0 commentaires
 
image

Wiimms ISO Tools et Wiimms WBFS Tool est un ensemble d'utilitaires réalisé par Wiimm. Ils vous permet de manipuler les Images ISO de jeu Wii et les containers WBFS. Les deux utilitaires principaux sont nommés wit (Wiimms ISO Tool) et wwt (Wiimms WBFS Tool, le WBFS manager). Il s'agit de la solution la plus complète à l'heure actuelle en terme de manipulation d'ISO. Tous les formats sont supporté (de fichier comme de format de partition), il est possible de faire des transferts par lot, de réparer des partitions ou des fichiers WBFS, etc, etc...

wit v2.29a r5186 - 2014-05-16

- New patching options to support the new custom server:
- Option --http: Replace 'https' request to 'http' in the files 'main.dol' and 'rel/StaticR.rel'.
- Option --domain=dom: Replace 'nintendowifi.net' by the new domain.
- Option --wiimmfi: Patch the images for the new custom server. It is a short cut for: --http --domain=wiimmfi.de

wit v2.28a r4980 - 2014-03-01

- Full WDF version 2 support:
- WDFv2 files are a little bit smaller and support alignment.
- Parts of the WDF library have been rewritten to support WDFv2 and alignment. A side effect is a more compact code and a better chunk management if modifiying WDF files.
- Option --wdf forces WDF output, the version is definied automatically.
- Option --wdf1 forces WDFv1 output.
- Option --wdf2 forces WDFv2 output.
- Option --align-wdf defines an alignment between 1 and 1GiB (power of 2) and optional the minimal hole size before creating a new chunk.
- 'wit EDIT' supports --wdf1 and --wdf2 to allow version conversions.
For technical details about WDF see: http://wit.wiimm.de/WDF

- Support of split files of CleanRip: If reading a plain ISO file named '*.part0', the other parts are detected as continuation files.

- Windows only: Cygwin update to v1.7.28 2014-02-09.

wit v2.27a r4908 - 2014-01-31

- Bug fix: If extracting a GameCube image, files larger than 4 MiB are damaged at beginning of this 4 MiB offset.

- New feature: If creating a GCZ image, a blockwise z-compression is tried. If the compressed data is larger than 98.5%, the uncompressed data is stored. New is, that encrypted blocks are stored directly as uncompressed data, because encrypted are very bad compression candidates and the 98.5% test fails all the time. This makes GCZ creation faster. The new option --gcz-zip disables this optimization for encrypted data.

- New option: --gcz-block=size: Define the block size for GCZ creation. The default size is 16K (also Dolphins default).

- Tool 'wdf' supports info dumps of GCZ files to verify the GCZ creation.

- New command for wit+wwt: FEATURES: Print a list of supported features. The output is machine readable. Scripts may use "wit features -qq" and check the exit status.

- Reading support for the comming WDF v2. Details: http://wit.wiimm.de/WDF
Writing support will follow, if EDIT is implemented too.


image
(Image de qtwitgui)


http://wit.wiimm.de/ Site officiel : http://wit.wiimm.de/
http://gbatemp.net/t182236-wwt-wit-wiimms-wbfs-iso-tools Site officiel : http://gbatemp.net/t182236-wwt-wit-wiimms-wbfs-iso-tools
télécharger Télécharger WIT: Wiimms ISO & WBFS Tools v2.29a r5186

Posté par richardjouir le le 13/07/14 à 16:16:15
3994 affichages, 0 commentaires
 
image

USB Loader GX est un homebrew qui permet de lancer des backups de jeux Wii stockés sur un disque dur USB ou une clé USB, via une interface agréable affichant les jaquettes de vos jeux.
Cet USB Loader est originalement basé sur l'USB Loader 1.1 par Waninkoko. Les backups sur carte SD ne sont pas supportés.

Après plusieurs mois sans nouvelles, les dernières versions de Nintendont donnent envie au développeur d'USB Loader gx de reprendre du service. Voici une version compatible avec Nintendont.




Tous les changements : http://code.google.com/p/usbloader-gui/source/list

r1228
* Fixed launching DIOS MIOS(Lite) with Ocarina.
* Added a "Private server" setting to patch games at launch.
Issue 2261

* Updated Chinese and French language files.

r1227
Push r1226 in internal update menu and window's installer.
Note: dol version only, not the full channel.

r1226
* Forgot two changes in r1225. Not enough tests is bad...

r1225
* Fixed Ocarina download from Geckocodes issue2253 (Thanks Gave92)
* Added a check for downloaded Ocarina content (Thanks Airline38)
* Removed Error #002 setting (Always set to Anti)

r1224
* Merged Gamecube Video settings to a single option.
If you used the option "Use game settings" you will have to fix your settings manually. Sorry, for the inconvenience.

r1223
* Fixed an issue where setting files were created on SD if boot.dol was on USB (Thanks Badablek)
* Added Auto-edition of meta.xml arguments based on internal user settings.
* Added support for meta.xml arguments when rebooting the loader.

Nintendont :
* Added support for v1.20+
* Fixed launching Gamecube in FST format with nintendont
(Thank VashTS)

r1222
Push r1221 in internal update menu and windows installer.
Note: dol version only, not the full channel.

r1221
* Prevent downloading file if HTTP response code > 400

Nintendont :
* Removed 32k/cluster limitation.
* Fixed video mode setting "Auto".
* Fixed loading cheats from the second device.



image

imageimageimageimage


Télécharger différents thèmes
http://wiidatabase.de/usb-loader-gx-v3-0-r1228/ Source : http://wiidatabase.de/usb-loader-gx-v3-0-r1228/
http://code.google.com/p/usbloader-gui/source/list Changement : http://code.google.com/p/usbloader-gui/source/list
http://usbloadergx.koureio.net/ Site officiel : http://usbloadergx.koureio.net/
http://code.google.com/p/usbloader-gui/ Site officiel : http://code.google.com/p/usbloader-gui/
télécharger Télécharger USB Loader GX v3.0 rev 1228

Posté par Attila le le 04/07/14 à 15:40:41
2288 affichages, 1 commentaires
 
image

EasyRPG Player, par Ghabry, est une implémentation open source du moteur RPG Maker 2000/2003.

Utilisation :
Prenez un jeu RPG Maker 2000/2003, et placez le Player (boot.dol) dans le dossier racine de ce jeu (dossier qui doit contenir un fichier RPG_RT.exe).

Cet émulateur ne contient pas de système de recherche de fichier, chaque jeu doit donc avoir son propre boot.dol!
Version 0.2.1
Lisez les longs changements ici

Version 0.2.0
Changements : https://easy-rpg.org/blog/2014/05/easyrpg-player-0-2-alex/

image

http://wiibrew.org/wiki/EasyRPG_Player Site officiel : http://wiibrew.org/wiki/EasyRPG_Player
https://easy-rpg.org/ Site officiel : https://easy-rpg.org/
télécharger Télécharger EasyRPG Player 0.2.1 : Emulateur RPG Maker 2000/2003

Posté par Attila le le 03/07/14 à 13:24:19
14520 affichages, 4 commentaires
 
image

Voici une 3eme version de DML (Dios Mios Lite). Il s'agit de la reprise de son ancien projet servant à lire les Backups GameCube sur carte SD et disque dur/clé USB shafts sur wii.

Pour installer cette version, il suffit d'installer le Wad avec Pimp my Wii et d'utiliser un loader compatible comme Usb Loader GX.



Inclus :
- DIOS MIOS : Lit les jeux depuis l'USB
- DIOS MIOS Lite : Lit les jeux depuis une SD
Version 2.11
- Ajout d'une fonction FatFS link map ce qui devrait grandement réduire les temps de chargements.

http://code.google.com/p/diosmios/ Site officiel : http://code.google.com/p/diosmios/
télécharger Télécharger DM/DML (Dios Mios Lite) v2.11 : SD/USB Loader GameCube


Pages: 13 ...
 

rss


Pour votre téléphone, Jailbreak iPhone et Jailbreak iPad. - Hack PS3 - Hacker sa WiiU - Hacker PS Vita - Rage Comics, troll face - Retrouvez chaque jour des image drole sur internet grâce à LOLTube. - Meme Internet
240 connectés (0 membre, 240 anonymes)© 2007-2015 Attila