Page 1 sur 2

postLoader 4.5.0

MessagePosté: Dim 12 Juin 2011 09:19
par actarus1973
Image


stfour nous propose postLoader
postLoader est destiné à être une extension de priiloader.
Il peut être installé en tant que fichier autorun dans priiloader et travaille comme lanceur d'homebrew avec sa propre interface utilisateur.

Lorsqu'il est lancé, il recherche le fichier de configuration à partir d'une carte SD ou d'un périphérique USB si aucun fichier de configuration de l'interface utilisateur n'est affiché pour permettre la sélection de ces homebrews préférés.

Cet homebrew est incontournable pour qui veut utiliser une NAND émulée.

Image
Image
Image
Image

Télécharger postLoader 4.5.0
Téléchargement

Télécharger postLoader online update 4.4.12
Téléchargement

Télécharger plugins.4
Téléchargement

Télécharger postLoader forwarder channel V5
Téléchargement


Changelog :
4.5.0 : postLoader 4.5.0

* version changed

NOTE: this version will clear all configuration files (autoboot settings... etc.etc.)

postLoader 4.4.18

* emuBrowser: fixed empty page on plugins filter menu
* emuBrowser: up to 32768 rom can be virtually browsed.
* emuBrowser: the cache file is no more fully readed in memory, but in small chunk.
* emuBrowser: fixed rom count display if none or every plugin is selected in filters.

postLoader 4.4.17

* any mode can now be locked using [home]->lock this mode. Top and botton bar are disabled as well the d-pad shortcuts.
* fixed button text that may be cutted in 4.4.16
* better debug output for emulators
* faster ploader.log writing (as usual, log is activated only if the file exist on sd root, thx joostin for the tip)
* GameBrowser (GC): added current installed wad information (AUTO:DM, AUTO:DML.... etc)
* Fixed default homebrew category creation when configuration file change revision
* minor changes in user interface
4.4.12 : * gameBrowser/gc: fixed cheat codes support for dml. Cheats files (gct) must be in the same partition of game and only '/codes' folder is supported.
* gameBrowser/gc: added manual mios installation ([home]->"Manual MIOS installation..."). You can also create in /ploader/wads/mios.wad and cmios.wad as standard mios and custom mios
4.4.10 : * gameBrowser: fixed wii games execution (and not required wad installation) if dml is set to auto.
4.4.9 : * wad installation: now just the hourglass is showed during installation
* emuBrowser: fixed "$" separator (dosbox will now work)
4.4.8 : * gameBrowser: Automatic DM(L)/QuadForce wad installation (please, read notes carefully !!!). Thx to waninkoko WadManager 1.7 source codes.
* gameBrowser: Fixed a bug on reading/writing configuration information
* Increased mp3 buffer size (less disc i/o)
* little fixes

========================================
DM(L),QUADFORCE automatic mode:
========================================

When this option is enabled (press [home] while in gamecube mode, then " "GameCube mode = DM Auto""), postLoader will choose and install the correct wad file to execute the selected gc/qf game.
To use this feature, you must create a wads folder in your <dev>/ploader folder, for example usb://ploader/wads if your postloader data folder is in the usb device.
Then rename the dm(l)/qadforce wads as follow

DIOSMIOS_2.10.wad -> dm.wad
DIOSMIOSLite_2.10.wad -> dml.wad
quadforce_4.1.wad -> qfusb.wad
quadforce_4.0.wad -> qfsd.wad

so you will end with the following files

<dev>://ploader/wads/dm.wad
<dev>://ploader/wads/dml.wad
<dev>://ploader/wads/qfusb.wad
<dev>://ploader/wads/qfsd.wad

Use only tested wads, from well known source. Installing these wads should be a safe operation, anyway it is a your choice. No warranty provided, no responsibility on me if you brick anything!
4.4.7 : * emuBrowser: added cache system. To rebuild, [home]->rebuild cache (it is required also if plugin.conf change)
* emuBrowser: in plugins.conf arguments, '$' will be replaced by '|'. This should make dosbox work.
4.4.6 : * emuBrowser: added an option in plugin.conf to enable recursive search of roms in a folder
* emuBrowser: plugin .dol is checked before searching roms
* minor fixes
4.4.5 : only as update
* emuBrowser: Fixed loading of AbdallahTerro plugins.conf
* emuBrowser: Plugins are searched only one time. Filters are now applyed instantly
* emuBrowser: up to 36 plugins can be displayed in filters (tested). Anyway note that no more than 32 different plugins can be used (this limit require some work to be bypassed, as filters are in a 32bit var)
* emuBrowser: added current selected plugin(s) and rom count information
* minor fixes
Anciennes versions : 
postLoader 4.4.4
* added a flag in plugins.conf to enable/disable plugins. Check the file!
* added mutex for almost any file i/o. Seems that postLoader no more hang occasionally
* added "Return to real WII" in exit menu when working in neek2o
* the folder for covers can now be changed. Check "ploader/paths.conf.sample" and rename it to "paths.conf". Postloader uses sd:// and usb://, usb2://, usb3://, usb4:// for additional partitions)
* minor fixes

