Asset Manager & Converter

 

 

Asset Manager Program: Asset Manager is a program that assigns parameters to certain entities/models in the game, such as vehicles, weapons, characters, game models, and animations.

 

.gdt Files: .gdt files are files that store the parameters assigned to the models/entities within Asset Manager. Usually we group the files corresponding to their purpose. Examples: “xmodel.gdt” – are the settings used static models. “weaponsettings.gdt” – are the weapon settings used in Single Player. “weaponsettings_mp.gdt” - are the weapon settings used in Multiplayer, and so on.

 

Converter Tool: Used to convert the entity/model along with the Parameters set in Asset Manager to a file COD can read and use. The converter also uses a cache folder which stores what has been done. So, future converts will not convert everything over again.

 

Converter NOTE (MUST READ): Only use “uoconvertor.bat” to run the “converter.exe.” “Uoconvertor.bat” is setup to use UO directory structure, and some of the settings used in UO are not in the original version of Call of Duty. If you don’t use “uoconvertor.bat” and run “converter.exe” you may experience an unpredictable error.

 

What kind of parameters can you manipulate? Well, depending on the type of asset you are modifying will determine what you can manipulate. For example: weapon settings, you can modify anything from their accuracy to setting the player’s sensitivity while in ADS (Aimed Down Sight) mode when prone and  what sound is used when putting the gun away. So, the only way to see what you can manipulate is to open up one of the .gdt files.

 

Quick Tutorial on next page…
Quick Tutorial:

We’re going to use a weapon as an example. Usually when modifying any files, we recommend you back up the original .gdt files, just incase you need to restore the original settings.

 

1. Open up Asset Manager. Things to notice, left side area, you see a list of options (aitype, bulletweapon, character, etc). This will determine the type of asset you are going to manipulate.

 

2. Go to File -> Open. Look for: “c:\root_of_game\uotools\source_data\weaponsettings_mp.gdt” Once found, select and open that file. You will notice nothing changed, but the file did in fact load. On the left hand side, where the list of “asset types” are located, select “bulletweapon.” This “asset type” modifies the weapons that uses bullets. Notice in the large empty box, it now has a list of weapon names (i.e. bar_mp, colt_mp, etc). Select “thompson_mp” in the list. Now you will see the right side of the program fill in with a good amount of drop down boxes and number modifiers. These are the properties you can manipulate that will effect only the “thompson_mp” (since that is selected).

 

3. In order to see what property does what. We recommend you adjust one setting at a time, but dramatically different than what it’s defaulted to. This way, when in game you will see the huge difference, and then tune it to how you want it. For our example, we’re going to manipulate the accuracy, when standing. So, scroll down till you see “hipSpreadStandMin.” Default is set to 1.8, lets change this to 6. Notice that “hipSpreadMax” is set to 8, don’t increase the number more than that. The desired effect should be, while standing, and not in ADS mode, the spread will be ridiculously huge. However, if you crouch or go prone you’re a lot more accurate, since we did not modify those settings.

 


4. Ok, let’s see the new settings in game. First, we need to save this file. Once saved, minimize or close Asset Manager. Now we must convert the settings to game files. Go to “root_of_game\uotools\bin” find and double-click on “uoconvertor.bat” You will see a dos-prompt window appear and some text in it.

 

5. If you happened to get an Error, you’ll be asked “Do you want to continue?” Go ahead and do so. Once done, you need to make sure all of your files are in their correct locations for it to work. Convert errors can occur when this is not the case. If not, restore your backup .gdt files and try again. If you didn’t get an error, and the dos window looks like it does above, then you are good to go.

 

Have fun!