Jump to content

Recommended Posts

  • Engineer
Posted (edited)

In case I get a slightly larger audience here: I'd like to un-hash the file names used in Vicious Engine games (https://www.mobygames.com/group/8162/3d-engine-vicious-engine/) to their internal names. I was able to match a couple of hashes to internal names with the help of truncated strings in the VAG files. Another issue is that I don't know if the hashes are based on the lower case names or the mixed case names.

Is anyone able to find out how to match the last block of hashes to the names? Here are the matches I have together with the rest of the hashes and possible names in separate blocks:

0FAE0B2FA9B7AA8F	mus_vulpin_flyover		MUS_Vulpin_Flyover
2A54F4B3775906CA	mus_primus_lev2			MUS_Primus_Lev2
2B7408486EB17ACE	mus_lose_5			MUS_Lose_5
2DB135602ABB3F34	mus_kylmyys_flyover		MUS_Kylmyys_Flyover
6F4AD8D8B9E12640	mus_lose_2			MUS_Lose_2
7D05C1189473E7B7	mus_kylmyys_lev3		MUS_Kylmyys_Lev3
25B7FCDFE5E1BE0E	mus_primus_lev1			MUS_Primus_Lev1
32BDA7EFBC503E3D	mus_primus_flyover		MUS_Primus_Flyover
38E520D5ACE2E986	mus_win_2			MUS_Win_2
50E5DCEA159401FA	mus_win_4			MUS_Win_4
55A3F7DF805B7B39	mus_win_3			Mus_Win_3
73C60242FE9A3BAF	mus_vulpin_lev1			MUS_Vulpin_Lev1
90F3757064402C67	mus_piscciss_flyover		MUS_Piscciss_Flyover
405EC878A06258E8	mus_kylmyys_lev1		MUS_Kylmyys_Lev1
84862A207DDB03E1	mus_kylmyys_lev2		MUS_Kylmyys_Lev2
764607B08BEDA681	mus_ultimate_elimination	MUS_Ultimate_Elimination
A378F4EC5288CD1C	mus_vulpin_lev3			MUS_Vulpin_Lev3
B25D4E568583D7C6	mus_nullvoid_flyover		MUS_NullVoid_Flyover
BA4AFBE6D45A2162	mus_lose_3			MUS_Lose_3
D42CD9534490B183	mus_ben_10_theme_menu		MUS_Ben_10_Theme
D974DD449A99417F	mus_primus_lev3			MUS_Primus_Lev3
DBDC4EE1780F8C1B	mus_lose_1			MUS_Lose_1
EBEEAD584D452C80	mus_lose_4			MUS_Lose_4
F0C0F7CFDFD570A6	mus_vulpin_lev2			MUS_Vulpin_Lev2
F1A143F569CD72BE	mus_credits_rfp			MUS_Credits_RFP



mus_nullvoid_lev1	MUS_NullVoid_Lev1
mus_nullvoid_lev2	MUS_NullVoid_Lev2
mus_nullvoid_lev3	MUS_NullVoid_Lev3
3BED61C9B370F70B
9A2FD4D4AB8AECA5
66B305EA117A5461

mus_piscciss_lev1	MUS_Piscciss_Lev1
mus_piscciss_lev2	MUS_Piscciss_Lev2
mus_piscciss_lev3	MUS_Piscciss_Lev3
6E157B922BA1A2C2
0783D3E723D7D8FA
F90942D4F0DC60C8

mus_showdown_arena_1	MUS_Showdown_Area_1
mus_showdown_arena_2	MUS_Showdown_Area_2
48333908B5B0F78D
8B33F0F63B43FF13

All platfoms of the game this is from (Ben 10: Galactic Racing) use `.str` as file extension, so potentially that needs to be added to the un-hashed name strings as well.

Any help is highly appreciated!

Edited by AlphaTwentyThree

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...