- Joined
- Nov 4, 2015
- Messages
- 4
- Reaction score
- 2
- First Language
- English
Hi everyone. o/
I need some plugins for my new project, i've searched many forums and can't find anything like this.
I know its a large request but I think it will help many members that need or even never thought about these systems but will like to use in their projects.
-> One is a kind of "Dragon Genes" system in Breath of Fire III, in this system you collect Dragon Genes, in battle you can combine then to transform into different kind of dragons, what I need is a system like this:
When you select the "Skill/Magic/Command" "transform", it opens a GUI where you can combine this "genes/stones/crystals" to transform into different kind of "monsters".
Here's a sample video of this in BoF III:
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------->A "Camping System", you have an item called Tent, when you use this one (only in world map) you're teleported to another map (this map will be the camp), here you'll can save your progress, change party members and more, when you exit the camp map it gets you at the position where you've used the "Tent" item, another thing is an option on menu screen that you can acess the camp, only works on world map and also use a tent, if don't have one, you can't camp.
Done!
Thank you Kloe!
-> A simple pause system that stops the game time and shows some picture or animated pictures.
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> Animated and customizable menus (already have a Title Menu) like that mog one from RMXP:
Main Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu01.html
Itens Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu02.html
Skills/Magics Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu03.html
Equip Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu04.html
Stats Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu05.html
Shop Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu07.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
->Animated Panorama:
http://www.atelier-rgss.com/RGSS/System/XP_SYS02.html
Done!
Thank you Milena! -> https://soulxregalia.wordpress.com/2015/11/17/rmv-animated-parallax/
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> Some kind of HUD that shows up what itens you've found in some chests or anything like this:
http://www.atelier-rgss.com/RGSS/System/XP_SYS07.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> A system that shows the map name when you enter this.
http://www.atelier-rgss.com/RGSS/System/XP_SYS06.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
->A party system, something like these ones, in the first we have a Party Menu where you can change team members, at the second we have a system where you can "disband and regroup" followers for a time:
https://yanflychannel.wordpress.com/rmvxa/core-scripts/party-system/
http://www.rpgmakervxace.net/topic/4130-party-regroup/
Done!
Thank you Niten Ichi Ryu! -> http://yanfly.moe/2015/11/20/yep-29-party-system/
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
Ps.: Sorry 'bout my english, it's my best hahaha
Ps.2: if someone need that "Animated Tittle" I've talked about, you can find it here: https://atelierrgss.wordpress.com/rmv-custom-title-screen/
I need some plugins for my new project, i've searched many forums and can't find anything like this.
I know its a large request but I think it will help many members that need or even never thought about these systems but will like to use in their projects.
-> One is a kind of "Dragon Genes" system in Breath of Fire III, in this system you collect Dragon Genes, in battle you can combine then to transform into different kind of dragons, what I need is a system like this:
When you select the "Skill/Magic/Command" "transform", it opens a GUI where you can combine this "genes/stones/crystals" to transform into different kind of "monsters".
Here's a sample video of this in BoF III:
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------->
Done!
Thank you Kloe!
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------The tent command can be easily done with events and such, I have already implemeneted one and it took less than 3mins so Its not that hard and ceratinly doesnt need a plugin...
Put something along these lines in a common event, just replace my "Transfer to Portable house" with transfer to wherever you wanna go.
Spoiler
Then if you want to open it by item then make an item which runs this common event.
If you want a menu command just make the common event run by using Yanfly Menu Manager.
Either or both ways work but remember to make it so however you exit (by command or whatever) re-run the common event to exit to the same place you were when you teleported to the "TENT" area. If you use an item or menu command, just re-selecting it will teleport you back, but you can also make it like a door so you exit a door in the "TENT" and it teleports you back to wherever you were!
I hope I made sence.![]()
![]()
![]()
-> A simple pause system that stops the game time and shows some picture or animated pictures.
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> Animated and customizable menus (already have a Title Menu) like that mog one from RMXP:
Main Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu01.html
Itens Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu02.html
Skills/Magics Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu03.html
Equip Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu04.html
Stats Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu05.html
Shop Menu = http://www.atelier-rgss.com/RGSS/Menu/XP_Menu07.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
->
http://www.atelier-rgss.com/RGSS/System/XP_SYS02.html
Done!
Thank you Milena! -> https://soulxregalia.wordpress.com/2015/11/17/rmv-animated-parallax/
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> Some kind of HUD that shows up what itens you've found in some chests or anything like this:
http://www.atelier-rgss.com/RGSS/System/XP_SYS07.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
-> A system that shows the map name when you enter this.
http://www.atelier-rgss.com/RGSS/System/XP_SYS06.html
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
->
https://yanflychannel.wordpress.com/rmvxa/core-scripts/party-system/
http://www.rpgmakervxace.net/topic/4130-party-regroup/
Done!
Thank you Niten Ichi Ryu! -> http://yanfly.moe/2015/11/20/yep-29-party-system/
-------------------------------------------------------------------------------//-------------------------------------------------------------------------------------------------
Ps.: Sorry 'bout my english, it's my best hahaha
Ps.2: if someone need that "Animated Tittle" I've talked about, you can find it here: https://atelierrgss.wordpress.com/rmv-custom-title-screen/
Last edited by a moderator: