Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - baddea

Pages: [1]
1
General / Re: Discord channel for theme builders and modders
« on: February 11, 2022, 07:37:50 PM »
I hope there is a link to a repository for themes that allows uploading of new themes, previewing, and downloading of themes, especially for public users.

The reason is that many links expired and it was difficult to contact the owner to update their links



2
Name : AM XboX360 theme



need improvement ...  8)


3
there problem when i try to convert hyperspin list that include (esrb, players ) in the database all information converted

except (esrb, players ) it is  not show in new romlist folder ...

how i can convert all information  and show them in in attract mode  romlist without any missing ?
 :'( :'( :'(

4
Scripting / Re: Genre / Category class and images
« on: July 01, 2018, 05:38:08 PM »
i want to add player number ,manufacture image using this script but it not working with me what i am missing ?
also i have problem to convert my players number from hyperspin list to AM All information convert except "players" i change it to "p" "mode"
the value is numbers . i want to view image player 1-4 in my front am if there anything can help ..

also i try to change this :

Code: [Select]
            local cat = " " + fe.game_info(Info.Category , var).tolower();
to

Code: [Select]
            local cat = " " + fe.game_info(Info.Players, var).tolower();

Pages: [1]