You can find the codes in the toolset. There you can find all the items in the game. That will be much easier then somebody having to post a maaaaasive list here
Pretty much. The easiest thing to do is to just create a tiny custom module, place a merchant or chest with an inventory there, and then go through the items you want. There is a pretty good tutorial on how to create custom mods here.
Yeah, it is pretty easy to open up the toolset and sould not bring many troubles. I did it myself in the past to spawn in items which were bugged or similar and thus didn't appear as they should, or if I somehow lost a quest item.
im on a mac, so i cant access the toolset. can someone please find me the code for Chapter 1's Estate Ward Stone (the one Jemanie gives you to access the Snake Cult area). My game isn't allowing me to get this stone from him, so I'd like to generate it, rather than kill him.
Please start new threads to new questions instead of hijacking somebody elses thread. It will make it much more likely that people will see your question then can help answer it __________________ GameBanshee Moderator GameBanshee - Make Your Gaming Scream Forum rules
here is the code:1. in a bar above the quick bar write this:##DebugMode 1 (case sensitive), and hit enter 2.then write this:##dm_spawnitem x (replace x with code) the code is m1q5dpassstone like this ##dm_spawnitem m1q5dpassstone and hit enter