[XP] Mouse Controller Enhancement Script

Started by nathmatt, March 24, 2010, 08:31:41 pm

Previous topic - Next topic

KK20

Use this F12 fix instead:

if $game_exists
  Thread.new {system('Game')}
  exit
end
$game_exists = true

again, placed at the top of your scripts list.

The reason for your error is because the mouse is initialized when loading the game's scripts (before the title screen even appears). TDS's F12 fix refuses to load the scripts again, which prevents the mouse from being initialized, and thus telling you your sprite is disposed.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

glad300

I will try it as soon as i have access to rm. Thank you for your help :)

goth1sniper

Im getting a error when I kill a Mob that drops a item like a potion.

The only scripts I have running are
with tons I have all settings Off
tons 1
tons 2
tons 3
(RMX-OS) Options
(RMX-OS) Script
ABS 1
ABS 2
ABS 3
ABS Controller
(*) Mouse Controller
Auto-Targeting " I have tryed it this this off and with it on Same error"
Mouse Controller Enhancement
Drop Down Menu
Mouse Chat
ENEMY HP METER
-<:::RMX-OS Main:::>-

The rest of the scripts are off with =begin/=end






glad300

Hello,
When im using the /msg[...] command on an event and try to save, an error window tells me :

                "no marshall_dump is defined for class MCES::Msg_Sprite" (Scene_Save, l.81)

I modified a very little bit the script but i dont think this is the origin of the error. So im asking your help.


whitespirits

Hi guys, so i want to implement the mouse script but i want to remove the movement, so i can just use the dropdown aswell as click to talk etc just a few features, How can this be done?

glad300

You have to delete a couple of lines in your MCES script :

in the MCES::Processor :
delete line 148 (check_player)
delete methods : 'check_terrain_tag', 'check_target', 'check_player'

then, delete MCES::PathRequesting class (from 'class PathRequesting' to the 'end' of the class)
delete Game_Player class

finally, delete :
'def pixel
   return 1
end'
at the end of the script to set your custom pixel movement in the Blizz ABS config

It is quite primitive but thats what i did and it works, I hope it helps

Now, does someone have an answer to my question ? (2 posts ago)  :roll: