Author Topic: [WIP] NES mini theme  (Read 18357 times)

verion

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 861
    • View Profile
    • new projects
Re: [WIP] NES mini theme
« Reply #15 on: March 18, 2017, 11:05:29 AM »
Can you add mame to the accepted emulator list?

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #16 on: March 18, 2017, 01:16:44 PM »
Can you add mame to the accepted emulator list?

Yes sure pal , let me take a look and i will post again when i have it done

qqplayer

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
Re: [WIP] NES mini theme
« Reply #17 on: March 18, 2017, 03:04:43 PM »
Bjose , awesome work.

Have you ever think about doing something like this:

Code: [Select]
// Load image based up emulator
local system_art = fe.add_image("system/[Emulator]", flx*0, fly*0, flw, flh );

I dont know if this can help you in some way  :)

Thanks another time , your layout is beautiful.

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #18 on: March 18, 2017, 03:50:25 PM »
@qqplayer

thanks for the suggestion,  sure there is a simple and more elegant solution but well im pretty noob with AM and unit I can Learn better tricks i will stick with the switch mega block :P

but of course i will check for a better solution  ;)

I updated the first post again  ;D

Thanks and Kind regards
« Last Edit: March 18, 2017, 03:53:45 PM by bjose2345 »

madsheep

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: [WIP] NES mini theme
« Reply #19 on: March 19, 2017, 03:55:34 PM »
same sort of buffer to eliminate the delay on scrolling?

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #20 on: April 01, 2017, 03:03:38 PM »
same sort of buffer to eliminate the delay on scrolling?

I could fix the delay thing, it was something related to the movement in the conveyor code, anyway i will update a recent version after i could add some more new things and improve some other details in the code

SirRandallGaming

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: [WIP] NES mini theme
« Reply #21 on: April 04, 2017, 01:15:16 PM »
Nice work just a quick question and I know I am doing something wrong why does my screen look like this? I am on retropie 4.2

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #22 on: April 04, 2017, 02:49:34 PM »
i dont think the 4.2 version have anything to do with that, it looks like more none of your emulators match the list of accepted emulators, try to rename or create one and check this list

http://forum.attractmode.org/index.php?topic=1504.msg10682#msg10682

or you can just change the name in the code to match yours

im working in a default background So this doesnt happen

sadoway

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: [WIP] NES mini theme
« Reply #23 on: June 06, 2017, 09:57:41 PM »
is there a proper way to set up the controls.. instead of guessing the way to set up. unless im missing something

popoklo

  • Full Member
  • ***
  • Posts: 50
    • View Profile
Re: [WIP] NES mini theme
« Reply #24 on: June 09, 2017, 08:23:29 AM »
i have a hint :)

youre casing "MAME". my Display Name is "mame". so it was not recognized.
For those who have a black Screen look for Case Sensitive Displeyname or Change the .nut Switch case "MAME" Thing.

greets

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #25 on: June 10, 2017, 04:06:22 PM »
is there a proper way to set up the controls.. instead of guessing the way to set up. unless im missing something

Well im trying to use only 3 buttons and those are:
Select = select, launch game, add/remove games, any action in general
Back = back to the last screen (in most case back to the main display screen)
Custom (any from 1 to 6) = with this you change to the mode menu, disable the main carousel and you can only move in the menu part, if you wanna leave and get back to the main carousel, press it again.

I still developing this theme (most for fun and keep practicing with squirrel and AM) but the davbrac one is more complete than this ( and it looks better too ::) )
« Last Edit: June 10, 2017, 04:08:52 PM by bjose2345 »

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: [WIP] NES mini theme
« Reply #26 on: June 14, 2017, 11:31:57 AM »
Having a problem setting up the controls..sorry for being dumb  :-[ could you post the set up please?


Also I wanted to ask
1. would there be a way to show the controls for the game...kind of like CP wizard?  Guess it could a still snapshot of a controller with what the buttons do.

2. Any way to add the manual like on the nes mini? (there are manual pack out there :P )
3. How about changing the theme music/sounds for the different systems?

Just suggestions..yeah I know it's a lot sorry :P
People want life easy..then complain about it

bjose2345

  • Sr. Member
  • ****
  • Posts: 107
    • View Profile
Re: [WIP] NES mini theme
« Reply #27 on: June 14, 2017, 02:39:58 PM »
To set up the control, you only need to hit the TAB button, got to controls and set/configure the next buttons

Back, Select and Custom1 (you could use 1 to 6, but only one is used)

after that go to Display, select any system that use this theme, and from there to layout option, just right there you can configure what custom button you want to use (from the previous step) to call the theme's menu (upper icons).

about the rest, well let see.

1. would there be a way to show the controls for the game...kind of like CP wizard?  <- really dunno maybe it does but need time to search about it.

2. Any way to add the manual like on the nes mini? <- you can point me to an example here so i can check it out
3. How about changing the theme music/sounds for the different systems? <- Yes i can do that, the only problem is the size with all the images, systems and now a unique music for each system it could be a problem (a very simple example, 42 systems each one with a diff music of 1mb , well 42mb only in music  :P)

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: [WIP] NES mini theme
« Reply #28 on: June 14, 2017, 08:40:51 PM »
ok I'll try that for the control set up thanks :)

1. would there be a way to show the controls for the game...kind of like CP wizard?  <- really dunno maybe it does but need time to search about it.

Yeah I was thinking like just a snap...In fact I think I have a bunch for mame that i made using CP wizard..I'll look into it..

Any way to add the manual like on the nes mini? <- you can point me to an example here so i can check it out

here is a video of the nes mini ui... 0:23 - 0:28
https://www.youtube.com/watch?v=dgpBhguhGuk

Yeah it's a QR code but like I said some places have manual packs to download...

as for 3....yeah I thought about that myself :P but maybe make it an option for people to use if they want to?

like you said 42 systems..and they are trying to get dreamcast and Saturn and 3DO to run on a pi! guess you'll need a hard drive at some point.. :P
« Last Edit: June 29, 2017, 04:03:25 PM by akafox »
People want life easy..then complain about it