Playstation Portable News
Coverflow v2 (PSP Lua Application)

“sony psp player” updated his “Coverflow” application for Playstation Portable. It’s using Luaplayer HM.

Other release notes:

I decided to share my progress on this with you.

It features ID3 support and loading the cover from mp3 (thanks to Yongobongo!!).
Pictures are loaded from the covers folder. If there is no picture for the mp3, it’s loaded from the mp3.
Music is played at 69 MHz.

Music is loaded from ms0:/MUSIC/

Best size for pictures: 128*128.

It has a pause function now.

http://forums.qj.net/showthread.php?t=136651

By with 0 comments
UMDumper v0.1.0 (PSP Application)

UMDumper is a simple, fast and easy UMD –> ISO dumper by PhonicUK.

http://forums.qj.net/showthread.php?t=136683

By with 0 comments
TetriAbetes v1.42 (PSP Game)

dragula96 comes yet with another update of TetriAbetes, which is a Tetris game for Playstation Portable.

Changes:

— Added 3rd setting to ghost (wireframe)
— Added ability to change mp3 music folder
open “data/mp3folder.ini” file and
edit directory of choice, save file.
(do not press return key after the string)
— adjusted the drop speed after level change
(made it a bit slower, as per request).

http://forums.qj.net/showthread.php?t=136684

By with 0 comments
PSP-Maps v0.2 (PSP Application)

PSP-Maps is an attempt to port Google Maps to the PSP with a simple interface. This program is not using the Google Maps API, it is retrieving the images directly.

http://royale.zerezo.com/psp/

By with 0 comments
Metal Blob Solid (PSP Game)

Metal Blob Solid is a PSP adoptation of METAL BLOB SOLID from Parallel Realities – http://www.parallelrealities.co.uk

Metal Blob Solid is an open source tactical 2D platformer.

Features:

– Over 25 missions
– More than 8 hours’ gameplay!
– 4 difficulty settings
– Large levels with different environments, such as water, lava, ice and slime.
– Use a variety of different weaponary, including machine guns and laser cannons.
– Multiple objectives
– Jetpack and Aqua Lung items to find
– Optional blood and gore
– Boss Battles!
– Lots of sound effects and music tracks
– Configurable controls
– Cheats: get unlimited health, aqualung/jetpack, rapid fire, extra blood/gore, speed, access to all levels
– Level replay value – Return to previous levels to rescue all MIAs and optional objectives.

http://deniska.dcemu.co.uk/

By with 0 comments
Legend of Zelda (Alpha 1) (PSP Game)

dan639 has released his latest coding project which you can download here: http://www.sendspace.com/file/3plvoz

It’s a new Zelda game with an complete bugfree engine (according to the author). The game engine is based upon Zion’s Zelda game!

http://forums.qj.net/showthread.php?t=136550

By with 0 comments
TetriAbetes v1.41 (PSP Game)

dragula96 updated his Tetris game TetriAbetes.

Changes:

* Added T-Spin Capabilities
* Added Wall Kick

http://forums.qj.net/showthread.php?t=136630

By with 0 comments
Chromium PSP v0.5 (PSP Game)

Chromium PSP is a port of the excellent arcade game Chromium B.S.U. for the PSP. Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter.

http://royale.zerezo.com/psp/

By with 0 comments
LuaPlayerHM v3.0 (PSP Application)

LuaPlayerHM is a modified/exhanced version of the regular LuaPlayer, used to use LUA games and applications on PSP.

Release note:

Hi all again
here is the new release
__ __ __ __ ____ __ __ _ _ ____ ____ _ _ __ __
( ) ( )( ) /__ ( _ ( ) /__ ( / )( ___)( _ ( )_( )( / )
)(__ )(__)( /(__) )___/ )(__ /(__) / )__) ) / ) _ ( ) (
(____)(______)(__)(__)(__ ) (____)(__)(__)(__) (____)(_)_) (_) (_)(_//_)

LuaPlayerv3
—–Important—-

PLEASE SEND BACK MORE MORE INFO ON NEW FEATURES WANTED TO QJ FORUMS.

—–Install—–
copy the Lua Player HM v3 into your folder for Lua programing and run from xmb.
EASY!

——New Features——
Fixed old sound files from other Luaplayers now able to be played.

Can Run Eboot.pbp files now from lua code.

Mount and unmount flash and UMD’s.

Free up unused memory.

Show what LuaPlayerHM version it is.

Put Limit on cpu speed set to 10mhz – 333 mhz.

Slim and Phat Enabled.

New Functions and ability to play new audio files

——Functions——-
Sound Files able to be played
.aa3
.oma
.omg
.mp3
.ogg
all old sound files from other Luaplayers.

Aa3me functions #####This is the Media Engine Functions####
aa3me.load()
aa3me.play()
aa3me.Stop()
aa3me.eos() (EndOfStream)
aa3me.getTime()
aa3me.percent()
aa3me.pause()

Mp3me functions #####This is the Media Engine Functions####
Mp3me.load()
Mp3me.play()
Mp3me.Stop()
Mp3me.eos() (EndOfStream)
Mp3me.getTime()
Mp3me.percent()
Mp3me.pause()

Mp3 functions #####This is the CPU Functions####
Mp3.load()
Mp3.Stop()
Mp3.pause()
Mp3.play()
Mp3.EndOfStream()
Mp3.getTime()
Mp3.volume()

Ogg functions #####This is the CPU Functions####
Ogg.load()
Ogg.stop()
Ogg.pause()
Ogg.play()
Ogg.EndOfStream()
Ogg.getSec()
Ogg.getMin()
Ogg.getHour()
Ogg.volume()

System functions
System.currentDirectory()
System.listDirectory()
System.createDirectory()
System.removeDirectory()
System.removeFile()
System.rename()
System.usbDiskModeActivat e()
System.usbDiskModeDeactiv ate()
System.powerIsPowerOnline ()
System.powerIsBatteryExis t()
System.powerIsBatteryChar ging()
System.powerGetBatteryCha rgingStatus()
System.powerIsLowBattery( )
System.powerGetBatteryLif ePercent()
System.powerGetBatteryLif eTime()
System.powerGetBatteryTem p()
System.powerGetBatteryVol t()
System.powerTick()
System.md5sum()
System.sioInit()
System.sioRead()
System.sioWrite()
System.irdaInit()
System.irdaRead()
System.irdaWrite()
System.sleep()
System.getFreeMemory()
System.Quit()
System.setLow()
System.setReg()
System.setHigh()
System.setcpuspeed() in brackets enter the cpu speed 10-333Mhz
System.madeby() Show the Lua Player version eg luaver = System.madeby()
System.runeboot() Runs an eboot file
System.unassign() unassigns the flash or disk
System.assign() assigns the flash or disk
System.memclean() cleans the ram of unsued code aka frees up memory
System.oaenable() enables the use of Sound functions eg Sound.load() and Sound.play() Voice.play()
System.oadisable() disables the use of Sound functions eg Sound.load() and Sound.play() Voice.play()

And Special Thankx to sakya for the Media engine help and source.
Thx to FaT3oYCG for the help, Codeveloper (functions)
and sg57 for the flash assign functions.

Made By HOMEMISTER
DL below
http://www.sendspace.com/file/xnchq7

http://forums.qj.net/showthread.php?t=136564

By with 0 comments
MaxES WIP (PSP Application)

Maxy_PSP is working on a new Shell application for PSP.

Quotes:

Hi,

We’re finally back, after long months…
After the quit of Ahman, we decided to make our own shell, named MaxES.

I’ve some screens for you, enjoy !

Please, post your comments and give me suggestions to make the initial release better !

EDIT : We have a lot of work on this, so the release will not be soon
EDIT : Icons/Graphics are not yet done (As you can see)
EDIT : This app is completly wroted in C, NOT LUA !

http://forums.qj.net/showthread.php?t=136599

By with 0 comments