Jump to content

Enable Console - Please Help


JOJJEHBG

Recommended Posts

First off i have looked over the Dragon age wikipage about console tried all of it and it still wont work

 

i have patch 1.03 if thats a problem

 

im from Sweden So i Dont have a keybord that looks like the US

 

i downladed the Make CONSOLE commands visible mod and it's not that i can't see it i press my designaded console button (in this case Control + Y) but nothing happens

 

when i was in KeyBindings.ini and mixing i noticed just below OpenConsole_0 it said OpenConsole_1 i dont know if its suppose to be there or not tried changing the UNASSIGNED on OpenConsole_1 to Control + Keyboard::Button_Y didint do any good

 

i am really frustraded now just want AddItem Script mod so i can add Grey Warden Runic Armor and Rashanta's Armory beacuse Disableing it and enableing it dosen't work

 

Any good People out there who would like to help a gamer in need

Link to comment
Share on other sites

Heyas JOJJE-

I'm thinking that its something in the way that you've got the code there in keybindings.ini

Could you copy and paste the code (just the area for the console, don't need the entire thing) so that we can take a look at it and see if we can figure it out?

 

Now one thing that I'm not sure of, is whether or not the console can recognize a dual key to initialize it. I have mine set up for the tilde (~) key, and it will not activate if I hold the shift while hitting the ` key. If I press JUST the ` key, it starts up just fine. Even tho I have the code entered correctly into the .ini file.

So before pasting your code, you might try setting it up to only use one key, instead of two.

Link to comment
Share on other sites

Thank you DarkeWolf you made me look over my steps and i found the problem feel kind of embarrassed it was such a simple mistake

 

OpenConsole_0=(Control + Keyboard::Button_Y)

OpenConsole_1=(UNASSIGNED)

 

you might see where the problem lies i keep the () now they are gone and it works

 

ps wow quick response pat yourself on the shoulder i thought i would have to wait a day at least

Link to comment
Share on other sites

Hey cool, I'm glad to see that you got it sorted out.

Aha, yeah... I see what the problem was. You had it something like

ActivateQuickslot1_0=(Keyboard::Button_1)

where it needed to be

ActivateQuickslot1_0=Keyboard::Button_1

(granted that's not the same line, but I just grabbed one real fast. same principle)

 

Cool deal :thumbsup:

Ah well, its all a learning experience, and even the really small things can cause an entire line to be botched when working with code. I'm just glad to see that you got it sorted out. That, and there's always more sense of accomplishment, when you figure it out yourself :wink:

 

Hahaha, well, I guess it was just good timing :smile:

But I'm glad to hear that you got your console working. Enjoy :smile:

Link to comment
Share on other sites

  • Recently Browsing   0 members

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