The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => XP Scripts Database => Topic started by: Ryex on October 19, 2009, 03:43:01 AM

Title: [XP] Ryex's Collapsing CMS
Post by: Ryex on October 19, 2009, 03:43:01 AM
Ryex's Collapsing CMS
Authors: Ryex
Version: 2.51
Type: CMS

Introduction

As many on you know I have been working on a fully animated CMS that takes advantage of the collapsed CMS's layout. this is the result. a visually appealing and space efficient Custom Menu System.


Features


Screenshots

Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FEquipmenu.png&hash=b2d91355bde748b16a79d51dd664108ab7a2bf4a)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FEquipmenuitems.png&hash=a157600555d78d8f5776ac5d1b9c4dcf4609a6f6)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FItemmenu.png&hash=cb7dfe9715d2978a7fc76d3fb35cec8a4b4e7518)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FMainmenu-1.png&hash=b1c61687afca5148eda9a6ff8d20ebf148fc28ef)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FMainmenuwactiorslect.png&hash=2a2afe863996d7824cde3c2e4ca089284e45602c)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FOptionmenu.png&hash=7e7c79c40ac0cacb07306d2b5964615ccff60384)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FOptionmenuvolume.png&hash=1f2977253807ea6ef478180b1d4a92e9d5755039)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FSkillmenu.png&hash=4781b2b0f142248676195dd339ddb89606a7fae0)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FSkillmenuwtarget.png&hash=ed9654cd8a73186413879ceef70fc41a069d22ee)
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa400%2Fryex%2Fscreen%2520shots%2FStatusmenu.png&hash=8cb3ab3fbd4267c71ab59c36fa92ea17c290fe78)

Demo

MiedaFire (http://www.mediafire.com/?rdigogdvecn)


Script


Spoiler for:
http://docs.google.com/View?id=dgb5wg25_7dkg34qhh (http://docs.google.com/View?id=dgb5wg25_7dkg34qhh)

Instructions

in script

Compatibility

This is a one scene CMS so it only modifies Scene_Menu. In other words it should be compatible with anything but other CMS's

Credits and Thanks


Author's Notes

Enjoy!

NOTE: I (the author) do NOT provide support in this thread. I simply don't visit this forum often enough. another scripter may be able to offer help but if you need support from me please go here http://forum.chaos-project.com/index.php?topic=2365.0 (http://forum.chaos-project.com/index.php?topic=2365.0)

Title: Re: [XP] Ryex's Collapsing CMS
Post by: Grafikal on October 19, 2009, 03:46:39 AM
very nice. this is one of the best looking cms's i've seen for rmxp in a very long time.
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Ryex on October 19, 2009, 05:13:36 AM
It was my second attempt at a CMS. and it turned out dam good.
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Djeff on October 23, 2009, 06:19:13 PM
very cool cms !
realy want to use it in my game !

only have problems adding a new plugin.
it says i have problem in this line :
  RyexCFG::PLUGINS.push(RyexCMS::Plugin.new('<name of plugin>', desc) do
what do i have to write near name of plugin ? the name of the script in the database or something ?
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Ryex on October 24, 2009, 05:34:40 AM
the plug in feature is an advanced option but it is a simple thing if you know how. I take it you have a scene that you want to be able to call through the CMS?
be it yes or no I advise you to go here (http://forum.chaos-project.com/index.php?topic=2365.0) for further support as I won't likely check this thread often enough to help you (at least not for a week). simply sign up at that (very very helpful and active) forum and post you question there.
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Mr_Wiggles on December 01, 2009, 08:21:15 AM
Excuse me while i go change my pants....
nice work Question..
so if i wanted to use this i enable how? lol

CUSTOM_OPTION_SCENE = nil
=begin # if you want to use deleat this line
  CUSTOM_OPTION_SCENE = Proc.new do
    $scene = <insert scene class name here>.new # complete this line
  end
=end # and deleate this line

i would...

CUSTOM_OPTION_SCENE = nil
  CUSTOM_OPTION_SCENE = Proc.new do
    $scene = <insert scene class name here>.new # complete this line [ with what? ]
  end

and im quessing its not compatible with AMS because its not showing up at all
looks great if i can figure it out

also i was woundering how the plugin works?

if $RyexCOLCMS
  desc = '<insert description of the plugin to be displayed in the help window here>'
  RyexCFG::PLUGINS.push(RyexCMS::Plugin.new('<name of plugin>', desc) do
    $Scene = <scene you want to call>.new
  end
  )  #don't forget this line
end

im useing game_guy's item storage script and wanted to use your background for it when i open a chest would i....

if $RyexCOLCMS
  desc = '<chest>'
RyexCFG::PLUGINS.push(RyexCMS::Plugin.
new('<name of plugin>', desc) do
    $Scene = Scene_Chest.new(10)
  end )
end

in a script in an event to do so? or is that not posible?
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Mr_Wiggles on December 01, 2009, 08:46:31 AM
NVM its not compatible with the scripts im useing perhaps those could be questions others might ask, like your script tho realy profesional
Title: Re: [XP] Ryex's Collapsing CMS
Post by: Knight_Blue_AWOL on February 12, 2010, 12:19:54 AM
Just wanted to say thankyou! I absolutely love your CMS... it's very visually appealing!
Title: Re: [XP] Ryex's Collapsing CMS
Post by: ngoaho on February 14, 2010, 04:49:19 AM
not bad  :D

** happy new year, year of tiger, year of ngoa ho ==> year of me..........