Jump to content

Stupid Question


jallard

Recommended Posts

You couldn't use DAMM (DAO-Modmanager) to instll the nude mod anyway.

 

As for the console, the Wiki has some good directions which I will quote for you:

Make a shortcut to your "daorigins.exe" file (typically located in C:\Program Files (x86)\Dragon Age\bin_ship folder) on your desktop or Start Menu. Right click on shortcut, choose properties, then add the line in the *Target* field "-enabledeveloperconsole" (without the quotes) to the end of the shortcut and it should look something like:

 

"C:\Program Files\Dragon Age\bin_ship\daorigins.exe" -enabledeveloperconsole

 

Be sure that there is a single space between the last quotation mark and the -.

 

If you have the Steam version, go to your My Games tab and right-click on Dragon Age: Origins. In the General tab you will see a "Set launch options..." button. Click on it and add "-enabledeveloperconsole" (without quotes) to the start options field.

 

Another option is to edit the file data\DAOriginsLauncher.xml. This will allow you to run the game from it's normal shortcut but requires you to edit a game file which should be done carefully and not before taking a backup of the file. Find the line

 

"<condition name="FirstRunCheck" type="FileExist" file="${USERDATA_DIR}\SystemInformation.xml">".

 

The line below should be something like this.

 

"<true action="execute" file="${BINARIES_DIR}\DAOrigins.exe" path="${BINARIES_DIR}" autoquit="true" />".

 

Add an attribute arguments="-enabledeveloperconsole" to it make it read

 

<true action="execute" file="${BINARIES_DIR}\DAOrigins.exe" path="${BINARIES_DIR}" autoquit="true" arguments="-enabledeveloperconsole"/>

Link to comment
Share on other sites

You couldn't use DAMM (DAO-Modmanager) to instll the nude mod anyway.

 

As for the console, the Wiki has some good directions which I will quote for you:

Make a shortcut to your "daorigins.exe" file (typically located in C:\Program Files (x86)\Dragon Age\bin_ship folder) on your desktop or Start Menu. Right click on shortcut, choose properties, then add the line in the *Target* field "-enabledeveloperconsole" (without the quotes) to the end of the shortcut and it should look something like:

 

"C:\Program Files\Dragon Age\bin_ship\daorigins.exe" -enabledeveloperconsole

 

Be sure that there is a single space between the last quotation mark and the -.

 

If you have the Steam version, go to your My Games tab and right-click on Dragon Age: Origins. In the General tab you will see a "Set launch options..." button. Click on it and add "-enabledeveloperconsole" (without quotes) to the start options field.

 

Another option is to edit the file data\DAOriginsLauncher.xml. This will allow you to run the game from it's normal shortcut but requires you to edit a game file which should be done carefully and not before taking a backup of the file. Find the line

 

"<condition name="FirstRunCheck" type="FileExist" file="${USERDATA_DIR}\SystemInformation.xml">".

 

The line below should be something like this.

 

"<true action="execute" file="${BINARIES_DIR}\DAOrigins.exe" path="${BINARIES_DIR}" autoquit="true" />".

 

Add an attribute arguments="-enabledeveloperconsole" to it make it read

 

<true action="execute" file="${BINARIES_DIR}\DAOrigins.exe" path="${BINARIES_DIR}" autoquit="true" arguments="-enabledeveloperconsole"/>

 

 

I don't know what i did, but it is all working for me now?!? I really appreciate all of the time you took to help me. Thank you.

Link to comment
Share on other sites

  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...