(Nearly) Unlimited ‘game_origin’ categories for TU4
Tagged: con tools, game_origin, song source, Xbox
- This topic is empty.
-
AuthorPosts
-
September 19, 2020 at 10:47 pm #398168
Okay, I apologize if this is already known knowledge and I am exaggerating my discovery. After having a heck of a time organizing my song library and just downright being annoyed that I couldn’t create my own on TU4, I did some digging.
Digging into the Rock Band 3 game files on xbox, I stumbled upon a file that seemed useful to me. This file was a dtb format so I used Nemo’s handy tool to convert it to dta. I began using this file to search for the known tags like:
‘rb1’ ‘rb2’ ‘lego’ ‘ugc’ ‘greenday’ ‘dlc’
I was very excited to learn that the file showed exactly what code would generate what text in the song source menu. I then discovered that there was additional ‘ugc’ tags that I had never seen before. They were sorted by various countries. For instance: (ugc_country_australia “Australia”)
So if you were to take a song and edit the .dta and change the game_origin line to:
(‘game_origin’ ‘ugc_country_australia’)
It will actually show up in game as being of the song source “Australia”. I did this for a couple of Beatles songs but used ‘ugc_country_uk’ to make it display “United Kingdom”. This was HUGE for me because as long as I knew what songs I assigned to different countries, I could easily make many more categories than I could previously.
I started digging a little more to see if I could find one appropriate for my “Rock Band Blitz” songs. I was unable to find one that made sense to me so I just curiously looked around the file for more “codes”. I then noticed that every single line in the file was structured in almost the exact same way. There was a code, followed by text in quotes to what the code would translate to.
I decided to get a little weird and found where the “accomplishments” were. A few examples of the text I found:
(acc_goldstarbass “100% Expert Bass”)
(acc_dlc_happyfaces “Happy Faces”)
(acc_charactercreate “Self-Made Dude or Lady”)I changed my particular test file’s dta to:
(‘game_origin’ ‘acc_realgoldkeys’)
which had the original line in the game file of (acc_realgoldkeys “Gold Stars Keys”)
This file is for EVERY single piece of text displayed in the game! (15 thousand+ lines)
The following link is the file I have been referring to:
https://drive.google.com/file/d/1ik9BNyoM7SkVZUaI0nWhFOcLLtkBVC1Y/view?usp=sharingI would love for people to go through this file and find the best represented categories or maybe just the funny things people got to display. This of course opens up a near endless amount of filtering options.
The last part of my post is a query/request. Is there a way to batch change dta files of CONs? It would be great if there was a tool in CON tools to load up a directory and batch change game_origin line of all the CONS in the directory.
September 19, 2020 at 10:59 pm #514240I don’t quite get what’s happening but this is pretty exciting news ” src=”/wp-content/uploads/invision_emoticons/default_SA_smile.gif” />
Edit: holy shit it works
Keeping the content Canadian since 2017!
SomeOldGuys: https://db.c3universe.com/songs/all/__user/someoldguys
MrPrezident: https://db.c3universe.com/songs/all/__user/MrPrezidentSeptember 19, 2020 at 11:27 pm #514241How do you have the image as part of your post and not just the link?
September 19, 2020 at 11:27 pm #514242–
September 19, 2020 at 11:35 pm #514243Keeping the content Canadian since 2017!
SomeOldGuys: https://db.c3universe.com/songs/all/__user/someoldguys
MrPrezident: https://db.c3universe.com/songs/all/__user/MrPrezidentSeptember 19, 2020 at 11:45 pm #514244Edit: holy shit it works
Those were my thoughts exactly when I tried it out just for the hell of it. ” src=”/wp-content/uploads/invision_emoticons/default_SA_biggrin.gif” />
September 20, 2020 at 1:08 am #514245Huh, so since the acc_ strings only refer to a line of text, you’re basically tricking the game into displaying that line just like how “rb1” refers to the text “Rock Band 1.” What an amazing find! Might break animations potentially, but that’s a fair trade off. Nice work ” src=”/wp-content/uploads/invision_emoticons/default_SA_smile.gif” />
EDIT: I wonder if any of these can display a stored character’s name? Might be a long shot and an impossibility, but perhaps naming a character “The Beatles” or something and then referring to that line of code if available might be an option.
September 20, 2020 at 1:15 am #514246I would take that trade-off. Obviously for songs that already have an assignment hard-coded in the game files, you would need to change the entry name and song_id before it would assign to someplace different.
I’m really excited about the potential for a batch dta editor to change several files to the same game_origin all at once!
September 20, 2020 at 1:20 am #514247Is it possible to reinsert an edited version of this file back into the game? I’m wondering what would happen if you changed something like (bandsecondname_30 “Pomeranians”) to (bandsecondname_30 “The Beatles: Rock Band”) and then referred a songs.dta back to it.
September 20, 2020 at 1:32 am #514248That would be really interesting, actually. Try to find some unused strings of text to overwrite with custom categories. I think all the country versions of ugc_ would qualify.
September 20, 2020 at 1:34 am #514249Watching this thread with great interest.
September 20, 2020 at 1:35 am #514250EDIT: I wonder if any of these can display a stored character’s name? Might be a long shot and an impossibility, but perhaps naming a character “The Beatles” or something and then referring to that line of code if available might be an option.
That could potentially be a nice work around without actually trying to edit game files.
September 20, 2020 at 1:46 am #514251It seems that “%s” refers to all variable factors such as scores, goal names, band names, and profile names in different strings. (char_header “q%sq”) and (current_band “Current Band: %s”) refer directly to user-created names, but having a songs.dta refer to something like this would likely crash the game.
September 20, 2020 at 2:13 am #514252As some of us have discussed, you do know that you can manually change the genre to any text that you want. Then simply filter by genre and it basically accomplishes the same thing.
don’t get me wrong, I hope you find more info about this because it’s always nice to have more than 1 option for sorting/filtering.
September 20, 2020 at 2:20 am #514253Unsure if this is the same on 360/PS3, but I just discovered on Wii that literally any text can go in the game_origin area and display just fine. I don’t see why this wouldn’t also work on other platforms unless I’m missing something here.
-
AuthorPosts
- You must be logged in to reply to this topic.