QPlugins - Latest: QABS

Lithalean

Veteran
Veteran
Joined
May 27, 2016
Messages
39
Reaction score
35
First Language
English
Primarily Uses
Quxios said:
are you asking for a dark theme?
Yea, kinda. I thought I'd show you ideal for me, instead of just asking for a dark theme.
Honestly, that might be a bit dark for most people, just as (IMO) your's might be a bit bright for most people.
Doubtful it's a big deal to anyone, but less white would be nice. I'd go with a light grey (to be best for everyone)(If not wanting two themes)
I do my best work late at night, in low light situations. Most Unity/Photoshop users I know stay on the dark theme.
SideNote: I wish MV would ditch the Crayola Icons on top and go with monocromatic Icons on the sides... maybe a Pro version of MV?
 

Attachments

ZcheK

ZcheK
Veteran
Joined
Feb 22, 2016
Messages
96
Reaction score
22
First Language
English
Primarily Uses
Great updates @Quxios !
I made another video showing animated (and anchored) parallaxes, also Qpathfind and mouse movement this time.

 

HasdrubalBarca

Veteran
Veteran
Joined
Feb 4, 2015
Messages
162
Reaction score
56
First Language
English
Primarily Uses
Hey Quxios I think I may have found a new bug. Trying this out on a new project updated to the latest version causes this error when trying to initiate a battle.

rpg_managers.js:1756 TypeError: undefined is not a function
at Sprite_Actor.isQCharacter (/C:/Users/Moisesjr/Documents/Games/Project5/js/plugins/QSprite.js:798)
at Sprite_Actor.startMotion (/C:/Users/Moisesjr/Documents/Games/Project5/js/plugins/QSprite.js:807)
at Sprite_Actor.startEntryMotion (rpg_sprites.js:876)
at Sprite_Actor.setBattler (rpg_sprites.js:722)
at Spriteset_Battle.updateActors (rpg_sprites.js:2657)
at Spriteset_Battle.update (rpg_sprites.js:2449)
at Spriteset_Battle.Spriteset_Base.initialize (rpg_sprites.js:2127)
at Spriteset_Battle.initialize (rpg_sprites.js:2428)
at new Spriteset_Battle (rpg_sprites.js:2421)
at Scene_Battle.createSpriteset (rpg_scenes.js:2150)
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,535
Reaction score
1,178
First Language
English
Primarily Uses
N/A
Can't save a screenshot. Mind looking into that?
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,535
Reaction score
1,178
First Language
English
Primarily Uses
N/A
@HasdrubalBarca So much better. Thanks.

I am interested in knowing if there's an optimal method to making the collision maps. If I just do the map without the ground I still have the grid showing.
 

ZcheK

ZcheK
Veteran
Joined
Feb 22, 2016
Messages
96
Reaction score
22
First Language
English
Primarily Uses
It would be great if you could use Qmap to to also visually and precisely place Qsprite events on the map. :) I'm using your plugin command to do it currently, but it's difficult getting it just right when you can't see it.
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,535
Reaction score
1,178
First Language
English
Primarily Uses
N/A
A few more concerns about the movement plugins:
  • I don't think they work with Yanfly's Region Restrictions.
  • Is there a recommended way to work with animated water autotiles?
 

HasdrubalBarca

Veteran
Veteran
Joined
Feb 4, 2015
Messages
162
Reaction score
56
First Language
English
Primarily Uses
@BloodletterQ
The way I do it is to take a screenshot and fill the screenshot up with a single color using the bucket tool in GIMP. From there upload the screenshot in the map editor and place it underneath all the objects. Set the Z value to 0 or less than that then take a screenshot of it. In GIMP pick the select by color tool and mess around with the threshold until you get a result you're satisfied with and then delete that. It won't come up looking pretty but it will be pretty serviceable I think.
For that one I set the threshold somewhere between 100-130 and then in GIMP I pasted the objects to a new layer.

As for your region restrictions there's the region colliders plugin
https://quxios.github.io/#/plugins/QM+RegionColliders
AFAIK yanfly's region plugins won't work. Actually I don't think the majority of region plugins are compatible with QMovements. But for your problem there's the Region Colliders.

With water autotiles you could just use the same ones in game. If you're using GIMP for terrain just leave the places with water blank and just use the water from the editor.
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Sorry for late replys! I was out of town for the weekend.

@ZcheK nice!
What plugin commands do you mean? Don't think I have any for qsprite placement.

@HasdrubalBarca I'll get that fixed!

@BloodletterQ Thanks for the report! I'll get that patched up.
 

