ichris22 Posted April 14, 2020 Share Posted April 14, 2020 I'm trying to create some "bookshelves" you activate that display armor, weapons, potions, or ore/ingots. I followed this tutorial for make a bookshelf https://www.creationkit.com/index.php?title=Tutorial_Bookshelves to get a general idea and then tried making the ones I want. I'm pretty sure PlayerBookShelfContainerScript deals with what is able to be displayed and so I made a renamed copy of the script, added it to the container, and tried changing the akBaseItem from Book to Armor for the events OnItemAdded and OnItemRemoved. It compiled but now nothing can be added to the bookshelf container. I did remove the original script. I don't know much about scripting so I'm just wandering around blind any help with this would be appreciated! Link to comment Share on other sites More sharing options...
cumbrianlad Posted April 17, 2020 Share Posted April 17, 2020 Bookshelves are a pretty complicated set-up. I haven't pulled them apart in any detail but I suspect that you're going to need a lot more than altering one script. Each of the parts interacts with all the others. You'd need dummy weapons, armor positioned on your shelves. With help from some other people on this site I've got several unique display shelves working. these require a script, container, static versions of the items to be displayed and a pair of matching formlists. I can display any item I want with this set-up. If that sounds any use I could tell you in detail how I did it. Link to comment Share on other sites More sharing options...
Recommended Posts