The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Add support for Chinese PSP Game - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Add support for Chinese PSP Game (/showthread.php?tid=96031)

Pages: 1 2


Add support for Chinese PSP Game - sum2012 - 11-12-2012

To gid15
Most Chinese PSP game include font file (*.pgf)
I have modify JPCSP source (MainGUI.java,sceFont.java) to make it to copy the iso 's font file (use iso-index.txt).
Can you review my modify to make it as offical version ? Thanks
Attach my modify source and iso-index.txt
(To see what I change,find "sum2012" in the source)


RE: Add support for Chinese PSP Game - gid15 - 11-12-2012

(11-12-2012, 01:44 PM)sum2012 Wrote: To gid15
Most Chinese PSP game include font file (*.pgf)
I have modify JPCSP source (MainGUI.java,sceFont.java) to make it to copy the iso 's font file (use iso-index.txt).
Can you review my modify to make it as offical version ? Thanks
Attach my modify source and iso-index.txt
(To see what I change,find "sum2012" in the source)
Sorry, but I don't see the point into this hack...
If the PSP application is reading the PGF file from the ISO, the HLE module sceFont should do the same: the application is probably calling sceFontOpenUserFile("disc0:/.../font.pgf").
Could you post an INFO log of the application including the sceFont module at the DEBUG level?


RE: Add support for Chinese PSP Game - sum2012 - 11-13-2012

Attach the font debug log
(11-12-2012, 04:46 PM)gid15 Wrote: Sorry, but I don't see the point into this hack...
If the PSP application is reading the PGF file from the ISO, the HLE module sceFont should do the same: the application is probably calling sceFontOpenUserFile("disc0:/.../font.pgf").
Could you post an INFO log of the application including the sceFont module at the DEBUG level?




RE: Add support for Chinese PSP Game - gid15 - 11-13-2012

The game is not trying to open the font on the UMD.
Does a Chinese PSP have an additional font in flash0?


RE: Add support for Chinese PSP Game - sum2013 - 11-14-2012

I don't know that post a link will auto ban (sum2012 account) ><

My freind talk to me that he don't help me because he might broke his real psp. (same of me broken psp)

In real PSP , should have gb3s1518.bwfon - Affects JPN/KO/CH (EN?) Fonts


RE: Add support for Chinese PSP Game - gid15 - 11-14-2012

You are right, this file seems to be related to Chinese:

https://github.com/GeeckoDev/intraFont-G

See changelog section from Readme file:

...
0.30 - added support for Chinese (gb3s1518.bwfon): now all of the PSPs internal fonts are supported!
...

I will have a look at it


RE: Add support for Chinese PSP Game - BlackDaemon - 11-14-2012

sum2013, spambot autodetection sometimes doing odd things. I removed your ban. :p


RE: Add support for Chinese PSP Game - sum2012 - 11-14-2012

Very thanks
(11-14-2012, 01:44 PM)BlackDaemon Wrote: sum2013, spambot autodetection sometimes doing odd things. I removed your ban. :p

I am looking forward to you
(11-14-2012, 01:40 PM)gid15 Wrote: You are right, this file seems to be related to Chinese:
https://github.com/GeeckoDev/intraFont-G
I will have a look at it





RE: Add support for Chinese PSP Game - gid15 - 11-14-2012

(11-14-2012, 01:40 PM)gid15 Wrote: You are right, this file seems to be related to Chinese:

https://github.com/GeeckoDev/intraFont-G

See changelog section from Readme file:

...
0.30 - added support for Chinese (gb3s1518.bwfon): now all of the PSPs internal fonts are supported!
...

I will have a look at it
I've added a draft implement to read gb3s1518.bwfon if it is present in flash0/font. Could you test r2860 and post an updated INFO log with sceFont at DEBUG level?


RE: Add support for Chinese PSP Game - sum2012 - 11-15-2012

Great thanks gid15 Tongue
Only in name input screen font have probrem.
In-game font do not have probrem
Attach 2860 font debug log