kpreisser / MouseClickSimulator

Mouse Click Simulator for Toontown Rewritten and Corporate Clash
MIT License
26 stars 17 forks source link

Any basic documentation would be helpful. #28

Open JamesMiWyatt opened 6 years ago

JamesMiWyatt commented 6 years ago

With ToonFest going on, the Toon Gods have blessed me with learning about this program. But it's a blessing & a curse.

The learning curve is pretty darn high.. All the info on https://old.preisser-it.de/tt-mausklick/ is majorly outdated. Nothing to checkmark, or edit to make your own scripts.

Just XML script executer.

The flower planting script is da'Bomb!

An incomplete pond list is sad. Not even for the pond in my own home..

"I gotta learn XML to modify these?"

I can follow most of it.. scan 1 & 2? what's the X&Y high limit? How do I determine what they are?

Sad Toon..

kpreisser commented 6 years ago

Hi,

sorry for the lack of documentation about the Mouse Click Simulator. (My initial goal was to create a new version of the original simulator that was able to work with TT Rewritten, and has a new code base that I could make open-source.)

What exactly do you want to do with the mouse click simulator?

Basically, the simulator has fixed "Actions" that are programmed in the source code, and these actions can be called by XML files.

Currently, the following TT-specific actions are implemented:

For help about how to create your own Action (e.g. to click on a specific place) and how to determine the mouse coordinates that must be used for that, you can see issue #24.

If you have more questions, you can ask here.

Thanks!