-
Notifications
You must be signed in to change notification settings - Fork 18
Running the Simulator
If you just want to download and run the TT Mouse Click Simulator, please follow these steps.
Because the TT Mouse Click Simulator is currently distributed only in source code form but not in binary form (.EXE), you will need to build the simulator before you can run it. Don't worry, this can be done in a few simple steps:
-
If you haven't already done this before on your computer (and you don't have Visual Studio 2022 or higher installed), download and install the current Microsoft .NET SDK for Windows (8.0 or higher).
-
Download the TT Mouse Click Simulator as ZIP file and extract it.
Note: If you don't have a custom Zip program installed, don't simply double-click on the downloaded .zip file (because if you would run the BUILD script from there, it wouldn't find the project file).
Instead, right-click on it and select "Extract all..." to extract all the contents to a new folder:
-
Open the extracted folder and double-click on the BUILD script file:
(If a Windows Defender SmartScreen dialog pops up, click on "More info", and then on "Run anyway" - This is because the
.cmd
file is marked as "downloaded from the internet".) -
A console window should pop up displaying the build status. Please wait until it shows "Build successful":
-
Now go into the folders
TTMouseclickSimulator
->bin
->Release
->net8.0-windows
->publish
. That one should now contain the TT Mouse Click Simulator application ready to run:
That's it! You can now start the Mouse Click Simulator by double-clicking on the TTMouseclickSimulator application file. You can find a sample project and projects for the automatic fishing function (and gardening) in the SampleProjects folder.
Please note: The Display Mode must be set to Windowed in the Toontown Options (under "Video") for the simulator to work correctly. Also, for Corporate Clash, the aspect ratio must be set to Adaptive (this is already the default).