This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
71 lines (51 loc) · 2.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
SND EXTRACT
Mugen sound extractor by Popov Evgeniy Alekseyevich
Version 2.5.7
System requirements
36 kilobytes of free space on storage media.
Description and usage
This program lets you extract sounds from games that are built on the MUGEN game engine.
This program takes a target file name as the command-line argument.
Exit codes
0: Operation was successfully completed.
1: Can't open the input file.
2: Can't create the output file.
3: Can't jump to the target offset.
4: Can't allocate memory.
5: Invalid format.
License
This program is distributed under GNU GENERAL PUBLIC LICENSE.
Source code
The code was compiled under Tiny C Compiler.
But you can do it with any modern C compiler.
The source code can be compiled for a wide range of operating systems, but you need to create a makefile or a build script by yourself.
I provide only two things: the binary file for Windows and the makefile for Linux.
Install and uninstall under Linux
Follow these steps:
1. Extract the content of the source code archive.
2. Open a terminal and go to the source code directory.
3.
Run as root to install: make install
Run as root to uninstall: make uninstall
Contact
You can send me a letter at [email protected].
Version history
1.0-1.9.2.5: The internal unstable builds.
1.9.2.6: The first stable version.
1.9.2.7: The first public version.
1.9.2.8: The experimental build.
1.9.2.9-2.2.3: The stable branch.
2.2.4-2.3: The small changes.
2.3.1: The source code has improved. Linux support has been added.
2.3.1.0.1: The documentation has been updated.
2.3.2-2.3.5: The small changes.
2.3.5.1: The makefile has been updated.
2.3.6-2.3.9: The small changes.
2.4: A small bug has been fixed.
2.4.0.1-2.4.0.2: The makefile has been updated.
2.5-2.5.4: Small changes.
2.5.5: Visual C++ support has improved.
2.5.5.1: The documentation has been updated.
2.5.6: The small changes.
2.5.6.1-2.5.6.2: The documentation has been updated.
2.5.7: The source code was recompiled under Tiny C Compiler.