RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Cybele Resource Database

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 84
Yes, hoh my gawd!
Cybele Resource Database
Version: 1.66

Introduction

(Removed the first time for a reason though I am re-posting it)
Cybele is an easy to use resource sharing program. You can submit resources for both Vx and Xp. You can also view every resource submitted.

This program was made in c#, with the help of google and CP for c# help.

Features

  • Easily Submit any resource
  • View all submitted resources
  • Preview resources before downloading
  • Database updates instantly when new resource is added
  • Support for Vx and Xp resources.
  • View any resource for any engine
  • Has News and Updates so you know whats current about the program.
  • New design making it easier to navigate
  • Member Registration and Login
  • Edit info about resources you submit (must be loged in)
  • Delete resources you submit (must be logged in)
  • Updater lets you know when theres a new version
  • Custom search engine
  • Auto-Login Option (in the login tab)
  • Config Window (Can setup Auto-Login and change whether resource ID is shown or not)
  • Progress Bars for Downloads and Uploads

Screenshots


NOTE: Screenshots are slightly outdated. These ones do not show the progress bars.
News and Updates
Spoiler for:


Viewing Resources/Searching
Spoiler for:



Submitting a Resource
Spoiler for:

Logging In/Registering
Spoiler for:

My Files/Editing Files (Must be logged in to view)
Spoiler for:


Download

This is the installer.
Download

This is a zip archive in case people have troubles with the installed version.
Download

To see how many resource submissions we have go here.
Resource Count

Instructions

Submitting resources are easy. Start the program up. Click on Submit Resource. Choose your engine, resource type, type in name and author. Browse for the file you want to submit. Type in a small description (optional) then click submit. Note when submitting scripts they must be in a zip files. This makes it so you can put multiples parts of a script and a demo all in one download.

View resources is just as easy. Click View Resources. Choose engine, choose resource type, click refresh. Go into the list, click on one and click Preview to see the image's details and picture. It does take a little for the picture to load. You can stretch the window too to see more of the image.

Really this programs quite easy to use.
And if you need it there is a helpfile go to Help > Contents

Compatibility

Vista users and Windows 7 users may need to run the program as administrator to get it to work.
Also go to Program Files/GGP/Cybele/Updater.exe and be sure to set the run as administrator.

Credits and Thanks

  • game_guy ~ For making the program
  • nerd101 ~ Making RMXP Pool which is where I got the idea from
  • Branden ~ For image hosting and support
  • Aqua ~ Suggestions and PHP Help and Cybele's Icon
  • Lore ~ Beta Testing and some Resource Submitting and Cybele support image
  • Landith ~ Beta Testing
  • nathmatt ~ Beta Testing and Script submitting
  • Pyhankoski ~ Beta Testing
  • Google, CP, and Books ~ C# Help
  • Ryex ~ Small code needed for link clicking
  • Anyone who supported me and gave me ideas
  • Anyone who submits a resource

Author's Notes

If you could guys please download this and give it a try. If you like it please help by submitting resources to make the database as big as possible! Imaging having a database with tons of resources and being able to browse through them easily. Well with this you can. So if you could help out :)

Also before anyone comments on it, nerd101 did come up with the idea before me. I just wanted to improve on his idea. Both of our programs are decent, I just wanted the database to update a little faster and make it easy to preview the resources.

Enjoy!

Post any bugs or suggestions or questions you may have.

Support Cybele using this awesome generated image!
Refresh the page at least once to update the submission count.

Code: [Select]
[url=http://forum.chaos-project.com/index.php/topic,5491.0.html][img]http://decisive-games.com/ggp/image2.png[/img][/url]

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Cool idea!

*
Rep: +0/-0Level 81
I'm on windows 7 and had this working now i'm getting MASSIVE errors... Any idea how to fix this?

Here is the major error i'm getting over and over: (OH AND IT GIVES ME EACH ERROR TWICE)

I have run as ADMIN, i've ran with compatability to VISTA and XP nothing worked, i've checked everything i can on my end. even went to your site but it will not allow the program to open and WORK properly...


Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts.
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at RmResource.Tabs.Tabs_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Cybele
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Cybele/Cybele.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
IniLib
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Cybele/IniLib.DLL
----------------------------------------
MySql.Data
    Assembly Version: 6.2.2.0
    Win32 Version: 6.2.2.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Cybele/MySql.Data.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

***
Rep:
Level 84
Yes, hoh my gawd!
The server was down. Its back up. Sorry about that.

*
Crew Slut
Rep:
Level 93
You'll love it!
For taking a crack at the RMRK Wiki
Neat idea.

I haven't tried it, but I may in the near future.

*
Rep: +0/-0Level 83
Its nice!
But it dont works for me :(.
I get the error when iam updating: Can't find Update167.zip
Do u now what to do :D.
Anyway, its a good idea!

***
Rep:
Level 84
Yes, hoh my gawd!
Dont bother with this program anymore. My computer crashed unexpectedly and erased everything on my hard drive and backup drive. I lost the database and source code for the program.

Sorry guys </3

***
Rep:
Level 84
Yes, hoh my gawd!
Woo! Epic grave diggin' I would just like to spread the word that this program is coming back from the dead. Only instead of a stand alone program, it'll be a web based one. This makes it so it can be cross platform. And I'll be including several engines. Including but not limited to..

RPG Maker XP
RPG Maker VX
Game Maker
RPG Maker 200/3

Ones that I'll possibly add
Unreal Engine
Unity
Stencyl
Express Game Maker

Cybele will be hosted over at http://decisive-media.net/