繁中PSP-Hacks
Hack your Sony PSP
論壇 | 破解 | 常用軟件
歡迎大家來到 PSP-Hacks 官方繁體中文網站,本網站內容是關於 PSP ( Sony Play Station portable) 資訊。你可以在這裡找關於 PSP 檔案和資訊,如果你需要更新你的 Playstation portable,你可以再這個網站尋找。本網站含有:SONY官方升級文件、模擬器、非官方升級文件!
繁中 Dash Hacks Network系列: PS3 任天堂(NDS/Wii) iPhone (新推出) 英文版系列: dashhacks.com 將推出繁中版系列 xbox360-hacks.com
歡迎大家來到 PSP-Hacks 官方繁體中文網站,本網站內容是關於 PSP ( Sony Play Station portable) 資訊。你可以在這裡找關於 PSP 檔案和資訊,如果你需要更新你的 Playstation portable,你可以再這個網站尋找。本網站含有:SONY官方升級文件、模擬器、非官方升級文件!
LuaPlayer Euphoria - 以LuaPlayer v0.20 (Shine,Zack) 為基礎, 這是Lua程序語言的解讀軟件, 能簡化軟件制作和研發過程. 視頻顯示3D方塊模擬, 未來版本將有更多功能.
- VLF library
- 修正WIFI
- AdHoc支持
- Tilemap支持
- 更多3D組件
- Chipmunk physics library
另外, Zack 正在尋找自制軟件開發人員幫忙制作LuaPlayer Euphoria, 請參看來源頁網站.
LuaPlayer Euphoria V7.2 更新:
- 支持植入C++至C
- 支持AAlib音頻播放組件 (Mp3, At3 & Ogg Playback On Media Engine + Wav支持).
- 新增Swizzle & UnSwizzle功能.
- Vram設置頁中新增移動圖片支持.
- 新增VFPU math library.
- 新增Sony訊息顯示組件.
- 新增Sony OSK System 並改良IntraFont支持.
- 新增從記憶卡刪除圖片功能.
- 重整軟件程序並修正大量錯誤.
來源: retroemu | PSP-Hacks 英文論壇
回覆 (0)
LuaPlayer Euphoria - 以LuaPlayer v0.20 (Shine,Zack) 為基礎, 這是Lua程序語言的解讀軟件, 能簡化軟件制作和研發過程.
LuaPlayer Euphoria V5 更新:
系統:
- System.dialogue(STRING, OPTIONS) – 幫助編輯Sony預定訊息.
- System.about() – 顯示LuaPlayer Euphoria系統版本和軟件資訊.
Ogg文件支持:
- Ogg.init() — Ogg系統初始化.
- Ogg.load(filename) — 開啟運行ogg文件.
- Ogg.play() — 播放Ogg文件.
- Ogg.stop() — 停止Ogg文件播放.
- Ogg.pause() — 暫停Ogg文件播放.
- Ogg.kill() — 停止並刪除Ogg文件.
- Ogg.free() — 刪除Ogg.
- Ogg.endOfStream() — 直接轉至最後的ogg文件.
- Ogg.getTime(string) — 顯示Ogg文件播放時間.
MP3文件支持:
- Mp3.kill() – 停止並刪除MP3文件.
其他:
- 改用IntraFont.
- 提高了運行速度8>10fps.
來源: retroemu
回覆 (0)LuaPlayer Euphoria - 以LuaPlayer v0.20 (Shine,Zack) 為基礎, 這是Lua程序語言的解讀軟件, 能簡化軟件制作和研發過程.
New Features:
- IntraFont support. You can now load fonts without the huge slowdown the built in font function has. How to use it? Go to Samples/IntraFont for a working example.
Improvements:
- Speed increase. Roughly between 20>40fps.
- screen:clear() is now faster.
Bug Fixes:
- screen:clear() now actually works. (it didn’t in V2).
- Image alpha on created images, colors, and loaded images now works.
- 3D things I broke are now fixed (so 3d wise it is the same as .20 was).
- FPS counter no longer flickers when not using waitVblankStart().
- Checking for input (i.e pad = Controls.read()) no longer caps the framerate to 60fps. I suggest you use waitVblankStart() if you need to cap it to 60.
Changes:
- Ok, so all of the function names in V1 & 2 have changed. I meant to do this from the beginning but rushed so much I didn’t quite get to it. The function names now ring true to the default LuaPlayer naming convention.
重點翻譯:
新功能:
- 新增IntraFont字體支持功能 查看範例文件中的Samples/IntraFont項目了解安裝程序.
改良:
- 提高運行速度20-40fps之間.
- 提高screen:clear()運行速度.
修正:
- 修正screen:clear()問題.
- 修正Image alpha對應予圖片/顏色的顯示支持.
- 修正3D顯示支持.
- 修正FPS計算器.
- 檢查輸入功能(如: Controls.read())現在不用60fps. 如需設到60fps, 建議利用waitVblankStart().
下載: LuaPlayer Euphoria V3 (已包括範例文件)
來源: retroemu
回覆 (0)LuaPlayer Euphoria - 以LuaPlayer v0.20 (Shine,Zack) 為基礎, 這是Lua程序語言的解讀軟件, 能簡化軟件制作和研發過程.
It can display images up to 100% faster than the default LuaPlayer, by automatically swizzling the images as there loaded.
It also features Mp3 support. This is done on the main processor for now. Don’t worry however, this is a optimized mp3Player. Whilst displaying a 480×272 image and playing a Mp3 file, LuaPlayer Euphoria can achieve up to 228 FPS (Frames Per Second) running at only 222mhz!. (SEE SAMPLE DEMO FOR PROOF!)
It also features CPU Speed control. Which can be done by the user. So you can set the PSP’s CPU to either: 100, 222, 266 or 333mhz.
Another feature, albeit trivial, is a built in FPS Function. By simply calling “showFPS()” you can see your game/applications current FPS out of 60 frames. If you want to see its “True” FPS, comment out screen.waitVblankStart and pad = Controls.Read() – as these cap the framerate to 60.
The last feature (so far) is the ability to properly free images. I don’t know if this worked before but anyway… Simply call “freeImage(myImage)” (with myImage being the image you want to free) and it will remove the image from memory. It goes without saying that you should not be displaying the image your trying to free at the time of freeing it.
+ A lot more to come!
重點翻譯:
- 提高軟件運行速度.
- 新增MP3播放功能, 此mp3player已被最佳化整理, 能讓用家開著480×272畫面的時候同時播放mp3音頻.
- 當PSP運行著222MHz時, Lua能顯示達到228fps.
- 新增自定CPU運行速度:100, 222, 266和333mhz等選擇.
- 新增albeit trivial功能 (為內置的FPS功能): 簡稱為”showFPS()”, 顯示游戲/軟件數值為FPS/60.
- 新增稱為”freeImage(myImage)”的功能: myImage為想刪除的圖示檔案, 直接從記憶卡中刪除.
下載: LuaPlayer Euphoria V2 + DEMO
來源: dcemu
回覆 (0)
PC Status Monitor – 把PSP變成一個PC系統監察顯示屏. 運行時需配合LUA Player一同使用.
下載: PC Status Monitor
來源: 參看網頁 (hackaday)
PGE LUA – 一個盡量利用最小編碼數值組而創造出的多功能軟件. 它具備了很多實用的功能: 如文件夾流覽, TrueType 字樣, 畫圖, 音效, 和USB連接等. 請按這裡參看 v0.01 的詳細介紹.
Phoenix Game Engine (PGE) LUA 0.02 更新:
- 新增 pge.exit() – 用戶能隨時關閉程序.
- 修正 pge.texture.draw() 參數.
- 新增 pge.texture.swizzle() 和 pge.texture.unswizzle() – 改善圖樣顯示.
- 新增 pge.texture.load() 和 pge.texture.loadmemory() – 設置圖樣模式.
- 新增 pge.texture.pixel() – 設置圖樣色彩.
- 新增 pge.file.read() – 檔案不能開啟的錯誤提示.
- 新增 pge.file.readnum() – 檔案數值不符的錯誤提示.
- 新增 pge.file.write() – 復原模式: 復原程序被更改前的數值.
- 修正 pge.mp3.loadmemory() 參數.
- 新增 pge.math.deg() 和 pge.math.rad() – (Radians)弧度和(Degrees)度數的轉換計算程序.
- 移植 pge.net.socket.function().
- 新增 pge.net.socket.receive() – 設置資料接收的數量(單位為:bytes).
- 修正 pge.texture.save() – 圖樣儲存功能.
下載: Phoenix Game Engine LUA 0.02
來源: 參看文章 (PSP-Hacks 英文論壇)
來源: 參看主頁 (mk2k.net)
來源: 參看主頁 (PGE)

