Aller au contenu

Photo

Console codes for items?


  • Veuillez vous connecter pour répondre
5 réponses à ce sujet

#1
ThrullX

ThrullX
  • Members
  • 4 messages
Hey,

I'm kinda curious if the console codes for the items in the game have been released. I've checked google and can't seem to come up with anything. Basically, I want to be able to add items to my inventory. Seeing as the game can do this, I assume there is some sort of console code that would allow the same thing to happen.

Thanks.

#2
CybAnt1

CybAnt1
  • Members
  • 3 659 messages
No, there are some console codes to add some kinds of items, but no console code that can add any item to your inventory.



Awakening has a debug room you can enter via console code with every Awakening item in it (and a lot, but not all, from Origins).



The best solution I've found in Origins is the AIS Emporium mod, which has every item in the game that's not DlC/promo, at no cost.




#3
ThrullX

ThrullX
  • Members
  • 4 messages
Excellent. That's a fine workaround. Thank you very much.

#4
Guest_MessyPossum_*

Guest_MessyPossum_*
  • Guests
There's also a console Additem mod out there thought I haven't tried it.

http://www.dragonage...ile.php?id=1131

#5
Schwinni

Schwinni
  • Members
  • 921 messages
I have written an additem script for myself also, but it's really pain in the ass to do that because you cannot create a resource object by giving a string dynamically.
Because of that you have to do hardcode EVERY SINGLE item by its tag and then do a if/elseif for the item codes given to the script.
My script is 3000 lines of if/elseif blocks and you have to update it whenever new items shall be addable by the script. That's why I don't release it and have much respect for hdhd for maintaining his script.

Please BioWare, provide a constructor for a resource with the next Toolset update, so that we can use
resource res = new resource(string);

#6
K-Town

K-Town
  • Members
  • 9 messages
Is there a code to retreive mod items installed that do not seem to show up in the next game you start? Cause i have several mod items installed but they show up only on one character I made. My dwarf, female noble, and dalish mage did not get them in the inventory like they should when i save and restart the game.