Author Topic: NxL theme! [Release] new video!2-4-2017 Update  (Read 165511 times)

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #15 on: July 22, 2016, 01:56:05 PM »
is their anything special that needs to be done other then putting theme in layouts folder?
 did the modulus ..

when i load the theme it is broken with the giant list box down the center..thanks..

Updated post with information on new installs check to make sure all that lines up.

ArcadeBliss

  • Sr. Member
  • ****
  • Posts: 195
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #16 on: July 22, 2016, 02:00:36 PM »
Congrads on getting this out there

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #17 on: July 22, 2016, 02:08:57 PM »
formatting on post is a pain iv edited it like 3 times lol

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #18 on: July 22, 2016, 07:47:40 PM »
Thank you very much . It is great job.

There is some advice

1. Change listentry item to  Align.Right

Code: [Select]
gridc.num_t = fe.add_text( "[ListEntry]/[ListSize]", fe.layout.width / - 1.219, fe.layout.height / 1.618, fe.layout.width, fe.layout.height / 36 )
gridc.num_t.font = "Squares Bold Free";
gridc.num_t.align = Align.Right;


2. control length of Genre

 Write a function to control Genre in specific length

        "action": [ "action","platformer", "platform" ],
        "fighting": [ "fighting" ],
        "fighting": [ "fighting", "fighter", "beat'em up" ],
        "puzzle": [ "puzzle" ],
        "racing": [ "racing", "driving" ],
        "role playing": [ "rpg", "role playing", "role-playing", "role playing game" ],
        "shooter": [ "shooter", "shmup" ],
        "sports": [ "sports", "boxing", "golf", "baseball", "football", "soccer" ],
        "strategy": [ "strategy"]

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #19 on: July 22, 2016, 08:10:11 PM »
2nd question,

Where to download mame banner image pack ? Could you also provide it? Thanks.  :)

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #20 on: July 22, 2016, 08:24:07 PM »
if you mean mame marquee pack? they are not 100% clean tho, if you can get into the hyperspin artwork database they have alot of "clean" and redrawn artwork their

http://www.progettosnaps.net/marquees/

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #21 on: July 23, 2016, 01:33:49 AM »
if you mean mame marquee pack? they are not 100% clean tho, if you can get into the hyperspin artwork database they have alot of "clean" and redrawn artwork their

http://www.progettosnaps.net/marquees/

I find out some grids image from PopBottle   ;)  here's a pack of a little over 1000 Grid image

Could you provide your collection such as examu ? Thanks.

http://forum.attractmode.org/index.php?topic=787.0

https://www.dropbox.com/s/0q9ur4a9c31ulhr/Grid.rar?dl=0
« Last Edit: July 23, 2016, 01:53:13 AM by kent79 »

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #22 on: July 23, 2016, 02:29:33 AM »
not sure what your refering to? the images in this ui where made by me, so other then the ones in the mega back the 2.3gb download i dont have any further ones.

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #23 on: July 23, 2016, 03:07:22 AM »
not sure what your refering to? the images in this ui where made by me, so other then the ones in the mega back the 2.3gb download i dont have any further ones.

We can collect marquee image  (grid image ) as below site  :)

http://steambanners.booru.org/

http://consolegrid.com/


« Last Edit: July 23, 2016, 03:19:25 AM by kent79 »

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #24 on: July 23, 2016, 03:33:53 AM »
UPDATE - Small Bugfix, and some internal gui changes

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #25 on: July 23, 2016, 04:45:57 AM »
UPDATE - Small Bugfix, and some internal gui changes

Please fix Align of entry info issue as below sample. 

//add the game entry info
gridc.num_t = fe.add_text( "[ListEntry]/[ListSize]", fe.layout.width / - 1.21, fe.layout.height / 1.618, fe.layout.width, fe.layout.height / 36 )
gridc.num_t.font = "Squares Bold Free";
gridc.num_t.align = Align.Right;

ArcadeBliss

  • Sr. Member
  • ****
  • Posts: 195
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #26 on: July 23, 2016, 11:31:19 AM »
please add this theme to the themes gallery so noobs will be able to find it.

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #27 on: July 23, 2016, 01:31:54 PM »
Changes made,
Fixed text alignment on requset
Separated pad into padX and padY for custom spacing

keeo in mind the big upload file of 2.3 GB cannot always be updated so download the new version and apply it to that one thanks!

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #28 on: July 23, 2016, 05:50:30 PM »
I find out some bug on selected marquee - it doesn't show properly in sometime. Please fix it
« Last Edit: July 23, 2016, 06:12:02 PM by kent79 »

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
Re: Nesica X live theme! [Release] new video!
« Reply #29 on: July 23, 2016, 11:54:20 PM »
Not sure what is causing it, but increasing the zorder seems to have helped it occur less often new download with increased zorder
https://mega.nz/#!dw5ViKhI!wASlirwI2ryAmY3mjYVMNxtbxompq5sXDwsWZ9li8Po