Skip to content

UbiArt idtable.idt file generator that can be used for modding Just Dance, and (probably) other UbiArt games.

License

Notifications You must be signed in to change notification settings

wukko/ubiart-id-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ubiart-id-table

UbiArt idtable.idt file generator that lets you add new bundles to UbiArt games that use IDTable as way to verify file download completion. More often used for modding Just Dance 2017 on PC.

Why?

idtable.idt file contains a list of bundle path hashes. UbiArt games that let you play before download is complete use this file to check file download status. If IDTable file is missing and/or corrupted, there's no way for game to verify consistency of downloaded files and the game will see bundles as "not yet finished downloading". This script lets you overwrite official IDTable to let the game load unofficial bundles.

Supported games

  • Just Dance 2017 PC
  • Probably Just Dance 2015 - 2022 on PS4 and Xbox One
  • ...maybe some other UbiArt games that let you play before download is done

How to use it

This script doesn't depend on any external modules. All you need is Python 3+.

  1. Download generateIDTable.py
  2. Copy downloaded file to desired game directory
  3. Run it by opening command prompt or terminal in directory and running py generateIDTable.py
  4. Good job, you have successfully bypassed the annoying bundle limitation!

You can also use this script as a module (like I usually do).

Customization

You can change default values in the generateIDTable.py file to match your modded game.

Credits

UbiArt CRC32 Python implementation by InvoxiPlayGames.

About

UbiArt idtable.idt file generator that can be used for modding Just Dance, and (probably) other UbiArt games.

Topics

Resources

License

Stars

Watchers

Forks

Languages