Advertising (This ad goes away for registered users. You can Login or Register)

Project Diva Extend - Translation (patch 0.4-r2 available)

Discuss PSP Official Games here
Forum rules
- No piracy talk is allowed here.
- Only discuss the games you like without the technical aspects of "how to run them on firmware XXX....". In particular, ISO discussion is not allowed in this subforum.
- This is for official games only. For homebrews, go to viewforum.php?f=2
Locked
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Project Diva Extend - Translation (patch 0.4-r2 available)

Post by codestation »

Image
divapatch: in-game prx patcher for Project Diva Extend 0.4-r2 by codestation

Usage:

* Copy the divapatch directory to the ms0:/seplugins directory of the PSP and enable
the plugin in game.txt: ms0:/seplugins/divapatch/divapatch.prx 1

* If you use decrypted dlc then use nploader instead of nodrm, also make sure that
nploader.prx is listed before divapatch.prx.

changes since 0.4-r1:
- Fixed crash when giving a hanging scroll (weakness) as a present in the DIVA room
- Renamed Absolute Territory -> Zettai Ryouiki, for those who knows what this means ;)
- Modified translation samples for PD 2nd#/2nd1.01
changes since 0.4:
- Improve image quality: changed png quantizer (pngnq -> pngquant).
changes since 0.3:
- "Edit mode" is further translated.
- "Play records" is translated.
- "DIVA room" is 99% translated.
- Rest of the titles are translated.
- Home, load, save, delete, osk, ad-hoc, and screenshot psp dialogs now are in english.
- Restored support to translate Project Diva 1st.
- Two more songs lyrics are translated to romaji (Sekiranun Graffiti and Rin Rin Signal).
- Almost all modes must be completly translated, with some exceptions:
-- 1% of the Titles.
-- Diva room events (their descriptions are translated).
-- Ad-hoc messages (don't have another psp to test this).
-- Friend system (don't have another psp to test this).
-- Data import/install one-time messages.
-- Edit mode motions, backgrounds, button sounds and other misc texts.

Project repo: https://github.com/codestation/prxpatch ... /divapatch

Downloads:
pd-extend_patch-0.4-r2.zip
pd-extend_patch-0.3.zip
pd-extend_patch-0.2.zip
pd-extend_patch-0.1.zip

###### Read below if you are interested in editing or translating ######

The source code for this plugin and the converter is included in the src directory.
The sdk directory contain the translation source files and the xcf master image files.

Use any decent editor and make sure that the encoding is in shift-jis. After you finish
editing the file do the following:

* windows users: drop the translation txt file in the divaconverter.exe and it will create
a .bin filenames

* linux users: execute ./divaconvert <translation filename>.txt

description of the txt files:
- divaext_translation.txt: main translation filename
- divaext_embedded.txt: texts that cannot be relocated so they have size constraints
- divaext_*_base.txt: untranslated files you they can be used as reference (if you think that
a translation is wrong then you can use those files to make sure of it).

The xcf files are source files to be used with the Gimp (version 2.7) image editor (not sure if those are
compatible with Photoshop or similar). The texts are organized in layers for easy text editing.
After you are done editing the image just export it as png then use any png quantizer to make
them 8-bit indexed (i used pngquant for the task). The font used for some screens is "Berkelium"
(search for it in google).

If you want to help read below:

Translated: divaext_translation.txt
Base: divaext_translation_base.txt

Translated lyrics (romaji): divaext_embedded.txt
Translated lyrics (english): divaext_embedded_english.txt
Base lyrics: divaext_embeddedt_base.txt

The files are linked to my github account so they will be updated whenever i do a change. Thanks in advance to anybody who wants to help a little.

Note: please avoid automated/online translators, they tend to give lots of incorrect results and semantic mistakes.

P.S.: don't even try to use notepad for the love of $DEITY :roll:
Advertising
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
HeroKing
Posts: 712
Joined: Mon Nov 29, 2010 5:51 pm

Re: Project Diva Extend - Translation [WIP]

Post by HeroKing »

so, you want us to post like a segment of what we have translated here, or upload an edit of the file with the lines translated?
Advertising
Image
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: Project Diva Extend - Translation [WIP]

Post by codestation »

HeroKing wrote:so, you want us to post like a segment of what we have translated here, or upload an edit of the file with the lines translated?
Both options are fine by me, but maintain the offset number if you are gonna post any segment so i can use it as a reference to find from where it belongs (and use the

Code: Select all

 tags).
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
HeroKing
Posts: 712
Joined: Mon Nov 29, 2010 5:51 pm

Re: Project Diva Extend - Translation [WIP]

Post by HeroKing »

here's what i got from my website so far.

[spoiler]

Code: Select all

# Room entering messages

!x088E5428 It goes to see Miku's Room.
!x088E5434 It goes to see Rin's Room.
!x088E5440 It goes to see Len's Room.
!x088E544C It goes to see Luka's Room.
!x088E5458 It goes to see Kaito's Room.
!x088E5464 It goes to see Meiko's Room.
!x088E5470 It goes to see Neru's Room.
!x088E5480 It goes to see Haku's Room.
!x088E5490 It goes to see Saki Oto Meiko's Room.
[/spoiler]

[spoiler]

Code: Select all

# Edit mode menu confirm

!x088E6060 It moves to editing mode.
!x088E6070 It moves to editing play.
!x088E6080 It moves to editing appreciation.
[/spoiler]

[spoiler]

Code: Select all

# (Edit mode menu descriptions)
0x08C44070 Editing Data
0x08C44090 Editing Data
0x08C44074 Carrying out creation and edit.
0x08C44080 Editing Data
0x08C44084 Playing.
0x08C44094 Appreciating PV (or PV Appreciation would sound better)
[/spoiler]

trying to tackle the items list as much as i can, but some of them are a headache for my translator sites. wtf is a pirori?
Image
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: Project Diva Extend - Translation [WIP]

Post by codestation »

HeroKing wrote:trying to tackle the items list as much as i can, but some of them are a headache for my translator sites. wtf is a pirori?
Sorry, i should have put it in my post, but the idea is to avoid automated translation tools because they give lots of incorrect results. I was expecting some help from somebody with japanese knowledge or english to check my grammar mistakes from already translated texts. Isn't as easy as copy all the item list in the translator and copy back the result ;) .

You used Yahoo (babelfish) translate, isn't? i recognize those results :)
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
HeroKing
Posts: 712
Joined: Mon Nov 29, 2010 5:51 pm

Re: Project Diva Extend - Translation [WIP]

Post by HeroKing »

actually no. i use kanjidic.com and http://nihongo.j-talk.com/kanji/ for the stuff kanjidic doesn't find. it's actually quite accurate for my POV, though some don't want to work. i do admit they want to be too literal in some cases, but you can always change it to something else that'll work better. but for the stuff i need help on, i do have a friend in a chatroom that gives me advice if i'm stuck on anything
Image
naki-the-curious
Posts: 480
Joined: Sat Apr 30, 2011 8:53 am
Location: Japan/New Zealand

Re: Project Diva Extend - Translation [WIP]

Post by naki-the-curious »

I can help where the language is not so game-specific. (and I've also got school so I can only do a little each day)
Heres a little trial, does it look ok?

Code: Select all

# Data import menu entries

!x0881562C Rhythm Game PV
!x08815640 Modules
!x08815654 Room Themes
!x08815668 Room Items (floor)
!x0881567C Room Items (shelf)
!x08815690 Room Items (wall)
!x088156A4 Edit music and music data
!x088156B8 Edit motion
!x088156CC Edit background
!x088156E0 Edit item
!x088156F4 Edit effect
my stuff
  • PSP 3000 White (03g) - Dual Boot (6.60 Pro-C2 and LME 1.8)
  • PSP 2000 Simpsons Ed. - 6.60 ME 1.8
  • PS Vita Cosmic Red - FW3.01
  • Sony Vaio E-Series Laptop White
  • Samsung Galaxy S4 International (Rooted)
HeroKing
Posts: 712
Joined: Mon Nov 29, 2010 5:51 pm

Re: Project Diva Extend - Translation [WIP]

Post by HeroKing »

here's the majority of the items. a few i couldn't get since they don't wanna be translated, and until i can view them in-game, i can't guess at what they are

[spoiler]

Code: Select all

# Item list

0x08C30D04 Heart-shaped cushion
0x08C30D08 Leek Pillow
0x08C30D0C Chalk Board
0x08C30D10 Speaker with Stand
0x08C30D14 Guitar Amplifier
0x08C30D18 Synthesizer
0x08C30D1C Electric Guitar
0x08C30D20 Plant
0x08C30D24 Mini Plant
0x08C30D28 Cactus
0x08C30D2C Ghost Tree
0x08C30D30 Christmas Tree
0x08C30D34 Balance Ball
0x08C30D38 Hatsune Miku POP
0x08C30D3C Miku Birthday Cake
0x08C30D40 Meiko Birthday Cake
0x08C30D44 Rin・Len RR Cake
0x08C30D48 Luka Birthday Cake
0x08C30D4C Kaito Birthday Cake
0x08C30D50 Rocket Launcher
0x08C30D54 Shite Yanyo Statue (best i can find)
0x08C30D58 Tako Luka Plush
0x08C30D5C Pirori Miku Figure
0x08C30D60 Pirori Rin Figure
0x08C30D64 Hatsune Miku POP 2nd
0x08C30D68 Miku Cushion
0x08C30D6C Circuit Load
0x08C30D70 Tuna (Mr. Ooma)
0x08C30D74 Papercraft Snow Miku
0x08C30D78 DIVA Train
0x08C30D7C Teddy Bear (Brown)
0x08C30D80 Teddy Bear (White)
0x08C30D84 Teddy Bear (Blue)
0x08C30D88 Teddy Bear (Cherry)
0x08C30D8C Neko Box (3 hair)
0x08C30D90 Neko Box (Black)
0x08C30D94 Neko Box (White)
0x08C30D98 Neko Box (Brown)
0x08C30D9C Gardening Kit
0x08C30DA0 Pop-up Picture Book
0x08C30DA4 Shuriken
0x08C30DA8 Tea Set
0x08C30DAC Lantern
0x08C30DB0 Candlestand
0x08C30DB4 Table Lamp
0x08C30DB8 Mosquito Repellant
0x08C30DBC Conventional Television
0x08C30DC0 Microscope
0x08C30DC4 Black Telephone
0x08C30DC8 Aquarium
0x08C30DCC Globe
0x08C30DD0 Jewelry Box
0x08C30DD4 Wood Carving Bear
0x08C30DD8 Octopus Jar
0x08C30DDC Birdcage
0x08C30DE0 Electrical Scoreboard
0x08C30DE4 Blue Diamond
0x08C30DE8 Lab ware
0x08C30DEC Single-lens Reflex Camera
0x08C30DF0 Gramophone
0x08C30DF4 Decoration Drum
0x08C30DF8 Turntable
0x08C30DFC Trump Tower
0x08C30E00 Block Robot
0x08C30E04 Block Flower
0x08C30E08 Pico Pico Hammer
0x08C30E0C Fan for beating out rhythm
0x08C30E10 Sacred Oracle's Box
0x08C30E14 Wrapped Chocolate
0x08C30E18 Wrapped Candy
0x08C30E1C Tulip Planter
0x08C30E20 Potted Cherry Tree
0x08C30E24 Mini Carp Steamer
0x08C30E28 Rose Planter
0x08C30E2C Watermelon Ornament
0x08C30E30 Sunflower Planter
0x08C30E34 Potted Autumn Leaves
0x08C30E38 Ghost Coffin
0x08C30E3C Pumkin Light
0x08C30E40 Red Boots
0x08C30E44 Mini Christmas Tree
0x08C30E48 Dodge Ball
0x08C30E4C Beach Ball
0x08C30E50 Nendorin Hatsune Miku
0x08C30E54 Nendorin Kagamine Rin
0x08C30E58 Nendorin Kagamine Len
0x08C30E5C Nendorin Megurine Luka
0x08C30E60 Nendorin Kaito
0x08C30E64 Nendorin Meiko
0x08C30E68 Nendorin Akita Neru
0x08C30E6C Nendorin Yowane Haku
0x08C30E70 Nendorin Saki Oto Meiko
0x08C30E74 Miku Flower Basket
0x08C30E78 i CUP Drink
0x08C30E7C Rin-Len Xmasヴィネット
0x08C30E80 Luka & Tako Luka
0x08C30E84 Kaito in Ice Cream Cup
0x08C30E88 Planetary Exploration Spacecraft
0x08C30E8C Nendorin Snow Miku
0x08C30E90 してやにょ マスコット
0x08C30E94 Nendorin Hachune Miku
0x08C30E98 Miku-Luka だま
0x08C30E9C Rin-Len だま
0x08C30EA0 Kaito-Meiko だま
0x08C30EA4 Tea Set
0x08C30EA8 Snow Dome
0x08C30EAC Tapestry
0x08C30EB0 Route 39 Classic Board
0x08C30EB4 Jolly Roger
0x08C30EB8 Hanging Scroll (Weakness)
0x08C30EBC Penmanship (Song)
0x08C30EC0 Pendulum Clock
0x08C30EC4 Global Map
0x08C30EC8 Tapestry of a Starlit Sky
0x08C30ECC Sweets Wall Decoration
0x08C30ED0 Ethnic Mask
0x08C30ED4 Hockey Mask
0x08C30ED8 Wall-Tapestry Speaker
0x08C30EDC Wall-Tapestry Sword
0x08C30EE0 Leek Ornament
0x08C30EE4 Basketball Goal
0x08C30EE8 Ten-Gallon Hat
0x08C30EEC Opera Curtain
0x08C30EF0 Stuffed Deer
0x08C30EF4 Wall-Tapestry Candle
0x08C30EF8 Record Disk
0x08C30EFC Gold Record
0x08C30F00 Panel (Spring)
0x08C30F04 Panel (Summer)
0x08C30F08 Panel (Autumn)
0x08C30F0C Panel (Winter)
0x08C30F10 Hibiscus Wall Decoration
0x08C30F14 Magic Mirror
0x08C30F18 Cuckoo Clock
0x08C30F1C Wall-Tapestry Lighting
0x08C30F20 Wall-Tapestry Monitor
0x08C30F24 Eagle Feather Decoration
0x08C30F28 Bat Wall Decoration
0x08C30F2C Lease
0x08C30F30 Santa Claus Wall Decoration
0x08C30F34 Flower Basket
0x08C30F38 Memory Chip
0x08C30F3C Block TV
0x08C30F40 Illustration Poster 1
0x08C30F44 Illustration Poster 2
0x08C30F48 Illustration Poster 3
0x08C30F4C Illustration Poster 4
0x08C30F50 Illustration Poster 5
0x08C30F54 Illustration Poster 6
0x08C30F58 Illustration Poster 7
0x08C30F5C Illustration Poster 8
0x08C30F60 Illustration Poster 9
0x08C30F64 Illustration Poster 10
0x08C30F68 Illustration Poster 11
0x08C30F6C Illustration Poster 12
0x08C30F70 Miku Birthday Poster
0x08C30F74 MEIKO Bodyguards Happy Coat
0x08C30F78 Rin-Len Poster
0x08C30F7C Luka Poster
0x08C30F80 Kaito Poster
0x08C30F84 Interior Seal A
0x08C30F88 Interior Seal B
0x08C30F8C Friend Pinup
0x08C30F90 CD Rack
0x08C30F94 Result Signboard
0x08C30F98 Paper Lantern (Hatsune)
0x08C30F9C Paper Lantern (Kagamine)
0x08C30FA0 Paper Lantern (Megurine)
0x08C30FA4 Paper Lantern (Kaito)
0x08C30FA8 Paper Lantern (Meiko)
0x08C30FAC Paper Lantern (Yowane)
0x08C30FB0 Paper Lantern (Akita)
0x08C30FB4 Paper Lantern (Saki Oto)
0x08C30FB8 Hanging Scroll (Work)
0x08C30FBC Hanging Scroll (Angel)
0x08C30FC0 Hanging Scroll (Singer)
0x08C30FC4 DIVA×Drum Expert 1
0x08C30FC8 DIVA×Drum Expert 2
[/spoiler]
Image
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: Project Diva Extend - Translation [WIP]

Post by codestation »

naki-the-curious wrote:I can help where the language is not so game-specific. (and I've also got school so I can only do a little each day)
Heres a little trial, does it look ok?

Code: Select all

# Data import menu entries

!x0881562C Rhythm Game PV
!x08815640 Modules
!x08815654 Room Themes
!x08815668 Room Items (floor)
!x0881567C Room Items (shelf)
!x08815690 Room Items (wall)
!x088156A4 Edit music and music data
!x088156B8 Edit motion
!x088156CC Edit background
!x088156E0 Edit item
!x088156F4 Edit effect
Looks good to me, i was doing this block right now but my english failed me to decide if "Edit item" or "Item Edit" was the correct one.

@HeroKing i assumed it since yahoo returned me that same result. For example:

Code: Select all

!x088E5428 It goes to see Miku's Room.
Is a confirmation message (with ok/cancel buttons), so " It goes to" doesn't seem right to me in that message. Maybe "Go to the" or "Go to see *** ?" can be more appropiate.

edit: @HeroKing, thx :) , looks good to me, it only requires minor checks (like Nendorin -> Nendoroid, Saki Oto Meiko -> Sakine Meiko, etc).

I just needed a little break from the translation job so i can search for the DIVA room menu entries (they are a lot).
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
HeroKing
Posts: 712
Joined: Mon Nov 29, 2010 5:51 pm

Re: Project Diva Extend - Translation [WIP]

Post by HeroKing »

codestation wrote:@HeroKing i assumed it since yahoo returned me that same result. For example:

Code: Select all

!x088E5428 It goes to see Miku's Room.
Is a confirmation message (with ok/cancel buttons), so " It goes to" doesn't seem right to me in that message. Maybe "Go to the" or "Go to see *** ?" can be more appropiate.
i agree with that. i'm mostly doing literal translations. again, as we're working on it ourselves, we can always change them to sound better to english speakers. like for some of the items, i got "clay [kanji that can't be translated] Figure". i took what can't be translated, and it basically pointed to Nendoroid, or Nendorin, whichever you'd prefer to use.

edit: no prob :P once i can get that dang christmas song from heck done on extreme, i hope i can get the Rin-Len Xmas item unlocked. the translator i used seemed to point to a brand name for guitars O.o
Image
Locked

Return to “Games”