Difference between revisions of "Talk:Follower tutorial2"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with 'Does anybody know how to get rid of the default grey portrait and create new ones for the followers?')
 
(CUSTOMIZED FOLLOWER’S PORTRAIT FOR DRAGON AGE ORIGINS PERSONAL CAIMPAINGNS: new section)
Line 1: Line 1:
 
Does anybody know how to get rid of the default grey portrait and create new ones for the followers?
 
Does anybody know how to get rid of the default grey portrait and create new ones for the followers?
 +
 +
== CUSTOMIZED FOLLOWER’S PORTRAIT FOR DRAGON AGE ORIGINS PERSONAL CAIMPAINGNS ==
 +
 +
This tutorial was developed to help users of Dragon Age Origins Toolset to customize the portraits used by player’s followers in Personal Campaigns.
 +
 +
We recommend extra care when using this guide, since it will be necessary to change some core files used by the game engine and there is no scripts assigned to customize them. We don’t want to mess things up, right?
 +
 +
'''1 – Find the necessary files'''
 +
 +
First you have to locate the file ''Portrait.xls''. Probably it will be found at ''Program Files/Dragon Age/Tools/Source/2DA''.
 +
 +
The ''Portrait.xls'' file columns are:
 +
 +
A – ID – A referenced line use by game engine as a key identification of the line;
 +
 +
B – Label – The name of the follower as it is seen in the game. Ex: ''Alistair'';
 +
 +
C – Tag – The creature tag used by the game to identify the follower.  Is it typed at the tag field when the creature is created at ''DAO Toolset''. Remember to look up for how to create a new creature at some other tutorials at this wiki;
 +
 +
D to O – These are the same variables to the choices you have at the Character Creator when creating a new player.
 +
 +
Then you have to locate ''ExcelProcessor''. This file is necessary to transform the ''xls'' file into a binary one that can be used by the game.
 +
 +
It must be located at ''Program Files/Dragom Age/Tools/ResouceBild/Processors''.
 +
 +
Finally, we also will need the file ''2da.erf'', at ''Program Files/Dragom Age/Packaes/Core/Data''.
 +
 +
This file will tell the game engine where to find the parameters for the follower’s portraits.
 +
 +
'''2 – Prepare custom files'''
 +
 +
You have to choose the parameters for your player’s followers’ portraits.
 +
 +
To do this, just add new lines at the portrait spreadsheet. Be careful not to override any of the existing lines to avoid problems at the game play through.
 +
 +
It is recommended that you make a copy of the original ''Portrati.xls'' file, just in case.
 +
 +
The last ID used is 43. So you can choose ID 44 for the first follower.  Try to use names different from the names listed at this spreadsheet for the columns B and C and copy the values of the others columns to the line of the new follower.
 +
 +
Pay attention to the names of the common characters to duplicate the parameters that suits you follower the best. Also feel free to try new combinations.
 +
 +
It is possible that the OS will not allow you to save the spreadsheet at this folder. If so, copy the ''Portrait.xls'' to another folder that you can write at.
 +
 +
Now it is time to transform the ''XLS'' file into binary ''GDA''. You will need the ''ExcelProcessor'' to do so.
 +
 +
If you are having problems to save your custom files, it is recommended that you make a copy of the ''ExcelProcessor'' to the same folder you made a copy of the ''Protrati.xls''.
 +
 +
To create the GDA file, just hold and drag the ''XLS'' file over the ''ExcelProcessor'' at windows explorer (if you are using Windows OS).
 +
 +
A copy of the ''Portrait.xls'' file will be made with ''GDA'' extension.
 +
 +
If your system firewall asks for permitions, please do so.
 +
 +
'''3 – Update the portrait at DAO Toolset'''
 +
 +
That is the part you should be “extra extra” careful.
 +
 +
Make a copy of the ''2DA.erf'', so you can restore things if something goes wrong.
 +
 +
Open toolset and chose ''File -> Open File''.
 +
 +
