Difference between revisions of "Additional Supported DTA Values"
From RBN/C3 Documentation
Line 2: | Line 2: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | !Rock Band 3 Deluxe DTA values | ||
+ | |- | ||
|(author 'jnack') | |(author 'jnack') | ||
|- | |- | ||
Line 10: | Line 12: | ||
|(loading_tip 'Add a custom loading tip here') | |(loading_tip 'Add a custom loading tip here') | ||
|} | |} | ||
+ | |||
+ | You can also set the game origin in the DTA file. For example, to set the game origin as Guitar Hero World Tour: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Game Origin | ||
+ | |- | ||
+ | |(game_origin #ifdef CUSTOMSOURCE ghwt #else ugc_plus #endif) | ||
+ | |- | ||
+ | |(Version 30) | ||
+ | |} | ||
+ | |||
+ | <b>Note:</b> You must set the (Version 30) dta if you want to set the game origin. | ||
+ | |||
+ | Change the <b>ghwt</b> string in the example above to the game origin of your choice. | ||
+ | |||
+ | A full list of game origin dta codes is maintained on the hmxmilohax github here: https://github.com/hmxmilohax/rock-band-3-deluxe/blob/main/_ark/dx/locale/dx_locale_sources.dta |
Revision as of 00:01, 8 November 2023
Rock Band 3 Deluxe supports these additional DTA values:
Rock Band 3 Deluxe DTA values |
---|
(author 'jnack') |
(strings_author 'jnack') |
(keys_author 'jnack') |
(loading_tip 'Add a custom loading tip here') |
You can also set the game origin in the DTA file. For example, to set the game origin as Guitar Hero World Tour:
Game Origin |
---|
(game_origin #ifdef CUSTOMSOURCE ghwt #else ugc_plus #endif) |
(Version 30) |
Note: You must set the (Version 30) dta if you want to set the game origin.
Change the ghwt string in the example above to the game origin of your choice.
A full list of game origin dta codes is maintained on the hmxmilohax github here: https://github.com/hmxmilohax/rock-band-3-deluxe/blob/main/_ark/dx/locale/dx_locale_sources.dta