postLoader 4.4.3
* removed some debug messages
* minor fixes

postLoader 4.4.2
* fixed buffer allocation error in mem2 that was causing a dsi
* covercache now uses a single large buffer in mem2 for covers
* added mutex in mp3 player to control multithreaded file io
* minor fixes (also a typo in plugins.conf)..

postLoader 4.4.1
* added new tag to plugin.conf to specify alternate dol search path (more info
in the the file)
* removed option menu
* when a an icon is clicked, a full res cover is displayed.
* postloader binary configuration file is no more resetted if size changes
* emuBrowser: fixed filters issue if plugins.conf file is modified
* changed, again, sigh :( semaphores in covercache, hoping that this will stop
occasionally hangs
* various fixs...

postLoader 4.4.0
* covers are scaled down to save memory
* added "Enable TEX cache" in "config->advanced option". If enabled a folder
/ploader/tex will be created, and a rgb raw texture will be saved.
This give a great boost on cover update speed but require up to 144Kb per covers
on the device. Note that disabling it will remove all cached textures.
* covers lookup for emus is much faster

postLoader 4.3.0
* appBrowser: fixed a memory corruption with more than 86 homebrew. The real limit is 256, and once reached, it should no codedump. (thx MassiveRican)
* appBrowser: current subfolder/page is correctly restored after executing an homebrew.
* appBrowser: changed format of cache.
* appBrowser: <long_desc> tag is read from the meta.xml when required.
* emuBrowser: now supports .png, .jpg, .bmp covers
* emuBrowser: added support for emulator's plugin arguments ({device},{path},{name},{loader},{titlelow},{titlehi},{loadername}
* emuBrowser: added auto import of retroarch snapshots as covers. Note that if enabled (home->Auto import...) any .bmp will be removed from <dev>:/retroarch folder
* emuBrowser: fixed displaying of the same cover for multiple roms.
* emuBrowser: plugins.conf has a new format. Please update from full dist.
* various fix/code optimizations.

postLoader 4.2.2
* gameBrowser: fixed game name handling for wii and gamecube games

postLoader 4.2.1
* AppBrowser: as requested subfolder support is back.
* nandBooter v2.5: fixed crash
* changed wait panel for most i/o operation
* switching browsing mode is more smoother

postLoader 4.2.0
* AppBrowser: changed category managment system
* AppBrowser: Fixed hidden applications
* AppBrowser: better and faster xml parsing
* AppBrowser: added a caching system. Now it is almost instant. New hb are automatically added to cache. Changes of actual xml may require a manual refresh ([home]->refresh cache)
* AppBrowser: postloader setting are moved from application xml to cache system.
* GameBrowser: changed configuration file layout. (speedup, less memory used)
* GameBrowser: titles.txt is now applied only when refreshing cache. (speedup)
* GameBrowser: removed "Clean Title Configuration" menu item (obsolete)
* ChannelBrowser: changed configuration file layout. (speedup, less memory used)
* ChannelBrowser: titles.txt is now applied only when refreshing cache. (speedup)
* EmuBrowser: great speedup when scrolling a large amout of rom
* Added an option in configuration to change mp3 playback volume
* Reduced memory allocation: titles.txt is loaded only when needed
* On screen keyboard can now enter lowercase text
* Fixed some filtering issues
* Various code cleanup and fix
* enhancements in grlib library (menu button width selectable,keyboard etc.etc)
* new faster cfg library
* moved autoboot informations from options menu to "about postloader" menu
* n2oboot.ini che be configured in option menu (available only when executed in neek2o)
* updated readmii.txt (v1.9). Not yet complete but better then the old one.

NOTE: AppBrowser category
----------------------
Starting from this release, postLoader does support no more subfolders as category. Now up to 8 category can be assigned for each homebrew. This make everything fully compatible with standard layout of HBC. Five category are assigned by default: Games/Utility/Emulators/Backup loaders/Hacking tools, and them can be changed in runtime
(A)->View options...->Rename categories
(B)->Change category
(2)->Filter menu, with also sd/usb selection
(home)->refresh cache


Source

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 10:39
par Oops
En gros c'est un multi forwarder :74:

Merci ;)

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 10:56
par kazeshini
Autant autobooter sur HBC :P

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 11:00
par Oops
oui mais non... il y a trop de truc "pas touche petit con" sur HBC, ce multi forwader est pratique pour les enfants (les petits con :D ) avec juste wiiflow, WiiMC et un loader de nand émulé :bravo:

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 15:06
par Oops
il y a un fichier config qui te permet d'y mettre ce que tu veux :bravo:

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 15:11
par sniper3d
+1 :accord:

