Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Having trouble making the skins appear in Dragon King  (Read 823 times)

0 Members and 1 Guest are viewing this topic.

rod

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 28
  • Last login:February 12, 2005, 10:07:28 pm
  • I want to build my own arcade controls!
Having trouble making the skins appear in Dragon King
« on: December 24, 2004, 07:50:09 pm »
i guess i have to create a folder for the skins,but where?Mame32,DK.....?
Now i'm running an old Dragon King ,do I have to upgrade to 9.0?
Howard if out there i need your help.Thanks a lot.

lucindrea

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 262
  • Last login:July 28, 2005, 10:06:19 am
  • I dont think I'm a llama!
Re: Having trouble making the skins appear in Dragon King
« Reply #1 on: December 25, 2004, 09:26:24 am »


look around in the templates dir of dk and you will see the dir struture of the default skin

mms332

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 20
  • Last login:October 13, 2006, 01:42:02 am
  • I want to build my own arcade controls!
Re: Having trouble making the skins appear in Dragon King
« Reply #2 on: December 27, 2004, 02:47:31 am »
Hi there! I started writing a short answer and ended up writing a semi tutorial on skins and game artwork file handling. Hope this will help other newbies as well. Enjoy.

Where Do I Put My Skins Folder?

Inside the folder where you extracted Dragon King you will find a sub-folder named "themes". Open this and create your skins folder there. If you want each emulator in Dragon King to use their own skins then the skins folder name has to be the same as the name you gave to the value "caption" for the virtual directory you created. For example, if your dirs.ini file has an entry like this:

Quote
[path]
logo=
caption=nintendo
useclones=0
searchstrings:5=NES
[/path]

Then your skin folder name has to be "nintendo" (without the quotes). Your emulator configuration file (in the cfgs folder) has to named "nintendo.cfg".


How to Make Your Skins Display Game-Related Artwork

Dragon King uses the same directory structure as in mame for artwork files. MAME has the following directory names:

  • snap - for screenshots of the games
  • titles - for screenshort of the title screens
  • flyers - for scans of promotional flyers
  • cabinets - for photos of the arcade cabinet
  • marquees - for pics of the rectangular marquee found at the top of the cabinet

There is another for shots of the artwork surrounding the joysticks and the monitor bezels, don't remember the names right now.

Dragon King automatically searches for these directory names under the artwork directory you specify. This can be found at the value "Primary Artwork Dir" in the dirs.ini file. You do not need to insert a path for each for the artwork folders. Only type the base folder where your game artwork is contained.

For example: Let's suppose you have a directory called "C:\artwork\nes\". This directory will hold boxscans, cartscans, screen and title shots of your roms. First thing you got to do is create subfolders in the nes dir so that the structure looks similar to this:

c:\artwork\nes
« Last Edit: December 27, 2004, 02:54:09 am by mms332 »