Version: 1.00
Release history
Scripts to manage distribution data, i.e. game assets, executables etc, for Pump It Up games.
- Distribution data integration checks to verify your data packages for deployment are fine.
- Game asset integration checks to verify if the actual game assets are fine.
Place all distribution data in the corresponding version sub-folders in data
.
To check if everything's placed correctly and verifying distribution data integrity:
make check-dist-data
Check the output for any errors indicating a file is missing or for incorrect checksums.
Furthermore, you can check the integrity of the game assets inside the distribution packages. Note that this might
take a very long time and needs a lot of drive space. The script unpacks every game.zip
temporarily, generates MD5
sums and compares them to tables within this repository. If you have the game data already unpacked, you can put the
game
folder and it's contents next to the game.zip
file. The script will pick-up the folder instead, now.
make check-game-assets
This part is only relevant for contributors.
To create a new list of checks for the distribution data, i.e. packaged/zip'd data:
# NX2 as an example here
make create-checksum-dist-data-20_nx2 > checksum/dist/20_nx2.md5
For the game asset checksums which unpacks the game.zip
file and generates checksums of the contents:
# NX2 as an example here
make create-checksum-game-assets-20_nx2 > ./checksum/game/20_nx2.md5
Latest game assets and executables that are dumped and recommended to be used for regular play.
- 01_1st:
0.53.1999.9.31
- 02_2nd:
Dec 27 1999
- 03_obg:
v3.03
- 04_3se:
R4/v3.25
- 05_tc:
R5/v3.43
- 06_pc:
R5/v3.52
- 07_extra:
R4/v5.10
- 08_prem1:
R6/v4.01
- 08_prem1braz: ---
- 09_prex1:
REV2/101
- 10_reb:
2002
- 11_prem2:
2002
- 12_prex2:
2003
- 12_prex2beta: ---
- 13_prem3:
2003.P3
- 14_prex3:
X3.1.MK3
- 15_exc:
20040408
- 16_exc2:
102
- 17_zero:
103
- 18_nx:
108
- 20_nx2:
1.54
A list of revisions of each game version that are known to us and/or dumped.
0.53.1999.9.31
Dec 27 1999
v3.03
R4/v3.25
R5/v3.43
R5/v3.52
R4/v5.10
tester
R6/v4.01
REV2/101
2002
2002
2003
2003.P3
X3.1.MK3
20040408
20040325
20040316
loctest
102
102 Mini
102 MEX
101
103
102
101
108
105
104
1.56CN
1.56KR
1.54
1.50
Refer to CONTRIBUTING.
Source code license is the Unlicense; you are permitted to do with this as thou wilt. For details, please refer to the LICENSE file included with the source code.