Re: postLoader v1.0 beta

MessagePosté: Dim 12 Juin 2011 17:27
par RiderFx3
Merci pour la news,

Je trouve que c'est effectivement inutile car HBC fait exactement la même chose, et en plus joli.

Pour le enfants, il suffit de mettre une carte SD contenant uniquement des homebrews non dangereux ! :D

Mais bon chacun voit midi à sa porte. Bravo tout de même à l'auteur car cela représente un sacré boulot !

Re: postLoader v2.0 beta26

MessagePosté: Sam 30 Juil 2011 09:04
par sniper3d
:vacance: :arff:

Re: postLoader v2.0 beta30

MessagePosté: Sam 10 Sep 2011 11:47
par Oops
Merci :bravo:

Re: postLoader v2.0 beta31

MessagePosté: Jeu 15 Sep 2011 11:56
par Gojyo
Salut !

Merci pour la news ;) :bravo: Au passage, quelqu'un sait comment je peux changer le thème de mon PostLoader svp ? :?:

Re: postLoader 3.50.1

MessagePosté: Sam 24 Déc 2011 23:43
par flowlapache
merci, je vais enfin me pencher sur cet excellent postloader qui s'avère vraiment très pratique. Y'en a t'il parmi vous qui l'utilise pour charger des nands émulées sans avoir à bouger du canapé?car c'est surtout ça qui m'intéresse et que j'ai du mal à mettre en place...thankx

Re: postLoader 3.59.2

MessagePosté: Jeu 2 Fév 2012 06:25
par actarus1973
postLoader 3.59.2

Re: postLoader 3.59.2

MessagePosté: Jeu 2 Fév 2012 19:11
par safirion
Ca commence à devenir intéressant avec le support des jeux GC via DML ^^
Je prend :D

(Mais c'est moche :( )

Re: postLoader 3.59.2

MessagePosté: Jeu 2 Fév 2012 19:48
par safirion
Hm... Si t'as tester la version 1 de CFG peut-être mais pour info, on en est à la version 69 ;)
Donc bon...

Exemple : https://img820.imageshack.us/img820/8197/img3770c.jpg

Re: postLoader 3.59.2

MessagePosté: Jeu 2 Fév 2012 23:01
par safirion
Le boitié de NSMB Wii n'est pas représentatif... On voit clairement sur cette image que le mec à des gout de merde en matière de thème et j'ai la flemme de faire un screen de ma config.

Sinon, j'ai pas compris ton truc de police DOS... Surement que tu évoque la version 1... :roll:

Sinon mamule, c'est toi qui l'a lancé cette discussion :

mamule a écrit:
safirion a écrit:
(Mais c'est moche :( )


Ca ressemble au loader que tu utilises :mrgreen:
;)

Re: postLoader 3.60.0

MessagePosté: Lun 6 Fév 2012 22:58
par safirion
Merci :74:

Re: postLoader 3.60.0

MessagePosté: Lun 6 Fév 2012 23:00
par TGbot
pas nul , bidon , laid ?

Re: postLoader 3.60.0

MessagePosté: Lun 6 Fév 2012 23:02
par safirion
Pour lancer des jeux via le DML, c'est pt'être laid mais plus stable que Wiiflow mon cher kali chou :)

Re: postLoader 3.60.0

MessagePosté: Lun 6 Fév 2012 23:05
par sniper3d
Pour la stabilité, il faut bien tester!!!!

Re: postLoader 3.67.3

MessagePosté: Dim 26 Fév 2012 14:58
par safirion
Merci ^^

Re: postLoader 4 beta 11

MessagePosté: Sam 16 Juin 2012 08:20
par chronoss
L'installation se fait comment ?

Re: postLoader 4.0.3

MessagePosté: Mer 25 Juil 2012 12:41
par actarus1973
:100:

postLoader 4.0.3

Re: postLoader 4.0.3

MessagePosté: Mer 25 Juil 2012 16:19
par Ayatus
Tu es allé un peu vite en besogne, seul la mise à jour en ligne est dispo au moment où j'écris ces lignes.
J'ai donc remis la 4.0.2 en DL, rajouté l'online update 4.0.3 et le forwarder v5, j'en ai aussi profité pour raccourcir la très très très... longue liste de changelog qui est de toute façon disponible dans le pack complet du homebrew.

Re: postLoader 4.0.3

MessagePosté: Mer 25 Juil 2012 19:50
par flowlapache
merci beaucoup pour tout ça! très pratique le forwarder;)

Re: postLoader 4.1.9

MessagePosté: Dim 24 Mar 2013 14:10
par Ayatus
Maj postLoader 4.1.9