Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Bravoman Binja Bash
WebSMS: GMX Connector
Magic Color Balls 1.1.6.621
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Antivirus
Archivers & Compression
Backup & Memory
Barcode Scanner
Battery
Data Storage & Encryption
Display & Flashlight
Emulators & Shells
File management
Hacks & Tweaks
Installer
Interface
Keyboard Extensions & Lock
Localization
Password Managers
Profiles
Registry
Remote connection & Consoles
Screensavers
Screenshots
Search
Security
Synchronization
System management
Task Managers & Launchers
Tests & Benchmarks
Text Editors
More
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
pergame.prx




pergame.prx
Version: 0.4

Platforms: PSP, Mobile Gaming


Categories: System Utilities

Upload date: 7 Nov 11

Developer:

License: Freeware

Downloads: 14

File Size: 31 Kb
Download Free pergame.prx 



Rating: 1.0/5 (Total votes: 2)




  pergame.prx

Another update for pergame, the handy homebrew plugin that allows you to load "other modules as if they were in /seplugins/game.txt"is now available for download courtesy of PSP homebrew coder AtomicDryad. The latest release includes some new features, more fixes and various other improvements.

Developer's note:

Pergame is a selective game plugin loader that loads other plugins. The difference from just using game.txt is that pergame lets one load plugins for -specific- games, instead of all games. Thus one doesn't need to toggle a specific module on or off if they only need it to make one game run in m33, and cheat programs that break some homebrew can be told only to load for isos/umds.The configuration system aims to be versatile; filenames, partial paths, and umdIDs can be used as matching criteria. Also, each iso or eboot may have a configuration file named 'FILENAME.plugins' that contains plugins to load (one per line). Games that require m33_620.prx/etc run successfully when using this loader instead of /seplugins/game.txt.

Changelog:

  • [major fix] iso detection more reliable; using an m33 function now, direct memory reading by address deprecated. umdID is still detected via memory read until/unless I find a better means.
  • [feature] blacklisting modules with '[COLOR="DarkOrchid"]!/seplugins/mod.prx[/b]'. Blacklists must be before the entries they blacklist. The top of local .plugins conf file is best.
  • [fix] psp type and firmware version now detected, and memory addresses are adjusted accordingly.
  • [fix] autosort no longer autosorts without 'autosort=1'
  • [debugging] pergame.txt options added: 'oldisopath=1' (use old memory-read isofinder), umdaddr=0x880137B0 (mem addr where UMDID is found).

Current compatibility (tested) list:
game - module - note
any - freecheat
any - cwcheat
any - psplink - only when loaded from pergame
NOT eboot demo - prometheus
NOT eboot demo - m33_620
KHBBS - khbbs translation modules

Current incompatibility list:
game - module - loaded from - result
iso/umd - macrofire - pergame.txt - game start fails with 0x80020321 (no such device)
homebrew - macrofire - pergame.txt - macrofire menu opens in a loop
any - psplink - game.txt, before pergame - psp crashes, or 0x8002013c (library not found), loads in pergame however
any - psplink - game.txt, after pergame - pergame fails to load some modules (freecheat)
eboot DEMO god eater jp - prometheus/m33_620 - pergame.txt - loads module but fails to work
eboot DEMO phantasy star 2 jp - prometheus/m33_620 - pergame.txt - loads module but fails to work

Installation/usage:
snag: Downloads - pergame - Project Hosting on Google Code
latest svn (bin+src): http://pergame.googlecode.com/svn/trunk/pergame-svn.zip
Throw the prx anywhere and add to ms0:/seplugins/game.txt. put pergame.txt In the same folder
and edit. Syntax is (per line):
module identifier
'module' is a path to a plugin, like: 'ms0:/path/to/a/plugin.prx'. No spaces. Case insensitive. 'ms0:' not required.
if module starts with an '!', like '! ms0:/freecheat/fc_3xx.prx', it will never be loaded for matches.
'identifier' is case insensitve, does not require 'ms0:', can contain spaces, and can be one of the following:
An ISO like: '/iso/name_of_game.cso'
An EBOOT like: '/psp/game/filer/eboot.pbp'
A partial match like: '/psp/game/cat_internet/'
A UMDID like: 'JPJP65535' or 'usls-99999'
All physical UMDs: 'umd'
All ISOs or CSOs: 'iso'
Examples:
# comment
/seplugins/cwcheat/cwcheat.prx ms0:/iso/cat_game/name_of_game.cso
ms0:/freecheat/fc_3xx.prx usls-99999
!ms0:/seplugins/m33_620.prx /iso/cat_newgames/crashes-with-620.cso
/seplugins/m33_620.prx /iso/cat_newgames/
/seplugins/lolmodule.prx /psp/game/cat_testing/lolhomebrew/eboot.pbp
/seplugins/lolmodule.prx /psp/game/cat_testing/lolhomebrew/eboo
See pergame.txt for more examples.
Also, the module will attempt to load the following files, which can contain one module name per line:
/iso/name_of_game.iso.plugins, /iso/name_of_game.plugins, /psp/game/name_of_homebrew/eboot.pbp.plugins,
/psp/game/name_of_homebrew/eboot.plugins
Examples:
'/iso/flow.cso.plugins' or '/iso/flow.plugins' for '/iso/flow.cso'
'/psp/game/filer/eboot.plugins' or '/psp/game/filer/eboot.pbp.plugins' for '/psp/game/filer/eboot.pbp'
Example contents of /iso/khbbs-jp-eng-patched.plugins:
ms0:/KHBBS/KHBBS_patch.prx
!/seplugins/cwcheat/cwcheat.prx
/LOLpr/LOLprCheatDevice.prx
Additional options - case sensitive, no spaces allowed.
autosort=1 - whenever an eboot is launched, make it move to the top of XMB's game list.

