Jump to content
LaunchBox Community Forums

sundogak

Members
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by sundogak

  1. There was one or two non-arcade I found (puzzle, fighting) but not a complete set. Will see what can work up but may not be until next weekend.
  2. Almost all those have been done prior in this thread or in Vikings original zip files in first post.
  3. Hacks: Page 42 has a bunch hack logos including Nintendo 64 both blank and non-blank version mid-point in page. Page 48 towards end of thread has another style with hack N64. Another style here On the genre logos most with those were done with "Arcade" style. See end of page 41 (others are scattered). If don't want arcade text on bottom not sure on if those genres from Unified were done yet.
  4. Here is a PlayStation Network one using current style logo:
  5. The default MAME keys are Left Shift F7 to save state and F7 to load state. Each is then followed by a number to select which slot. LB uses these as the default key commands and slot 1. So if you changed mapping in MAME you would need to update your settings in LB accordingly. Go into edit emulator and look at the Save State and Load State blocks. Those are what LB uses when doing things through the LB Pause menu.
  6. Copy the folder to whatever location you want. Then update LB via the edit platform option and change the paths to the media accordingly:
  7. Just delete the folder or rename it (best to do, then delete later if works as you wanted). Just close LB/BB prior to make sure no files are locked but otherwise won't mess anything up.
  8. Here is a quick one. Wasn't sure if wanted the "2" in there so have both.
  9. There is an FX3 logo posted in the thread along with FX3 category rings as well.
  10. same process as above with: --exec="launch WoWC" You do have to toggle if Burning Crusade or WOW classic directly in the launcher first. All the various commands listed here
  11. If using for MAME arcade games vs software list (formerly MESS software), I would try unchecking remove quotes and remove file extension box and see if that is issue. Would also disable startup screens while troubleshooting.
  12. Nope. But to speed it up, you can right click on download button, select save as link, and then that will keep the Download listing open versus clicking the button which closes out the window completely. Then you can just go down list and "save as link" and will download multiple at time.
  13. Those screens you see are exactly how the real game booted up when turned off/on so has nothing to do with the MAME version or the romset. If you are seeing videos where it boots right into game screen that is because they have save states (likely) turned on (not all games have this ability). Then the game boots to the last memory state versus booting up from scratch thereby skipping some of the screens you reference such as Galaga. You can toggle it on by editing your Mame.ini file and looking for "Autosave" entry. Note you cannot use this with the LB high score feature. it doesn't work with all games, and everytime you update your MAME.EXE it will reset the save state back to full startup.
  14. As said, you need to edit the theme files to do what you want. It means you have to know a bit about the coding of the theme. You can also break stuff so make sure you backup your theme first before messing with the XAML files. It isn't as simple as a toggle option in the theme since you are editing the base view code. The Sony Playstation XAML that generates that block is under Views folders within each XAML. The code is that generates that block is here: Removing the blocks will likely do what you want but realize you are editing the code of the theme (see backup caution above). Also, each view has to be edited unless you stick to one only (i.e., Platform 1 ..2..3 ..or Text View..1..2.3). You would also need to do for EACH platform you have but once you figure the blocks you want gone then should be rinse and repeat for the others.
  15. I would double check the installation section on the theme and make sure you have the files in correct locations. Refried is older theme (but I still use) so there are some steps you may have missed along the way, particularly if using the addons.
  16. They are under Slider Controls - Tab Key by default
  17. For the Disc, you can turn that off by changing the view in Big Box with whatever key you have mapped to "Switch View". You can see what assigned to your controller by going into Big Box Options, Controller Mappings, Switch View. It then toggles between disc, rotating disc, and no disc as I recall. For the info on the bottom, that isn't an option so you would need to edit the theme files to do so. You have the Refried "addon" graphics so the graphic with controller is located here: ..LaunchBox\Themes\Unified Refried\Images\Theme\Addons\_Consoles\Sony PlayStation There are a couple of "ALTS" in a folder one of which is just a plain border with no PS controllers. You then would need to rename the original (circled below) and rename the ALT graphic to the default no art file name.
  18. HLSL is controlled (primarily) via your MAME.ini file around line 363. # # DIRECT3D POST-PROCESSING OPTIONS # hlslpath hlsl hlsl_enable 1 hlsl_oversampling 1 hlsl_write auto hlsl_snap_width 640 hlsl_snap_height 480 shadow_mask_tile_mode 0 shadow_mask_alpha 0.1 shadow_mask_texture shadow-mask.png shadow_mask_x_count 12 shadow_mask_y_count 6 shadow_mask_usize 0.5 shadow_mask_vsize 0.5 shadow_mask_uoffset 0.0 shadow_mask_voffset 0.0 distortion 0.0 cubic_distortion 0.10 distort_corner 0.0 OpenGL shaders are around 298. # # OpenGL-SPECIFIC OPTIONS # gl_forcepow2texture 0 gl_notexturerect 0 gl_vbo 1 gl_pbo 1 gl_glsl 0 gl_glsl_filter 1 glsl_shader_mame0 glsl\crt-easymode-halation\linear glsl_shader_mame1 glsl\crt-easymode-halation\blurx glsl_shader_mame2 glsl\crt-easymode-halation\blury glsl_shader_mame3 glsl\crt-easymode-halation\thresh glsl_shader_mame4 glsl\crt-easymode-halation\easyh glsl_shader_mame5 none The other files you mentioned such as raster.ini and vector.ini can be used to load custom settings only for those particular system types. They take priority/override what is in your MAME.INI if they are located in your INI folder. If you wanted special settings that only apply to raster games, you can have those included in the raster.ini file (you only need to put the deltas from the MAME.ini). Correspondingly, an INI named after the game will take priority for settings over the MAME.ini (qbert.ini as example). The MAME docs go into more gory detail on ini order priority here
  19. There are couple ways to do it but if go the logos per theme route then they go here and need to be titled to match your category to be picked up:
×
×
  • Create New...