Look for the folder ''Program Files/Dragom Age/Packaes/Core/Data'' and click at'' 2DA.erf'' file to open it.
 +
You will be able to locate the line Portrait.GDA.
 +
 +
Right click over this line and chose the option ''Insert Resource''. It will open the explorer window, so you can upload your customized ''Portrait.gda'' file into the game.
 +
 +
When you select your file, a warning message will alert you that the core file will be replaced. Confirm that and the parameters you have just created four you own followers will be available at your personal campaign.
 +
 +
Thanks to Bioware Solcial Foruns to help me build this tutorial. I hope you find it useful.

Revision as of 19:12, 18 September 2010

Does anybody know how to get rid of the default grey portrait and create new ones for the followers?

CUSTOMIZED FOLLOWER’S PORTRAIT FOR DRAGON AGE ORIGINS PERSONAL CAIMPAINGNS

This tutorial was developed to help users of Dragon Age Origins Toolset to customize the portraits used by player’s followers in Personal Campaigns.

We recommend extra care when using this guide, since it will be necessary to change some core files used by the game engine and there is no scripts assigned to customize them. We don’t want to mess things up, right?

1 – Find the necessary files

First you have to locate the file Portrait.xls. Probably it will be found at Program Files/Dragon Age/Tools/Source/2DA.

The Portrait.xls file columns are:

A – ID – A referenced line use by game engine as a key identification of the line;

B – Label – The name of the follower as it is seen in the game. Ex: Alistair;

C – Tag – The creature tag used by the game to identify the follower. Is it typed at the tag field when the creature is created at DAO Toolset. Remember to look up for how to create a new creature at some other tutorials at this wiki;

D to O – These are the same variables to the choices you have at the Character Creator when creating a new player.

Then you have to locate ExcelProcessor. This file is necessary to transform the xls file into a binary one that can be used by the game.

It must be located at Program Files/Dragom Age/Tools/ResouceBild/Processors.

Finally, we also will need the file 2da.erf, at Program Files/Dragom Age/Packaes/Core/Data.

This file will tell the game engine where to find the parameters for the follower’s portraits.

2 – Prepare custom files

You have to choose the parameters for your player’s followers’ portraits.

To do this, just add new lines at the portrait spreadsheet. Be careful not to override any of the existing lines to avoid problems at the game play through.

It is recommended that you make a copy of the original Portrati.xls file, just in case.

The last ID used is 43. So you can choose ID 44 for the first follower. Try to use names different from the names listed at this spreadsheet for the columns B and C and copy the values of the others columns to the line of the new follower.

Pay attention to the names of the common characters to duplicate the parameters that suits you follower the best. Also feel free to try new combinations.

It is possible that the OS will not allow you to save the spreadsheet at this folder. If so, copy the Portrait.xls to another folder that you can write at.

Now it is time to transform the XLS file into binary GDA. You will need the ExcelProcessor to do so.

If you are having problems to save your custom files, it is recommended that you make a copy of the ExcelProcessor to the same folder you made a copy of the Protrati.xls.

To create the GDA file, just hold and drag the XLS file over the ExcelProcessor at windows explorer (if you are using Windows OS).

A copy of the Portrait.xls file will be made with GDA extension.

If your system firewall asks for permitions, please do so.

3 – Update the portrait at DAO Toolset

That is the part you should be “extra extra” careful.

Make a copy of the 2DA.erf, so you can restore things if something goes wrong.

Open toolset and chose File -> Open File.

Look for the folder Program Files/Dragom Age/Packaes/Core/Data and click at 2DA.erf file to open it. You will be able to locate the line Portrait.GDA.

Right click over this line and chose the option Insert Resource. It will open the explorer window, so you can upload your customized Portrait.gda file into the game.

When you select your file, a warning message will alert you that the core file will be replaced. Confirm that and the parameters you have just created four you own followers will be available at your personal campaign.

Thanks to Bioware Solcial Foruns to help me build this tutorial. I hope you find it useful.