You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCxDemo edited this page Jun 2, 2024
·
4 revisions
Here's a simple batch file to automate online stuff a bit. Intended to be used for public official lobbies only (private lobbies require IP input and it glitches out with this script). Please be aware it doesn't detect any running instances, so make sure to close both duckstation and onlinectr client if they are running.
Modify the lines with set, providing absolute paths to your applications and iso.
rem -- path to client exesetclientexe="path\to\client.exe"rem -- path to patched isosetonlineiso="path\to\online_iso.bin"rem -- path to duckstation emulatorsetduckexe="path\to\duckstation.exe"rem -- your online namesetnetname=your_name_here
rem -- launching duckstart"emu"%duckexe%%onlineiso%rem -- launching clientecho%netname%|%clientexe%echo Job's done.