Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Mouse System EX Help

Status
Not open for further replies.

Xyphien

Owner
Staff member
Administrator
Resource Team
Xy$
9.57
http://mvplugins.tordamian.com/plugins/mouse-system-ex/ is the place that explains it, and I'm doing everything It says but I cannot for the life of me figure out how to get the mouse hover to show up.

upload_2015-10-25_11-51-24.png

I have the Talk.png in the img/cursors/ folder, and I have the event name down, but it still does not show up when I go in game and hover over the guy. Can someone help me out with this.
 

eivl

Local Hero
Xy$
0.00
Link me your general settings for the plugin, migth just be that you have not activated it.
[doublepost=1445766258,1445765916][/doublepost]This Param:

* @param Use Custom Cursor?
* @desc Whether you want to use a custom mouse cursor image.
* true => ON false => OFF
* @default false
*

if you do not change it in plugin settings, it will be set to false
[doublepost=1445766447][/doublepost]Let me get double nerdy... you need to pass "status":true


var $plugins =
[
{"name":"TDDP_MouseSystemEx","status":true,"description":"1.6.1 Custom mouse cursors, highlight menu items on hover, custom event mouse interaction and much more! See Help.","parameters":{"---Custom Cursor---":"","Use Custom Cursor?":"true","Custom Cursor Image":"default.png","Custom Cursors Folder":"img/cursors/","---Auto Change Cursors---":"","Show Text Cursor":"","Transfer Cursor":"","Change Gold Cursor":"","Change Items Cursor":"","Change Weapons Cursor":"","Change Armors Cursor":"","---Auto Change Icons---":"","Show Text Icon":"","Transfer Icon":"","Change Gold Icon":"","Change Items Icon":"","Change Weapons Icon":"","Change Armors Icon":"","---Hover Select---":"","Highlight On Hover":"false","Hover SE Cooldown":"4","---Customizeable Notetags---":"","No Auto Cursor Notetag":"no_auto_cursor!","No Auto Icon Notetag":"no_auto_icon!","Click Notetag":"click_activate!","Hover Notetag":"hover_activate!","Leave Notetag":"leave_activate!","---Mouse Icons---":"","Hide Cursor":"false","Icon Offset X":"9","Icon Offset Y":"14","---Mouse Icon Tags---":"","Icon Tag 1":"quest: 191","Icon Tag 2":"chest: 210","Icon Tag 3":"door: 106","Icon Tag 4":"world_map: 190","Icon Tag 5":"potion: 176","Icon Tag 6":"poison: 177","Icon Tag 7":"four_leaf_clover: 182","Icon Tag 8":"notebook: 187","Icon Tag 9":"letter: 192","Icon Tag 10":"key: 195","Icon Tag 11":"key: 195","Icon Tag 12":"key: 195","Icon Tag 13":"key: 195","Icon Tag 14":"key: 195","Icon Tag 15":"key: 195"}}
];
 

Xyphien

Owner
Staff member
Administrator
Resource Team
Xy$
9.57
Link me your general settings for the plugin, migth just be that you have not activated it.
[doublepost=1445766258,1445765916][/doublepost]This Param:

* @param Use Custom Cursor?
* @desc Whether you want to use a custom mouse cursor image.
* true => ON false => OFF
* @default false
*
I didn't even think about checking this on. Thanks!
 
Status
Not open for further replies.
Top