PGE LUA – 一個盡量利用最小編碼數值組而創造出的多功能軟件. 它具備了很多實用的功能: 如文件夾流覽, TrueType 字樣, 畫圖, 音效, 和USB連接等. PGE LUA 內更包括23個完整示範文件, 介紹了每個組件的用途與功能.
PGE LUA 0.01 具體功能:
- pge.controls – 按鍵設置.
- pge.dir – 文件夾流覽和相關的設置.
- pge.file – 文件檔案流覽和相關的設置.
- pge.font – 字體輸入和繪圖功能.
- pge.gfx – 繪圖顯示和制作功能.
- pge.math – VFPU數學組件.
- pge.mp3 – MP3 背景音樂播放.
- pge.net – 網絡和插件功能設置.
- pge.texture – 圖片/圖形顯示和制作功能.
- pge.timer – 時間顯示組件.
- pge.usb – USB 連接功能.
- pge.utils – 系統資料顯示.
- pge.wav – WAV 播放功能.
- pge.zip – ZIP 檔案的開啟與解壓縮功能.
下載: Phoenix Game Engine LUA 0.01
來源: 參看文章 (PSP-Hacks 英文論壇)
來源: 參看文章 (mk2k.net)
來源: 參看主頁 (PGE)
PSP Hacks 詞彙
主題 作弊 固件 官方 插件 模擬器 流傳 游戲 潘多拉 破解資訊 神奇電池 自制 自制游戲 自制軟件 視頻 非官方 Akop BakonICE Becus25 Custom Firmware Enabler CXMB Dark_alex EBOOT GEN iR Shell J2ME m33 Mediumgauge MK2k Nick Swardh Nintendo pandora PSP PSP 新聞資訊 PSP-3000 PSP Filer PSP Go PSPKVM PSP Pandora Deluxe PSPVC qj Sony wifi Xenogears ZX-81