Dawnguard.esm and Vanilla users

Post » Sun Nov 18, 2012 11:48 pm

Hi all,

I'm working on a mod with leveled lists modified. As I'm a DG user, I've also included some modified DG leveled lists. My question: do I need to create a separated files containing only Vanilla leveled lists, for non DG players? Or can they install a mod containing Skyrim + DG as master files, even if they don't use DG files? Will it break their game?

Thx in advance!
User avatar
Nina Mccormick
 
Posts: 3507
Joined: Mon Sep 18, 2006 5:38 pm

Post » Mon Nov 19, 2012 10:30 am

If you used Dawnguard as a master file (by making edits to any Records contained within the ESM), anyone who has just the vanilla game without Dawnguard will not be able to use your mod. If they try, they will crash at the title screen.
User avatar
Pants
 
Posts: 3440
Joined: Tue Jun 27, 2006 4:34 am

Post » Sun Nov 18, 2012 11:23 pm

Ok clear answer, thx ;)
User avatar
Mari martnez Martinez
 
Posts: 3500
Joined: Sat Aug 11, 2007 9:39 am

Post » Mon Nov 19, 2012 10:32 am

You might not need a separate file or Dawnguard.ESM dependency if merely adding forms to LVLIs in the event Dawnguard is loaded. You can detect Dawnguard http://www.creationkit.com/Complete_Example_Scripts#Maintenance.2Fupdate_code_which_runs_once_per_save_load_and_shows_a_message_when_a_mod_is_updated_or_first_loaded and http://www.creationkit.com/AddForm_-_LeveledItems via a http://www.creationkit.com/Arrays_(Papyrus)#Creating_a_FormID_Array utilizing http://www.creationkit.com/GetFormFromFile_-_Game. In the event Dawnguard is removed from the user's load list, the added forms will be purged if they're from Dawnguard as they'll no longer exist.
User avatar
Michelle Serenity Boss
 
Posts: 3341
Joined: Tue Oct 17, 2006 10:49 am

Post » Mon Nov 19, 2012 9:26 am

OK so what if I simply remove dawnguard.esm in master files but let the "DLC1" elements in the .esp? Will my file be playable by Vanilla users and will DG users will see my modifications? In other words, can I share a simple file for both vanilla and DG users (without using scripts)?
User avatar
Shelby Huffman
 
Posts: 3454
Joined: Wed Aug 08, 2007 11:06 am

Post » Mon Nov 19, 2012 5:28 am

In other words, can I share a simple file for both vanilla and DG users (without using scripts)?
No.
User avatar
Solène We
 
Posts: 3470
Joined: Tue Mar 27, 2007 7:04 am


Return to V - Skyrim