Show Your Support

If you like the things I make and want to help, do it through social media by hitting the like, subscribe, share, or follow buttons. This will help you stay up to date with the latest releases, and you might even get some sneaky previews of upcoming systems.

You can also show your support on Patreon to gain early access to unreleased plugins, an example project showing how to set things up, and a commercial license for all free plugins!!

Games & Mods

Websites

Software

RPG Maker Collections

Tweeter Food

About Me

My name is David, I'm a self taught software engineer from Glasgow, Scotland.

I have always been technically creative and extremely interested in learning how things work. For a number of years I have created custom systems for the popular RPG Maker game engines. I have also created windows dll files, ruby extensions, custom game launchers, http & api frameworks for use by indie game devs, custom applications for windows and android, and a small number of arduino projects/libraries. Recently, I have decided to share more of the processes involved in the work I create. So, with that being said, I hope you enjoy what I do!

Basic Online Highscores

Ever wished your game could have an awesome online high-score leader board? Perhaps you want to hold a record of who can complete your game the fastest, or maybe for the highest damage dealt to each boss within the game? Well wish no longer, for this system does exactly that and not only does it allow one or two high-score lists, but it allows as many as you wish to create. Each list can even have their own unique style, layout and even how the list is ordered. For example, you may want to show one list ordering values (scores) from either lowest -> highest or perhaps highest -> lowest.

You are able to easily utilize a number of database types including CSV (Microsoft Excel Comma Separated Values file) and SQL (Structured Query Language) databases with minimum effort. Personally, I prefer using CSV files for holding highscore information but I have included both options to satisfy all preferences. Additionally, you could - if you so wanted - use regular .txt files to store the information. Along with the expected RPG Maker VX Ace scripts, there is also a number of scripts for server side processing (PHP code) and numerous example high-score lists (both CSV and SQL example databases included).

Plugin Code

Server Code

        

Show Your Support

If you like the things I make and want to help, do it through social media by hitting the like, subscribe, share, or follow buttons. This will help you stay up to date with the latest releases, and you might even get some sneaky previews of upcoming systems.

You can also show your support on Patreon to gain early access to unreleased plugins, an example project showing how to set things up, and a commercial license for all free plugins!!

Games & Mods

Websites

Software

RPG Maker Collections

Tweeter Food

About Me

My name is David, I'm a self taught software engineer from Glasgow, Scotland.

I have always been technically creative and extremely interested in learning how things work. For a number of years I have created custom systems for the popular RPG Maker game engines. I have also created windows dll files, ruby extensions, custom game launchers, http & api frameworks for use by indie game devs, custom applications for windows and android, and a small number of arduino projects/libraries. Recently, I have decided to share more of the processes involved in the work I create. So, with that being said, I hope you enjoy what I do!

© DekitaRPG 2013..