Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#567 | Link |
|
Registered User
Join Date: Jan 2022
Posts: 118
|
I just know that there should be 2 classes for buttons, one class with the size of the buttons and the other with the coordinates of their location in the menu.
When you find one class by the name of the buttons in the resource file, you search for the second by their common heading "setupHeader". |
|
|
|
|
|
#569 | Link |
|
Registered User
Join Date: Sep 2022
Posts: 69
|
I'm still having trouble getting the new Lionsgate menu working. Specifically, I'm unable to change the "Dolby Digital" logo to "Atmos".
I'm modifying the pop-up menu by changing this line of code: Code:
6D656E752E69642E536C696465722E53746174696349636F6E56322E69636F6E5F39332E76616C75653D5370616E69736820352E3120446F6C627920417564696F menu.id.Slider.StaticIconV2.icon_93.value=Spanish 5.1 Dolby Audio Code:
6D656E752E69642E536C696465722E53746174696349636F6E56322E69636F6E5F39332E76616C75653D5370616e69736820372e3120446f6c62792041746d6f73 menu.id.Slider.StaticIconV2.icon_93.value=Spanish 7.1 Dolby Atmos I also changed that same value in the main menu without any problems in the following entry: Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E76616C75653D5370616E69736820352E31 menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.value=Spanish 5.1 Code:
6d656e752e69642e417564696f4d656e752e47726170686963427574746f6e50726f7065727469657356332e627574746f6e5f30352e76616c75653d5370616e69736820372e31 menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.value=Spanish 7.1 My problem arises when trying to change the logo. I look for the three "digital" entries corresponding to the Spanish language and modify them, leaving them like this: Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6E6F726D616C3D61746D6F735F732020 menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_normal=atmos_s 6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F73656C65637465643D61746D6F735F732020 menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_selected=atmos_s 6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6163746976617465643D61746D6F735F612020 menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_activated=atmos_a Unfortunately, all I've managed to do is make the logo disappear. I've attached the *bin file in case you can take a look and offer some guidance. Thanks. https://www.mediafire.com/file/ax0r2.../menu.rar/file |
|
|
|
|
|
#572 | Link |
|
Registered User
Join Date: Sep 2022
Posts: 69
|
I re-encoded the original *bin file using only Hex Editor Neo (I had previously used HxD as well, and I'm not sure if that caused any problems).
The compressed folder contains the complete JAR folder (with the modified JAR file), the CERTIFICATE folder, and the *menu.bin file. Although it wasn't necessary, I signed the JAR file with Scenarist Safeguard with the same result. I've also included a screenshot of the main menu. https://www.mediafire.com/file/qzatm...FORUM.rar/file |
|
|
|
|
|
#573 | Link |
|
Registered User
Join Date: Jan 2022
Posts: 118
|
I wasn't writing about using any one program, but about encoding the file itself.
The source file is encoded in ANCI format, and your changes are encoded in UTF-8 format. The artificial intelligence wrote it to me. In general, to understand what is not working, I need the entire blu-ray disc so that I can play the menu on the player. |
|
|
|
|
|
#574 | Link |
|
Registered User
Join Date: Sep 2022
Posts: 69
|
I'm leaving the Blu-ray disc without the M2TS file for the movie.
Thank you very much. https://www.swisstransfer.com/d/f28e...d-b7a8923417a5 |
|
|
|
|
|
#575 | Link |
|
Registered User
Join Date: Jan 2022
Posts: 118
|
As I thought, this code reacts to the unnecessary spaces that you put at the end of the Atmos logo,
I deleted them and the logo appeared in the menu. You need to remove the spaces in three lines and set a new line length. At the beginning of each line, its length is indicated by the number of characters per line, indicated in hexadecimal form. |
|
|
|
|
|
#576 | Link |
|
Registered User
Join Date: Sep 2022
Posts: 69
|
Thanks for the guidance, @taurusus. I understand that the lines to modify, removing the "2020" from the end of them, are these:
Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6E6F726D616C3D61746D6F735F732020 6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F73656C65637465643D61746D6F735F732020 6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6163746976617465643D61746D6F735F612020 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|