Amarok

Veteran
Veteran
Joined
Dec 15, 2016
Messages
294
Reaction score
723
First Language
Spanish
Primarily Uses
RMMV
i think i got the same or very similar bug to HasdrubalBarca

TypeError: undefined is not a function
at Sprite_Actor.isQCharacter (/E:/Amarok%20RPG/Old%20work/Armada/Game/Amarok720p/js/plugins/QSprite.js:806)
at Sprite_Actor.startMotion (/E:/Amarok%20RPG/Old%20work/Armada/Game/Amarok720p/js/plugins/QSprite.js:815)
at Sprite_Actor.startEntryMotion (rpg_sprites.js:876)
at Sprite_Actor.setBattler (rpg_sprites.js:722)
at Spriteset_Battle.updateActors (rpg_sprites.js:2657)
at Spriteset_Battle.update (rpg_sprites.js:2449)
at Spriteset_Battle.Spriteset_Base.initialize (rpg_sprites.js:2127)
at Spriteset_Battle.initialize (rpg_sprites.js:2428)
at new Spriteset_Battle (rpg_sprites.js:2421)
at Scene_Battle.createSpriteset (rpg_scenes.js:2154

It only happens when using side view battlers.
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Updates
QMovement 1.2.3
  • Some changes with ColliderManager and Game_Map
QPathfind 1.4.3
  • Fixed bug where mouse movement didn't stop when an event was triggered (with QMovement)
QYScale 1.1.0
  • Made a QYScale static class, move functions from Game_Map into QYScale
  • * Still haven't fixed the collider offsetting
QSprite 2.1.3
  • Fixed a crash with Sprite_Actor
https://github.com/quxios/QMV-Master-Demo/tree/master/js/plugins

QMap Editor 2.0.2
  • Fixed error when pushing screenshots after the 1st time
 

ZcheK

ZcheK
Veteran
Joined
Feb 22, 2016
Messages
96
Reaction score
22
First Language
English
Primarily Uses
I mean the "qMovement setPos" plugin command, I'm using it here to align these flower events to their base, but doing it this way is hard, I never seem to get it quite right.
upload_2017-5-2_18-25-17.png
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
@ZcheK I see and oh there's also the <ox:X> notetag you can use. I just checked the QMovement help and looks like i never mentioned it. But you can set an events initial offset using:

Code:
<ox:X>
or
<oy:Y>
To offset their x/y values (in pixels) So <ox:-1> should shift that event to the left by 1 pixel.
 

ZcheK

ZcheK
Veteran
Joined
Feb 22, 2016
Messages
96
Reaction score
22
First Language
English
Primarily Uses
Ah thanks :)
Found a bug in latest master demo.
If you try to save game in the Qmap room.
 

Attachments

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
Thanks for the report!

QMap 1.3.2
  • Fixed a crash when saving
Also here's a ******* post that has a summary of april + whats to come in may, link
 

jobar

WonderLang
Veteran
Joined
Aug 15, 2016
Messages
49
Reaction score
48
First Language
french
Primarily Uses
RMMV
Great updates @Quxios !
I made another video showing animated (and anchored) parallaxes, also Qpathfind and mouse movement this time.

What Z coordinate do you use for the object to have it appear above the player when the player is behind and below the play when the player in front?

If I use Z=3 it is always below and Z=4 it is always above.
 

HasdrubalBarca

Veteran
Veteran
Joined
Feb 4, 2015
Messages
162
Reaction score
56
First Language
English
Primarily Uses
What Z coordinate do you use for the object to have it appear above the player when the player is behind and below the play when the player in front?

If I use Z=3 it is always below and Z=4 it is always above.
You have to set the anchor points. .5 and 1 are good.
 

Quxios

Veteran
Veteran
Joined
Jan 8, 2014
Messages
1,055
Reaction score
785
First Language
English
Primarily Uses
RMMV
@jobar You have to set their z values the same first. If their Z values are the same then the one with the lower Y value will appear below. Then you mess with the anchorY value to set which part of the sprite is the y position and like @HasdrubalBarca said, an actor of 0.5 for x and 1 for y is typically good. But it all depends on the image.
 

jobar

WonderLang
Veteran
Joined
Aug 15, 2016
Messages
49
Reaction score
48
First Language
french
Primarily Uses
RMMV
Yes, it is working fine like this. Thanks. This Map Editor is a very powerful tool!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 2)

Latest Threads

Latest Posts

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,995
Messages
1,018,211
Members
137,775
Latest member
yj8570
Top