Este mod se trata de restaurar el original. «SOBREDOSIS DE NIÑA NECESITADA» título de la pantalla de inicio (Logotipo de arranque de BIOS y sistema operativo) del juego cuando el idioma está configurado en inglés.
Descargo de responsabilidad
- I do not expect any unintended behavior (accidentes aleatorios, jodidos datos guardados…) que surge de este mod, pero no puedo garantizarlo.
- Every single time the game is updated, Steam will realize that the file we’ve modified is different from the original file, so it’ll be replaced by the original one, and thus you’ll have to apply all these steps again or replace the file with a backup of the modified one (in case this file was not updated in that patch).
Requisitos previos
We’re going to need a basic text editor (ventanas’ Notepad will be more than good enough) y el «UABEA» Unity modding tool, which you can get aquí.
Modding the Boot Screen
The modifications consist of a very basic file replacement and a text edit by doing the following:
- Open UABEA.
- Hacer clic en «Archivo», «Abierto», y abre el «sharedassets0.assets» file located on the «\Windose_Data» directorio.
- Select the most recent Unity version on the list, which for now seems to be working.
- Search for the file «Bios_nso» with the type «Sprite», this is a small image that is overlaid on the BIOS screen. After finding the file, seleccionarlo, and click on «Export dump» and save the file with a familiar name and on a location where you can easily find it later.
- Do the same steps with the «boot_logo» file with a type «Sprite».
- Ahora, open the .txt you obtained by exporting the «Bios_nso» (the default name would be something like «Bios_nso-sharedassets0.assets-218.txt») and change the 6th line (0 float width = 733) a «0 float width = 0» and the 7th line (0 float height = 69) a «0 float height = 0» (just change those values to 0 on both lines), y guarda el archivo.
- Now go back to UABEA, encontrar el «bg_boot_en» file with type «Sprite», seleccionarlo, hacer clic en «Import dump» and select the file obtained when exporting the «boot_logo» archivo.
- Después, find again the «Bios_nso» file with type «Sprite», seleccionarlo, hacer clic en «Import dump» and select the file previously modified «Bios_nso» .txt file.
- Hacer clic en «Archivo», «Ahorrar», and save the «sharedassets0.assets» file to a known location.
- Finalmente, close UABEA and replace the original «sharedassets0.assets» file located on «\Windose_Data» with the one you just saved.
- Your game is now fixed.
Eso es todo lo que compartimos hoy para esta guía.. Esta guía fue originalmente creada y escrita por cosechasya. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.