!!

Welcome to Save Point!

Formerly known as RMVXP, Save-Point is a game creational forum that aids users in creating games using software like RPG Maker or Game Maker. Support is also available today for members and members can also upload and download resources and scripts to use in their games. If you are new or experienced we welcome you to register.

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[XP Script] Mousie: The Mouse System
DerVVulfman Offline
Administrator

Posts: 4,243
Joined: May 2009
View My Download Submissions
Thanks: 23
Given 59 thank(s) in 146 post(s)

Save Points: 14,710sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #1
Mousie: The Mouse System

MOUSIE
The Mouse System
Version: 3.1


Introduction
With this, you can use Near Fantastica's 'Pathfinding' script to move the character around with the mouse's point-n-click interface. Or you can use it to control menu window functions with some simple edits. Heck, you can even set the system to change the mouse cursor over pre-defined map events.


Features
  • Move your character with a point-n-click interface (Pathfinding required)
  • Control the menu with the mouse (Edits to the menu required... sample supplied)
  • Cursors change over pre-defined map events
  • True Double-click capability
  • True Mouse Continuous Pressing capacity
  • Mouse Press compatibility with Cybersam's Full Keyboard script
  • Map event clicking for sim-like games

Screenshots
Nah... just shows a mouse cursor over the screen... though the cursor can change over some events.


Demo
MOUSIE!


Script
The Script


Instructions
Very little needs to be configured... adding mouse icons into the system, setting a few clicking parameters, pathfinding range. All of which are covered in the script.

To use this with Near Fantastica's pathfinding system, the pathfinding system must be placed ABOVE this system. This system supports both versions 1 and 2 of Pathfinding. It can work with both Pathfinding systems in your project, but this system will work with version 1 (for speed preferences) rather than version 2.

It does not need 'Pathfinding' to operate. However, the character will not move without one.

Any edits to the menu system should be placed BELOW this system, such as the edits by Lambchop below.


Edits
Below, you can see how this system can be used to manipulate the default menu system. The supplied code was created by Lambchop to control nearly every facet of the menu interface by mouse input.
MOUSIE Window Edits by Lambchop


Credits and Thanks
First of all, I'd like to credit Lambchop for getting me involved with this mess. ;p Hahaha... just kidding. She helped me to avoid 'Battlesystem Burnout' for all the battlesystem code I've worked on for these past months.

I also have to credit Mr.Mo for portions of the mouse-cursor system, Behemoth for some portions of his mouse input system, Near Fantastica for his Pathfinding system (one of the reasons I got involved), and Corbaque (a French scripter) who was responsible for the double-click system.

I also have to thank Delmaschio of RMVXP.Com and House Slasher for noticing that autorun events did not hinder point-n-click movement... now fixed. Along with that, allow me to thank sixtyandaquarter for bringing up the idea of enabling and disabling menu and movement functions in the system. And thanks to Reives for the idea of changing the entire set of mouse icons in-game. Finally, thanks to sixtyandaquarter for getting me off my butt to add the event-clicking feature.

Terms and Conditions
Free for use, even with commercial projects.

Yeah... really. Use it. You just gotta credit all of us involved.


[Image: xp_warning.png]
Image has link to Enterbrain's Download Page
03-05-2008 07:15 AM
Find all posts by this user Quote this message in a reply
InnerMobius Offline
Junior Member

**
Posts: 2
Joined: Nov 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #2
Mousie: The Mouse System

Sorry for posting in such an old thread, but... is there any way to modify this so you can click something across the map, and activate it as if it were player touch? Like the girl with the pink hair stuck on the island, if you could click or double click her to make her talk or something.

I am wondering because I am trying to make a visualnovel type game, and it would be very handy.
12-06-2009 10:07 AM
Find all posts by this user Quote this message in a reply
DerVVulfman Offline
Administrator

Posts: 4,243
Joined: May 2009
View My Download Submissions
Thanks: 23
Given 59 thank(s) in 146 post(s)

Save Points: 14,710sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #3
Mousie: The Mouse System

Someone else in the forum (another member) asked me the same question just two weeks ago. At this time, no. Sad

I haven't seen a mouse script with that form of point-n-click capabilities as yet because most 'clicks' perform actions on the motion control of the player character and not towards the events themselves. Not saying it isn't a good idea though. Winking

I'm just unable to get to that... right now.
12-06-2009 04:18 PM
Find all posts by this user Quote this message in a reply
explocion200 Offline
Member

***
Posts: 113
Joined: Nov 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #4
Mousie: The Mouse System

DerVVulfman Wrote:Someone else in the forum (another member) asked me the same question just two weeks ago. At this time, no. Sad

I haven't seen a mouse script with that form of point-n-click capabilities as yet because most 'clicks' perform actions on the motion control of the player character and not towards the events themselves. Not saying it isn't a good idea though. Winking

I'm just unable to get to that... right now.

can you show me how i can set it up so i can add more commands with come pictures for example i have a door i want to open and i want the small icon to come up as a door how could i do that?
12-06-2009 06:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
DerVVulfman Offline
Administrator

Posts: 4,243
Joined: May 2009
View My Download Submissions
Thanks: 23
Given 59 thank(s) in 146 post(s)

Save Points: 14,710sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #5
Mousie: The Mouse System

o.o It should be pretty easy in the script itself. Creating a 'door' icon and adding it into the config section where you insert the 'door' icon like the other graphics. Then adding the 'door comment' in the door event like you would an 'enemy comment' in an enemy event.
12-06-2009 06:53 PM
Find all posts by this user Quote this message in a reply
explocion200 Offline
Member

