8000 GitHub - volt72/ddr-datatools: 573 to A20+
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

volt72/ddr-datatools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import DDR EXTREME (system573) songs to A20+

USAGE:

  1. Extract packages folder from ddrextreme_omnimix.rar to here

  2. Enable dotnet3

  • (offline) mount windows iso ADMIN CMD: dism.exe /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs /LimitAccess
  1. Extract dxsdk_aug2007.exe\Utilities\bin\x86 folder with 7-zip(Open Inside) to here
  1. Extract magick.exe and ffmpeg.exe to here
  1. pip install lxml typing_extensions

  2. Copy ontents\data\arc\startup.arc and contents\data\arc\thumbnail\jacket_thumbnails_ja_8.arc to here

  3. Run python3 ddromni.py

  4. Copy the resulting contents\ over your original

Note:

  • this is quickly thrown together and not done in an ideal way; please expand on it or get use out of it as is (I just add a few songs such as sode and cart, but 95 out of 454 will be used from packages if you leave all 454 in the folder. this shouldn't hit any buffer limits on A20+)
  • artist name is set to OMNIMIX for all added songs because artists are not in the Extreme package.json
  • background stage is set to 3 for all added songs
  • ffmpeg audio rendering offset is tweaked for Extreme. -ss 0.0507 will need to be something else for other games
  • do not use this on a network as the generated mcode IDs will not be unique
  • the diff levels may not be accurate (old_diff * 1.5 rounded down)
  • jacket aspect ratios are messed up
  • most preview volume is deep fried (tried to match original preview levels)

Thanks:

  • WF for extracted packages
  • DM for original arc tool and lz77 (extract)

About

573 to A20+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0