this post was submitted on 28 Aug 2024
8 points (90.0% liked)

Linux Gaming

15585 readers
60 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Hey guys, Recently I wanted to play Claw but I lost my old cds. So I decided to get the game from Internet Archieve.

When downloaded I got these files from it

  • CLAW_2018_meta.sqlite
  • CLAW_2018_meta.xml
  • CLAW.BIN
  • CLAW.CUE
  • __ia_thumb.jpg
  • Claw_1997_Game_Cover.jpg

I have no clue how to use theses files. If it is possible to convert to an exe, then I might be able to run through bottles.

Thanks for all the help

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Malix@sopuli.xyz 5 points 1 month ago (1 children)

the bin and cue files are a cd/dvd image. IIRC you can't mount those directly, but you can convert them to iso with bin2iso (there are probably other tools too)

iso file you can mount something like mount -o loop /path/to/my-iso-image.iso /mnt/iso and then pull the files out from there.

As for directly pulling files out from bin/cue.. dunno.

[โ€“] ICastFist@programming.dev 1 points 1 month ago

I'd expect linux to have some way to extract a .bin image file or open it in a file explorer, even windows can do that. The .cue can be opened with a text editor, it's just a bit of text indicating where tracks begin and end on said .bin image