FAQs
Setup notes for getting the current 1320 Challenge launcher downloaded, extracted, and connected to the live server.
How to use Launch 1320.exe
- 1Download Launch 1320.zip and extract it.
- 2Put
Launch 1320.exein its own folder. - 3Double-click
Launch 1320.exe. - 4If the game file is missing, the launcher will ask whether to download it. Choose Yes.
- 5If Windows asks for administrator permission for DNS setup, choose Yes. This helps the old game connect to the current server.
- 6The game should open normally.
Launch 1320.exe is a one-click launcher for Nitto 1320 Challenge.
- Start the original game.
- Download the game file if it is missing.
- Fix the old game server address when needed.
- Allow more than one copy of the game to run.
I don't want to use the launcher
Perform the launcher setup steps manually from an Administrator PowerShell window.
1. Download The Game
Create a folder, for example:
C:\Games\Nitto1320Download the game ZIP:
https://web.archive.org/web/20061006144635if_/http://download.nitto1320.com:80/1320v152S.zipExtract it, then make sure this file exists:
C:\Games\Nitto1320\1320v152S.exeDo not rename it.
2. Add The NRPT Rule
Run this in Administrator PowerShell:
Add-DnsClientNrptRule `
-Namespace ".nitto1320.com" `
-NameServers "209.145.63.183"Flush DNS:
Clear-DnsClientCacheCheck again:
Resolve-DnsName game.nitto1320.com -Type AIf it now resolves correctly, launch:
1320v152S.exe3. Hosts File Fallback
Open Notepad as Administrator, then open:
C:\Windows\System32\drivers\etc\hostsAdd this at the bottom, replacing the IP if needed:
209.145.63.183 game.nitto1320.com
209.145.63.183 www.nitto1320.com
209.145.63.183 nitto1320.comSave the file, flush DNS again, then verify:
Clear-DnsClientCache
Resolve-DnsName game.nitto1320.com -Type A4. To Undo Later
Remove the NRPT rule:
Get-DnsClientNrptRule |
Where-Object { $_.Namespace -contains ".nitto1320.com" } |
Remove-DnsClientNrptRule -ForceThen remove the hosts file entry and flush DNS:
Clear-DnsClientCacheThe most common launcher fixes are quick checks around Windows permissions and DNS setup.
The game does not open.+
Make sure Launch 1320.exe is in a folder where Windows allows downloads and file creation, such as your Desktop or Documents folder.
Windows asks for administrator permission.+
Approve it. The launcher only needs this when setting up or fixing the game server address.
The game still cannot connect.+
Restart the launcher and allow the DNS/server fix again when prompted.
How do I increase the resolution?+
Use an upscaling tool like Magpie.
Windows Defender or antivirus blocks the launcher.+
Allow it only if you got the launcher from this website.
