File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11* .pyc
22main.build
33main.dist
4+ main.onefile-build
5+ built
Original file line number Diff line number Diff line change 1515open (os .path .join (DEFAULT_INSTALL_DIR , "parameters.txt" ), "w" ).write (params_data )
1616print ("Pointed launcher to Sunrise servers." )
1717
18- # Next, grab cnc-ddraw
18+ # Setup the wrokaround for connection hang
19+ os .makedirs (os .path .join (DEFAULT_INSTALL_DIR , "hash_data" ), exist_ok = True )
20+ print ("Added workaround for connection freeze on modern versions of Windows." )
21+
22+ # Finally, grab cnc-ddraw
1923ddraw_data = requests .get ("https://raw.githubusercontent.com/rocketprogrammer/TTOManager/main/libs/cnc-ddraw/ddraw.dll" ).content
2024open (os .path .join (DEFAULT_INSTALL_DIR , "ddraw.dll" ), "wb" ).write (ddraw_data )
2125print ("Added cnc-ddraw display wrapper.\n Toontown Online should be ready to go now." )
26+
27+ os .system ("pause" )
You can’t perform that action at this time.
0 commit comments