The Elder Scrolls V: Skyrim is an action role-playing open world video game developed by Bethesda Game Studios and published by Bethesda Softworks. It was released on November 11, 2011 for Microsoft Windows, PlayStation 3 and Xbox 360.
3
votes
0answers
72 views
What record stores the inventory in a Skyrim savegame file?
For The Elder Scrolls V: Skyrim, I'm looking for a way to read the player's inventory without having to go into the game to do it.
I've scoured the pages from the UESP wiki on save file format but I ...
0
votes
0answers
62 views
Skyrim/Papyrus: Random Actor Patrol
I saw this question and was hopeful to find the answer to my question, but no such luck:
How do I make someone walk in Skyrim?
I want to, using papyrus ONLY, make Actors that I spawn to travel/patrol ...
5
votes
0answers
425 views
How to make animals Playable in Skyrim
I have some experience with the Skyrim Creation Kit, and have made some small mods. I am really interested in creating new races, and have already made a mod that allows the player to create an old ...
1
vote
1answer
60 views
How to figure out hidden fields in an .ini file?
I'm not sure if this is the right place to ask this, but I can't think of anywhere else that would fit better.
Fallout 4 has just recently released, and I'm wondering what exactly can I edit in the ...
3
votes
0answers
298 views
How to get NPC to Find and Follow Path to other NPC?
Problem:
I am using Skyrim Creation Kit to create a very simple mod. I want the mod to make one NPC follow another NPC. My first problem is that I am not really 100% sure where to start. The second ...
2
votes
1answer
79 views
Website within Skyrim
I'm new to the Skyrim Creation kit but I've been through a few tutorials and looked through the documentation but I couldn't see a way to do this. Is it possible to display an HTML page within the ...
0
votes
1answer
289 views
Skyrim Creation Kit - Call External DLL Method [closed]
I've been developing for a few years now but I'm fairly new to creating Skyrim mods. I'm wanting to build a custom DLL and call the methods from scripts in Skyrim. Can I do this and if so, how do I ...
3
votes
1answer
1k views
How can I make a player-interactable bookshelf?
In the player's house Interiors->WhiterunBrezeehouse (FormID 000165A8) I duplicated a bookshelf (CommonShelf03 FormID 000ce784 near the fire pit) and the book proxies, container, triggers, ...
9
votes
1answer
2k views
How can I “stick” objects to tables in Skyrim and still allow those objects to be player-interactable?
I'm trying to place a non-static pot (RuinsPot01) on a table (RuinsAltar) with the Havok simulation.
I place the pot a little bit above the table and turn on Havok. The pot falls down but is left ...
3
votes
1answer
584 views
Can you move items made in the Skyrim Creation Kit on PC to the Xbox version?
I'm a pretty technically illiterate gamer but after several annoying glitches I finally went out and got the PC version of Skyrim. After a little bit of practice I got the hang of transferring my Xbox ...
2
votes
1answer
3k views
How do I make someone walk in Skyrim?
I'm coding a mod for Skyrim with Papyrus and the Creation Kit. I can't seem to get an Actor to move from point A to point B. I know there's a function to teleport an actor, but how can I make them ...
11
votes
2answers
3k views
What does Skyrim Creation Kit's NPC class do?
I'm trying to change it with the setclass console command Based on the UESP wiki it looks like it just governs stat gain for leveling, but based on the Elder Scrolls wiki it seems to only control ...
2
votes
3answers
15k views
Skyrim Creation Kit with Xbox 360
I posted this on stackoverflow but was advised to post here (here is a link to the stackoverflow question). I'm hoping for constructive feedback on its plausibility.
Update on progress: It looks like ...
6
votes
3answers
7k views
Custom Music in Skyrim's Creation Kit?
Can you bring in external music such as mp3s? If so, how? I didn't see anything about this in the wiki Bethesda released.
Also how does this work with regards to the Steam Workshop? Don't ...