This amazing method was discovered by the user BeLANzO666 (Hungarian). It allows you to send the translated texts from your PC directly to the PS2 over the local network, saving a lot of time and preventing wear and tear on the console's USB port!
1 - Preparation and Tool Downloads on PC
●Git for Windows (which includes Git Bash): Download the installable version at https://git-scm.com/download/win
●Python (to create the network server): Download at https://www.python.org/downloads/
WARNING: On the first Python installation screen, you must check the box: Add python.exe to PATH (or Add Python to PATH). If you skip this, the terminal will not recognize the command.
●PuTTY (to access the PS2 terminal): Download at https://www.putty.org/
2 - Setting Up the Windows
●Go to the root folder where your translation is located (the outer folder containing the opt0 folder inside).
●Right-click on an empty space in this folder and select: Open Git Bash here.
●Repeat the process to open a second Git Bash window in the same place. You will need two black screens open at the same time.
3 - Window 1: Starting the Server (PC)
●In the first Bash window, type the following command and press Enter:
python -m http.server 8000
●This turns your folder into a local web server. If the Windows Firewall opens a window asking for permission, click Allow access. Leave this window open and running in the background (do not close it).
4 - Window 2: Creating the Package (PC)
●In the second Bash window, you will generate the file whenever you translate something new in dnGrep. Type the following command and press Enter:
tar --format=ustar -czvf bnupdate.tar.gz opt0
●The file will be created instantly and will be available on the network for the PS2 to download.
5 - Finding Your PC's IP Address
●Open the Windows Start Menu, type cmd, and open the Command Prompt.
●Type ipconfig and press Enter.
●Look for the IPv4 Address line and write down this number (example: 192.168.1.15).
6 - Downloading the Translation on the PS2
●Open PuTTY, enter your PS2's IP address, select the Telnet option, and click Open to connect.
●In the PuTTY terminal, type the following command (replacing PC_IP_ADDRESS with the number you wrote down in step 5) and press Enter:
wget -P /tmp http://PC_IP_ADDRESS:8000/bnupdate.tar.gz -c
●This command will make the PS2 connect to your computer and download the update file directly to the temporary folder in a few seconds.
7 - Extracting on the PS2 and Testing
●Still in PuTTY, type the extraction command and press Enter:
tar -xvzf /tmp/bnupdate.tar.gz
●Finishing up: Now just use the controller shortcut configured with the RELOAD command (if you enabled this function in the navimenu.xml file) to reload the console screen and see the translated texts instantly!
NOTE: I haven't tested this tutorial; I've only redone it with more details based on our friend's tutorial @BeLANzO666
Tutorials made by me.
#509
#510
#515
This amazing method was discovered by the user BeLANzO666 (Hungarian). It allows you to send the translated texts from your PC directly to the PS2 over the local network, saving a lot of time and preventing wear and tear on the console's USB port!
1 - Preparation and Tool Downloads on PC
●Git for Windows (which includes Git Bash): Download the installable version at https://git-scm.com/download/win
●Python (to create the network server): Download at https://www.python.org/downloads/
WARNING: On the first Python installation screen, you must check the box: Add python.exe to PATH (or Add Python to PATH). If you skip this, the terminal will not recognize the command.
●PuTTY (to access the PS2 terminal): Download at https://www.putty.org/
2 - Setting Up the Windows
●Go to the root folder where your translation is located (the outer folder containing the opt0 folder inside).
●Right-click on an empty space in this folder and select: Open Git Bash here.
●Repeat the process to open a second Git Bash window in the same place. You will need two black screens open at the same time.
3 - Window 1: Starting the Server (PC)
●In the first Bash window, type the following command and press Enter:
python -m http.server 8000
●This turns your folder into a local web server. If the Windows Firewall opens a window asking for permission, click Allow access. Leave this window open and running in the background (do not close it).
4 - Window 2: Creating the Package (PC)
●In the second Bash window, you will generate the file whenever you translate something new in dnGrep. Type the following command and press Enter:
tar --format=ustar -czvf bnupdate.tar.gz opt0
●The file will be created instantly and will be available on the network for the PS2 to download.
5 - Finding Your PC's IP Address
●Open the Windows Start Menu, type cmd, and open the Command Prompt.
●Type ipconfig and press Enter.
●Look for the IPv4 Address line and write down this number (example: 192.168.1.15).
6 - Downloading the Translation on the PS2
●Open PuTTY, enter your PS2's IP address, select the Telnet option, and click Open to connect.
●In the PuTTY terminal, type the following command (replacing PC_IP_ADDRESS with the number you wrote down in step 5) and press Enter:
wget -P /tmp http://PC_IP_ADDRESS:8000/bnupdate.tar.gz -c
●This command will make the PS2 connect to your computer and download the update file directly to the temporary folder in a few seconds.
7 - Extracting on the PS2 and Testing
●Still in PuTTY, type the extraction command and press Enter:
tar -xvzf /tmp/bnupdate.tar.gz
●Finishing up: Now just use the controller shortcut configured with the RELOAD command (if you enabled this function in the navimenu.xml file) to reload the console screen and see the translated texts instantly!
NOTE: I haven't tested this tutorial; I've only redone it with more details based on our friend's tutorial @BeLANzO666
Tutorials made by me.
#509
#510
#515