spycat
Members-
Posts
1,074 -
Joined
-
Days Won
9
spycat last won the day on April 10
spycat had the most liked content!
Recent Profile Visitors
8,726 profile views
spycat's Achievements
-
On LaunchBox 13.27 and noticed a file named Telemetry.txt in the root folder, a file I haven't come across prior to now. Any information on it's purpose?
-
I'm now on 13.27 and the List View missing headers issue in LaunchBox appears to be still unresolved. Closing LaunchBox (List View active) and then restarting LaunchBox opens in List View but with the headers missing. Switching to Images View and then reverting back to List View restores the headers. Testing done using the default theme.
-
For the TI-99/4A I use the Default Command-Line Parameters ti99_4a -ioport peb -ioport:peb:slot2 32kmem -ioport:peb:slot3 speechadapter -cart With proper softlist emulation (Remove file extension and folder path box enabled), the cart parameter can be dropped. To skip the intro screen and also auto-select the game option at the TI BASIC or game options screen you can use the expanded parameters ti99_4a -autoboot_delay 1 -ab \n\n\x32\n -ioport peb -ioport:peb:slot2 32kmem -ioport:peb:slot3 speechadapter -cart Increase the -autoboot_delay value if you prefer a longer look at the intro screen. To get a longer look at the choose TI BASIC or game screen add more \n entries.
-
Tried to get my customs bezels working on mame 0.286
spycat replied to eljulo25's topic in Game Media
You're more than welcome. Very nice Space Gun bezel you have by the way. -
Tried to get my customs bezels working on mame 0.286
spycat replied to eljulo25's topic in Game Media
I've just tested a few of my mame games using new artwork zips that contain the lay I posted together with game bezels renamed as bezel.png to match with the lay and all games opened fine with their bezels displayed. By the way, the diagonal lines you are seeing are usually caused by a naming mismatch between the png and it's reference within the lay. -
Tried to get my customs bezels working on mame 0.286
spycat replied to eljulo25's topic in Game Media
Unzip the attached new_lay.zip and try this default.lay file in place of your one. new_lay.zip -
How do you delete those damn folders?
spycat replied to PadeMoNiuM Prods's topic in Big Box Custom Themes
Same sentiments here. The automatic adding of irrelevant image sub-folders to those platforms that don't have any use for them is not very elegant. It would be nice to have the option of deleting them without the phoenix effect. -
I'm on 13.26 and having the same issue. I normally use Grid View but I just switched to List View and the headers are present. Closing LaunchBox (List View active) and then restarting LaunchBox opens with List View but with the headers missing. Toggling between views restores the headers. I use a custom theme, but testing using the default theme also produces the issue.
-
Same here. BigBox, however, correctly shows the option to update to the latest beta.
-
Yes, that's the correct order for the lays. I recall something on the forums about this issue with lays. I think it had to do with the bezel project and it was rectified by the creators.
-
Edit your lay as below by placing the screen section above the element section. <mamelayout version="2"> <element name="bezel"> <image file="bezel.png" /> </element> <view name="Bezel Artwork"> <screen index="0"> <bounds left="4.625" top="0" right="11.375" bottom="9" /> </screen> <element ref="bezel"> <bounds left="0" top="0" right="16" bottom="9" /> </element> </view> </mamelayout>
-
Can you post the lay file text?
-
If MAME is showing the game on top of the bezel instead of behind it, you may have an issue with the lay file structure.
-
@BlackPredator72 These are my lua scripts for the VG5000 tapes. vg5kLuaScripts.zip
- 9 replies
-
- 1
-
-
- dcvg5k
- philips vg 5000
-
(and 1 more)
Tagged with:
-
The lua and the command line listed works fine with Binary games that boot to Monitor and use LOG or BYE then LOG. Games that use CLOAD then RUN need to load in BASIC and this requires the basicpac cartridge. Mounting it in the command line (or as an ini in MAME) allows the BASIC games to launch. However, it causes an unwanted side effect in that now all games load via BASIC even Binary ones that by right should boot to Monitor. The Binary games still appear to load and play, oddly enough. Mind you, this is going against what the MAME hash states, so while Binary games can be launched via BASIC there may be hidden issues. Ideally, BASIC games should have the -cart basicpac parameter in the command line, but Binary games should not.