Steven Lynn’s Blog

make small mirrors for galgame

2022-9-22178 words1 min read
The environment for this article is ArchLinux + wine

Cause

For the original game, the ISO file is usually downloaded online
For games that will verify dvd patches, you can mount them with cdemu.
Another problem arises, ISO files are generally very large, when saving, it is not cost effective to save one copy of the decompression and one copy of the ISO.
Introducing the concept of a very small image.
Here's how to make one under Linux.

Principle

According to this article.
To sum it up: delete the unwanted ones.

Tools

google search linux edit iso
based on
Here we use isomaster
official website

Steps

  1. open iso
  1. find the data, img, dll class file (size takes up the bulk and is not easy to determine the object)
  1. delete, save, try to mount the new file
  1. volume < 4M will be acceptable

内嵌动态解决方法
后,安装组件 allcodecs 和 lavfilters
 
Loading...