Hiya,
I started out with the default.mce script and is attempting to modify it for Dragons Age Origins. My first time messing with MCEs so things are going a bit rough. My main problem at this stage is <mouse_set_origin />. Even when reverting back to the original default.mce the centering does not always seem to work correctly in DAO. Is this an MCE issue or a DAO issue? Is there a way to work around it? The 'start' button functionality is able to center the cursor every single time but I need the one-click center for DAO.
Thanks in advance,
(Edit) Just to clarify, <mouse_set_origin /> does move the cursor, just not to the center.
Code:<binding> <toggle>true</toggle> <conditions> <button> <controller>P1R</controller> <which>start</which> </button> </conditions> <actions> <mouse_set_origin /> // Works everytime <mouse_enable /> </actions> </binding> <binding> <conditions> <button> <controller>P1R</controller> <which>2</which> </button> <mouse_enabled /> </conditions> <actions> <mouse_set_origin /> // Does not work everytime </actions> </binding>



Reply With Quote