***
Posts: 113
Joined: Nov 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #6
Mousie: The Mouse System

DerVVulfman Wrote:o.o It should be pretty easy in the script itself. Creating a 'door' icon and adding it into the config section where you insert the 'door' icon like the other graphics. Then adding the 'door comment' in the door event like you would an 'enemy comment' in an enemy event.

can you brake that down into sections lol i have no knowledge of scripts by the way dont you have a tutorial on creating scrips?
12-06-2009 07:02 PM
Visit this user's website Find all posts by this user Quote this message in a reply
DerVVulfman Offline
Administrator

Posts: 4,243
Joined: May 2009
View My Download Submissions
Thanks: 23
Given 59 thank(s) in 146 post(s)

Save Points: 14,710sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #7
Mousie: The Mouse System

While this is a plug-n-play system, allowing you to enter the new 'comments' into an event so you can bring up popup icons for some events. Let me restate that it is covered in the script itself. I practically FILL my scripts nowadays with the instructions. It may not be a 'beginners' level script however. For a new person, there are many 'intermediate' or 'advanced' systems that could confuse a new RGSS(2) user.

As to a tutorial on creating scripts? We all learned the hard way... by screwing around. Tongue sticking out But you did come up with an idea... "A beginner's guide to using submitted scripts" (a topic for a later date).
12-06-2009 07:10 PM
Find all posts by this user Quote this message in a reply
explocion200 Offline
Member

***
Posts: 113
Joined: Nov 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #8
Mousie: The Mouse System

DerVVulfman Wrote:While this is a plug-n-play system, allowing you to enter the new 'comments' into an event so you can bring up popup icons for some events. Let me restate that it is covered in the script itself. I practically FILL my scripts nowadays with the instructions. It may not be a 'beginners' level script however. For a new person, there are many 'intermediate' or 'advanced' systems that could confuse a new RGSS(2) user.

As to a tutorial on creating scripts? We all learned the hard way... by screwing around. Tongue sticking out But you did come up with an idea... "A beginner's guide to using submitted scripts" (a topic for a later date).

:) glad to know i sparked an idea up

ok so as for the editing part of the script iam going to try and find out how it works if i can't would you mind guiding me and showing me were everything is well not everything just the parts that i need to create the new icon and make it work
i am a genius lmao!! just kidding well after looking threw it i found it :) how cool well thanks i basically only found it because if the tip you gave me

thanks :)
12-06-2009 07:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
InnerMobius Offline
Junior Member

**
Posts: 2
Joined: Nov 2009
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 130sp
Awards:

Gender:
Favorite Maker:
Post: #9
Mousie: The Mouse System

DerVVulfman Wrote:Someone else in the forum (another member) asked me the same question just two weeks ago. At this time, no. Sad

I haven't seen a mouse script with that form of point-n-click capabilities as yet because most 'clicks' perform actions on the motion control of the player character and not towards the events themselves. Not saying it isn't a good idea though. Winking

I'm just unable to get to that... right now.

I found a temporary way to do that... and it's to make the player graphic and event graphics transparent, set an autorun event to make the player speed 'fastest' and then click things, while they are player touch. It works pretty well, but when you have a group of 6 boxes layout out like this:
[][][]
[][][]
It causes glitches when you click elsewhere in the map if the player must pass over them.

I saw on another site that someone had invented a 'Mouse Interaction script' and it sent me to a dead link on what Im guessing is your old site, so thats why I came here.Winking

EDIT:: By this sense, if I set the events to action button instead of player touch, it would be possible to make it work right, no? All I need for that is to know what to edit so the click is also the A button. I mean, I have it working right now but its odd to hit space and click, thats not too user friendly.

(I'm making a Time Hollow fan game. If needed, I can provide screenshots or a download demo :D
12-06-2009 08:31 PM
Find all posts by this user Quote this message in a reply
goth1sniper Offline
Junior Member

**
Posts: 4
Joined: Feb 2010
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 132sp
Awards:

Gender:
Favorite Maker:
Post: #10
Mousie: The Mouse System

I dont mean to pump an old post But I need help.
I get this error when going in to a battle.

Contains error messages
02-06-2010 03:40 PM
Find all posts by this user Quote this message in a reply
Post Reply 


User(s) browsing this thread:
1 Guest(s)


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
   Equipment Upgrade System by Charlie Fleed, Version 1.2 Charlie Fleed 137 20,433 05-12-2013 07:07 PM
Last Post: Charlie Fleed
   Romancing SaGa Battle System orochii 0 116 05-09-2013 05:55 AM
Last Post: orochii
   Super Simple Vehicle System - Enhanced DerVVulfman 29 4,596 04-07-2013 03:27 AM
Last Post: yamina-chan
   Sideview Battle System Tankentai XP - Version 2.2xp Victor Sant 22 6,711 03-03-2013 05:37 PM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 134 28,990 02-13-2013 04:57 PM
Last Post: daylights
   GTBS - v1.5.2 (A FFT styled tactical battle system) updated 5/30/2012 GubiD 44 9,424 01-25-2013 02:33 AM
Last Post: cheos
   Hunger/Thirst/Sleep System Bravo2Kilo 0 416 11-19-2012 05:56 AM
Last Post: Bravo2Kilo
   Golden Sun Camera Battle System DerVVulfman 3 905 11-18-2012 08:29 PM
Last Post: Yin
   Legacy's 1-Man Custom Menu System Legacy 2 485 11-13-2012 04:53 AM
Last Post: Legacy
   Checkpoint System Bravo2Kilo 0 292 11-06-2012 06:07 PM
Last Post: Bravo2Kilo



 Quick Theme: