-
Posts
2,207 -
Joined
-
Last visited
-
Days Won
136
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by launchretrogirl2562
-
can browse this list https://www.1001fonts.com/rounded-fonts.html?page=5
-
@goofers Still making adjustments. That gradient needs work. Hope I can manage it with a gradient detector. Unless u say it's already usable for you https://color.adobe.com/create/image-gradient
-
Changed gradient a bit, and especially of letter F (was darker in original) And made the F and G little bigger
-
-
That should get you going. And u can still make requests in the clear logo thread of course if u so should choose.
-
-
@d8thstar : actually, i found these And I upscaled them and cut them to get rid of extra white space
-
I don't have the other two. I will have to make something or you can request one in the clear logo request forum
-
They are not banners. They are clear logos. u put them in their respective [platform name] folder [YOURDRIVE]:\Launchbox\Images\Media Packs\Platform Clear Logos So either in [YOURDRIVE]:\Launchbox\Images\Media Packs\Platform Clear Logos\Nostalgic Platform Clear Logos\Platforms or [YOURDRIVE]:\Launchbox\Images\Media Packs\Platform Clear Logos\Legacy Conversion Logo Pack\Platforms The name of the clear logo has to be the same as the platform name. U can check which mediapack one you are using in the theme manager
-
nah. That isn't necessary. Just help others as I helped u, thats more than enough reward for me.
-
didn't use google. The WII lightguns I made with some help from AI and finetuned them in photoshop, and the e-shop one I put together using photoshop. But thanks anyway, i'll glady accept the appreciation. I'll notch up those free pints๐
-
@d8thstar : There ya go. Thats all I got.
-
still looking for the others. Coming up
-
good to hear. Hope it keeps working. Else might be time for a beefier pc ๐
-
The Acorn Electron and the GamesDB
launchretrogirl2562 replied to kerszr's topic in News and Updates
-
@AlexDC22 : I have also uploaded all of these to the gamesDB. That way they won't get lost and for the benefit of everyone. But great work. They look absolutely fantastic.
-
I could only find two from the cgenie_cass that were not added. From the 330 games about 257 need the boot_type sequences,...the rest use the fall back (boot_default) in the lua to load the games. charedit = create_boot_type_2_sequence, charset = create_boot_type_2_sequence but these are probably negligible cause they aren't games. (Character Generator/Editor) Then one error I think I found in the lua. It references on line 167 geniepede = create_boot_type_1_sequence("G"), In the MAME SL cgenie_cass this game is called 'genieped', so the line should be genieped = create_boot_type_1_sequence("G"), <software name="genieped"> <description>Geniepede</description> <year>1983</year> <publisher>Ipswich Software Factory</publisher> <info name="author" value="R. Hamilton" /> <info name="usage" value="Type SYSTEM and load with G" /> <part name="cass1" interface="cgenie_cass"> <dataarea name="cass" size="3468"> <rom name="geniepede_part1.cas" size="3468" crc="6a0014d8" sha1="9f6c649b824e303d17cf26ed62310a8fcc9762c1" /> </dataarea> </part> <part name="cass2" interface="cgenie_cass"> <dataarea name="cass" size="5963"> <rom name="geniepede_part2.cas" size="5963" crc="22634e4f" sha1="e283b8ab4918f0bb6b929f32f42194704bf8fd1f" /> </dataarea> </part> </software> I've added the cgenie_cass.lua here @dsync89 : can u comment on my observations? cgenie_cass.lua
-
Oh, I will complete the existing lua dsync did. Will sent it to you when I finish it and will send it to dsync so he can add it to his github Cause I already have a xml parser that gets all the values, so not too difficult to complete the whole lua with everything in the cgenie_cass.xml
-
@spycat : I have a fully working electron script already. I wanted to make a dedicated post for that one. But I will send it to you through message. That way u can be my first testcase before I dedicate a new thread to it ๐
-
Never mind my earlier post. I investigated dsync's script. And I see that in his lua he has configurations for all the games. my bat script just read them from the cgenie_cass.xml So different approach with same result๐