Jump to content
OGXbox.com

leonv32

Members
  • Posts

    14
  • Joined

  • Last visited

leonv32's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Collaborator Rare
  • Week One Done
  • Dedicated Rare
  • First Post

Recent Badges

3

Reputation

  1. you copy the xtras pack(minus the roms) to the media folder, then go to configuration>change default directories>set media directories>media directory, and set the path to the media folder. The default media folder its in E:\, you can just change it to D:\media\ since its the current folder for the emulator
  2. those skins were made for the ressurection xtras packs, the packs are still online, I think, just drag and drop and you are good to go
  3. slowdowns in metaslug is normal, that's how real hardware is
  4. I think that its not possible to just copy directly from a audio CD like you do with a data CD, you must have some software installed that let you do that. for lossless audio you can use the FLAC audio format, I prefer mp3 with variable bit rate because of the portability. you can try this scrip with ffmpeg to convert to mp3 md converted for %%g in (*.cdda) do ( ffmpeg -i "%%g" -vn -ar 44100 -ac 2 -b:a 192k "converted\%%~ng.mp3" )
  5. converts all .mp3 files from the directory, just paste the code in a empty .txt file and change the extension to .bat, and it need ffmpeg.exe in the same folder
  6. Rice Video plugin its too old, its not compatible with that game. will only be playable with modern emulator plugins like glide
  7. I made a scrip, it will try preserve the most info from no-intro titles, and will handles dups also https://github.com/leov30/fatx-renamer
  8. md converted for %%g in (*.mp3) do ( ffmpeg -i "%%g" -acodec pcm_u8 -ar 22050 "converted\%%~ng.wav" ) this will do it, requires ffmpeg
  9. all neogeo and capcom games work fine with stock xbox you only required 128MB for CSP3 in finalburn legends, but there's another emulator for that: CPX3
  10. golden eye works fine in a stock xbox, just needs to setup the core to ULTRA HLE. if you have an overclocked xbox try the pj64 core with jttl and 6.12 video, golden eye seems to have issues with the 1964 core I tired to make a revival of the emulator by rebuilding all the configuration files https://www.emuxtras.net/forum/viewtopic.php?f=179&t=7615
  11. maybe if you find someone that got the video previews pack back when the downloads links were alive another way its to scrap the xmv from coinops massive
  12. you'll need to create pointers (empty files) for every ROM, I don't think the name matters, just needs to be in FATX format one thing that i don't like about coinops its that will only display videos, there's no image preview support another thing about coinops, its that the n64 emulator its very picky, its hard to know if a game its supported by the emulator best thing for building a custom coinops pack, its to download the massive* version and copy from there you can create empty files with this batch script: md pointers for %%g in (*.zip) do type nul >"pointers\%%g"
  13. you can play all neogeo, cps1, cps2 without issues in the old xbox, with either mame or finalburn. i made this webpage to display supported arcade games in the olg xbox http://leonv32.epizy.com/?i=1
  14. hello, i made this way back, its a shame to waste all the work i put into it. maybe you want to use it for you pack. i also have datafiles for mameoxtras and finalburn. https://www.emuxtras.net/forum/viewtopic.php?f=189&t=7470 https://www.emuxtras.net/forum/viewtopic.php?f=189&t=7464

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.