Troubleshooting:
If something doesn't load, add 'logging=2' to pergame.txt, and post a bugreport to Issues - pergame - Project Hosting on Google Code with the logfile.

Debugging:
You shouldn't need these options unless something doesn't work or needs adjustment for compatibility reasons.
If you want to troubleshoot yourself, look for 'pergame - isoread' errors in the log and try adding 'oldisopath=1' to pergame.txt. If -that- fails,
or if there are problems detecting the UMDID, a new NID or new address will need to be located. The addresses can be set without recompilation via
the 'isoaddr', and 'umdaddr' options. If you locate new values and fix the issue, please post the values to
Issues - pergame - Project Hosting on Google Code so they can be added to a new version.
logging=1 - log to 'pergame.log'
logging=2 - log ALOT to 'pergame.log'
oldisopath=1 - find the ISO filename by direct memory read instead of the m33 function.
isoaddr=0x........ - the memory address to read. Changes with psp models and FW versions. Not sanity checked.
Example: 'isoaddr=0x88072408'. Make sure the format is correct as the string isn't sanity checked!.
offsetiso=0x........ - find the above address via offset to SystemControl's textaddr. Changes with psp models and FW versions.
umdaddr=0x........ - the memory address to read to find UMDID. Changes with FW versions. Autodetected by default.

Tested with:
CFW 5.00m33, m33_620.prx, stargate.prx, freecheat.

License:
GPL. Feel free to distribute, alter, or mutiliate - but you must distribute the source code
of any derivative works.

Caveats:
This uses a StartModuleHandler, and I have yet to determine how to turn it off.

Todo:
Find out why macrofire explodes.
Ditch the StartModuleHandler and find out how to better duplicate the m33 /seplugins/ loading methods.
DONE: Fix UMD-IDs and real UMDs.
Fix^H^H^H test np9660 compatibility.
More power-user/OCD/tweaks such as a better autosorter.
Maybe? Automatic on-the-fly prometheus patching via temporary SceIO hooks.

 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

MACXTMACXT
From luaacro:Hello everyone! I present to you the latest version of MACXT which is now in version 4 (as seen in the title ^ ^)
Ultimate VSH MenuUltimate VSH Menu
Ultimate VSH Menu  What's this? It's an Ultimate VSH Menu like the M33 VSH Menu with other features! Changelog v1.06: - Now, "RECOVERY MENU" work PERFECT - Now you can select "EXIT" to exit recovery menu with save - "Run program at /PSP/GAME/RECOVERY/EBOOT
Alternative eLoaderAlternative eLoader
Alternative eLoader Fanjita has released an "alternative" version of his (and Ditlew's) eLoader for users who have experienced problems with Bock on 2.0 and other firmwares. This version replaces the new menu caching code that was placed into Bock with the old menu system from the previous eLoader versions
SpooferSpoofer
Spoofer PSP Homebrew Dev plum has released an updated version of his Spoofer.A  With Spoofer v0.7.1 you can spoof your PSP MAC Address.A  You would do this by overriding the "MAC Address" sting.A  You can see the details on how to accomplish this below.A  Plum's spoofer is a consolidated version of Davee's MAC Spoofer and Total_Noobs DayViewer
Easy Ultimate Cheat InstallerEasy Ultimate Cheat Installer
Easy Ultimate Cheat Installer PSP-PC coder LogiKz has just released the newest version of his Easy Ultimate Cheat Installer pack. There are a number of additions since the last release, the pack now includes five features plus their respective activate buttons: * CheatMaster v0
xautob - 2.71sec Autoboot PRXxautob - 2.71sec Autoboot PRX
xautob - 2.71sec Autoboot PRX Don't you just love it when things get fixed at once? Like this one right here. It's only been three days past since we posted the updated version for xautob. - 2.71 SEC Autoboot PRX and we now have its version 0.3. Yup, mov over at our forums sure has been busy fixing whatever bugs may have been existing in v0.2
Easy PSP InstallerEasy PSP Installer
Easy PSP Installer  If you're new to the PSP homebrew scene or if you just want to make homebrew installation a bit easier, you might want to try tkj's Easy PSP Installer. It's a homebrew Windows app that lets you download, extract, and install homebrew in one go. To use it, just download and run the installer available below
Prometheus ModulePrometheus Module
Prometheus Module Homebrew coder liquidzigong has released a new version of Prometheus module, a nifty app that allows you play 6.20 required games on your 5.XX custom firmware without any plug-ins. Changelog: *Fixed some minor bugs Installation: 1. Use WQSG_UMD ( UMDGEN / WinRAR to extract the original PSP_GAMESYSDIREBOOT
Custom Firmware 5.50GEN-BCustom Firmware 5.50GEN-B
Custom Firmware 5.50GEN-B Minimum required to install it: - PSP-1000 or PSP-2000 (except TA-088v3) - CF-A 5.50GEN Installation: - Copy the 5.50-folder-update genb in PSP / GAME - Start the application Changelog: * The bug that prevented disabling the VSH Menu has been resolved
3.00 IE-A Update1 (Hybrid firmware)3.00 IE-A Update1 (Hybrid firmware)
3.00 IE-A Update1 (Hybrid firmware) Homebrew developer becus25 has really come a long way. We have to say that a handful of PSP users didn't have much faith in him when he first came up with his own custom firmwares. But becus25 kept on coding and kept on improving and this next release is the fruit of all those hardships. Known as 3
 

Comments on pergame.prx:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if pergame.prx supports it
 
 
© Pantich 2009 - 2025 All rights reserved.