HEADMOB SCRIPT & CONFIG SETUP GUIDE FAQ

Guide Index

• Download and install OpenTrack or FreePIE
• How to change the settings for Windows Firewall
• Phone configuration steps
• USB mode
• Find your local IPV4 address
• Set up your preferred shortcuts

Download and Install OpenTrack or FreePIE

→ Download OpenTrack here: Github Link
→ Download FreePIE here: Github Link

Install and run the free and open-source OpenTrack or FreePIE application on your computer, then follow these steps:

OpenTrack

1. Select “UDP over network” as the input. Click the tool icon to the right of this and note the port number (default: 4242) – you will need this later.
2. As Output, choose "Freetrack 2.0 Enhanced" and "Both" in its settings
3. Your PC setup is almost done!

This guide is intended for use to get up and running fairly quickly. It is not designed for explaining the intricacies of all the options or settings that are available. For a complete guide check this link out: Click here

How to Change the Settings for Windows Firewall

This is the simplest and quickest way to allow UDP inbound on Port 4242
1. Press the Windows key → Type “cmd” and select "Command Prompt"
2. Copy and run this command from Command Line as an Administrator to open the port

netsh advfirewall firewall add rule name="Open UDP Port 4242" dir=in action=allow protocol=UDP localport=4242

This is the more complicated method

1. Press the Windows key → Type “Firewall” , Select “Firewall & network protection”
2. Scroll down and select “Advanced settings”
3. Select “Inbound Rules”
4. In right panel, choose “New Rule” → “Program” and click the “Next” button
5. Choose “This program path” and click the “Browse” button
6. Choose “OpenTrack.exe” from its installation folder which is probably “c:\program files(x86)\opentrack...”