Forum: Official ESR Forums - Discuss ESR development, game compatibility, and bugs. NO PIRACY ALLOWED!


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree18Likes

Thread: FF12 International: Zodiac Job System English Conversion
  

Page 8 of 132 FirstFirst ... 6 7 8 9 10 18 58 108 ... LastLast
Results 71 to 80 of 1312
  1. #71  
    Jones23's Avatar
    Jones23 is offline 2 3 your mind...
    Join Date
    Jun 2005
    Location
    Germany
    Posts
    1,175
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Quote Originally Posted by Seoub View Post
    In fact, something strange in this french/japanese mix... Dialogs are in french, descriptions are in french, items names are... in english ! Weapons, items, gambits, fight menu (except the red words when there's no foe)... all in english ! Do it happen on any other PAL version (German for instance) ?
    Yep, it's the same with the German version.

    best regards Jones23
    PS2 PAL SCPH-70004 v12, HDCombo, IDE HDD 80GB
    CrystalChip 2.1, CC Software R34 modified v2
    Tutorials: CC Wiki
    Homebrew: LaunchELF v4.40, SMS 2.9(Rev.4)

    Best German Console Scene Site: ModControl.com
    Reply With Quote  

  2. #72  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by ffgriever View Post
    I have not ran into this problem yet. I didn't use LP cheats though. Right now I do not have enough time to replay the game from the beginning till Penelo joining my team. I'll do it at the upcoming weekend.
    Forget the license board issue I mentioned as it has now been confirmed that one of my cheats was causing that effect. The "Full Leveldown" cheat is a conversion from a cheat for normal FF12, and while it does patch correctly identified locations in ZJS (the leveldown effect itself works perfectly) it also has the side effect of switching all characters into the 'Aries' license board. I intend to experiment with that effect in order to find a cheat for arbitrary board switching, which (when debugged) may further simplify testing, as it will allow additional testing of multiple license boards without having to replay the same game sections for each test.

    It seems to be a bug. I'll try to reproduce it and check, whether it also happens in unpatched ZJS (got it on my hdd in ps2).
    I'm pretty sure it happens only when using that "Full Leveldown" cheat of mine, so it's not any bug in your code.

    BTW. There is one cutscene in the sewers where Balthier says "Unlike Fran or myself, our “Guest” probably won’t be taking orders from anyone anytime soon."

    Quite lame, since they made it possible in this version. Unfortunately the scene has voice acting, so it's impossible to change it (well, the text can be changed, but not the sound, for obvious reasons - unless you'll get the original actors to redub it for you ).
    In fact that statement remains true to some extent, as there are many things a 'Guest' will not allow, thus 'not taking orders'. For example, it is impossible to equip a guest even if you want to give him/her better stuff (which any normal person would accept).

    I'm going to do a draft translation of some missing stuff (license boards, items, etc.) this weekend. Should the Water magic be changed to Aqua (this is one of the cosmetic changes in ZJS that someone at square-enix forced)?
    Considering your long experience of this kind of game, I'm sure all FF fans like myself will be able to live with your choices for these translations. So just use what you feel would fit in with the rest of the stuff.


    Now on to my new report:
    My main test game (after restarting as mentioned above) has now proceeded past the initial visit to Bhujerba, and I have no new bugs to report in the main storyline events. But I did see one new bug in the Bestiary section of the Clan Primer.

    I have completed the first of the two special hunts handed out by MontBlanc, which has resulted in three entries in the "Elite Marks" section of the Bestiary: "Chickatrice", "Cluckatrice", and "Rocktoise". All three of these share the same bug, so I expect it applies to all "Elite Marks".

    For these monsters the picture of it is displayed correctly, but there is no text at all to the right of it, neither in english nor in japanese/garbage (as for untranslated info). And at the bottom of the side where the text should have been there is a normal page indicator, showing "1/9" indicating that there are 8 more pages. But in fact there are 255 or 256 empty pages here, as the indicator gets stuck at 9/9 when stepping past the ninth page, and then stays at that value until finally returning to 1/9 after a total of 256 steps from original entry (may have been 255, as it's hard to be precise about a possibly missed button press).

    Most likely this is due to having used a value of either zero or -1 as page count in some struct, with the intention of indicating disabled pages, even though the program doesn't implement it that way. Either of those values could be interpreted as 255 or 256 pages depending on the implementation method.

    If 1 page is the minimum and encoded as zero, then 255 (== -1) means 256. But with 1 as minimum and so encoded, zero would in fact mean 256. Other variations of the same kind are also possible reducing the max count to 255 instead (hence my doubts on the precise count).

    There is also some additional complication in this, as having stepped through all the possible pages and coming back to '1/9' again, the game still does not accept that I have read this entry. When I exit from clan primer and then enter it and the bestiary again, the entry for which I just stepped through 256 empty pages is still displayed as "NEW".

    I suspect this could mean that a page count patched to -1 by your patcher is in fact at least two bytes wide, even though the page index used in reading the patches is just one byte. That makes it impossible to 'read' all those pages, which explains why the entry is still shown as "NEW".

    Playing the game with that glitch is no problem, but it needs to be fixed for a proper release.

    One more thing that needs to be mentioned is that for some of the license board entries the 'name' of a board cell (from normal US game version) does not match the appearance of the 'icon' of that board cell (from ZJS JP version). For example, I see a cell named "Green Magick 7", but having the icon for white magic with the number 13 as part of that icon, so its true name should clearly have been "White Magick 13", which also fits with the content of the cell as presented in the text box at the bottom of the screen, which apart from the faulty cell name also shows the content as being the ability "Renew" with a white magic 'staff' icon next to the ability name. It seems that the individual abilities are accessed correctly, and also correctly translated (or not at all => 'Reserve'), with only the cell name itself being definitely incorrect.

    I'm sure you are already aware of this, but I still wanted to remind you that here it is not enough to just add translation texts still missing, but you also need to change some of the currently incorrectly associated texts.

    Best regards: dlanor
    Last edited by dlanor; 10-16-2009 at 09:42 AM.
    Reply With Quote  

  3. #73  
    gyigyo is offline Member
    Join Date
    Jul 2008
    Posts
    40
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    This is the 100% translate?
    its not when gonna be released the 100%? 1 or 2 month??
    Reply With Quote  

  4. #74  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by gyigyo View Post
    This is the 100% translate?
    Of course not. It should be clear from the above that this is a work in progress.

    its not when gonna be released the 100%? 1 or 2 month??
    The only correct answer at this time is that it will be released when completed.

    There is no point in asking for a specific release date when no one knows exactly what complications may arise in the ongoing work. But even as-is the game is very playable, though a few things lack proper translation. But hey, these are mostly things you wouldn't have at all in the 'non-ZJS' versions of FF12, so there's nothing lost compared to those.

    Hopefully the work will proceed without any problems, leading to a definite and full release within reasonable time. But don't waste time asking exactly when that will be, as no one knows that yet.

    Best regards: dlanor
    Reply With Quote  

  5. #75  
    luisoman2000 is offline Stuck on ps2
    Join Date
    Oct 2009
    Posts
    152
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by gyigyo View Post
    This is the 100% translate?
    its not when gonna be released the 100%? 1 or 2 month??
    calm down man! you cant expect a full release in one or 2 months! there is still a lot of testing needed(as you can see from dlanor's previous post) to see if there are any more bugs that need fixin, and i dont think(in fact im pretty sure) FFgriever will not make a full release if there are still bugs in the project. These things take time, be patient.
    Reply With Quote  

  6. #76  
    gyigyo is offline Member
    Join Date
    Jul 2008
    Posts
    40
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by luisoman2000 View Post
    calm down man! you cant expect a full release in one or 2 months! there is still a lot of testing needed(as you can see from dlanor's previous post) to see if there are any more bugs that need fixin, and i dont think(in fact im pretty sure) FFgriever will not make a full release if there are still bugs in the project. These things take time, be patient.
    i calm as ever sorry but i dont speak english just a little..... maybe i asked wrong

    I can wait i finished the game 100%.....
    Reply With Quote  

  7. #77  
    Berion's Avatar
    Berion is offline Starszy gracz
    Join Date
    Dec 2005
    Location
    Poland
    Posts
    730
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    37
    Likes Received
    97
    Better idea will be not waiting but helping in tests. ;]

    This is not issue of 1-2 months but at least half year (i belive it much more).
    Reply With Quote  

  8. #78  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Quote Originally Posted by Berion View Post
    Better idea will be not waiting but helping in tests. ;]

    This is not issue of 1-2 months but at least half year (i belive it much more).
    Yes, but in the end weŽll have an ZJS-Version for multiple languages.
    I only have a normal FF12. Sadly,...
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  9. #79  
    luisoman2000 is offline Stuck on ps2
    Join Date
    Oct 2009
    Posts
    152
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by TnA View Post
    Yes, but in the end weŽll have an ZJS-Version for multiple languages.
    I only have a normal FF12. Sadly,...
    THAT makes 2 of us, ill see if i can get me a copy if IZJS though(somebody has to have one round here). A quick question though, i have a save file from US version of FFXII, can i convert it to use it on IZJS?
    Reply With Quote  

  10. #80  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Quote Originally Posted by luisoman2000 View Post
    THAT makes 2 of us, ill see if i can get me a copy if IZJS though(somebody has to have one round here). A quick question though, i have a save file from US version of FFXII, can i convert it to use it on IZJS?
    I can "see" (just in my mind, lol) the illegaly shared versions with multiple languages, or a "Multi-Version" (if it is possible).
    All those would base on this tool here,...
    I hope I find someone with a FF12I-ZJS around here, since I want to patch my FF12 and play it further as ZJS-Version.

    I have the DE/PAL-Version, so...
    What changes (except the language/text-stuff), after I patch my PAL-Disc?

    -NTSC-V-Mode?
    -Do I need to convert my saves?
    -other things?
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

Page 8 of 132 FirstFirst ... 6 7 8 9 10 18 58 108 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •