MaxouMask Posted April 18, 2020 Share Posted April 18, 2020 Hi everyone, For a little side project that I'd like to do, I'm looking for a way to retrieve the list of all the objects that exists in the game. To be exact I'd like to create a graph database of all the objects interactions (ie: This needs this and that, that can be obtain through that...)As far as I understood, I should be able to obtain that through the witcher script. When it comes to programming I'm no noob, but here I really don't know where to start. I've looked a bit at some existing mod that are interacting with some items but I have a hard time understanding when they're using some kind of API that would be provided by the game and when they're using some methods that they'd have created themselves (I looked at those files without using the the WitcherScript IDE would it make a difference ?) So I'm really looking for some pointers here, any help would be greatly appreciated. Thanks. Link to comment Share on other sites More sharing options...
kucingkucing Posted April 20, 2020 Share Posted April 20, 2020 (edited) open console, type witchcraft, then enterNOTE: This command could crash your game, or take a few minutes to fully execute. This command will give you one of each item in the game. Edited April 20, 2020 by kucingkucing Link to comment Share on other sites More sharing options...
Recommended Posts