The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.taleoftwowastelands.com

Converting .esp -> .esm

General mod discussion and requests.
Post Reply
Vlan
Posts: 76
Joined: Wed Mar 04, 2020 12:11 pm

Converting .esp -> .esm

Post by Vlan » Mon Aug 24, 2020 7:51 pm

Hello there,
Is there a reason why I shouldn't convert all my .esp mod files to .esm via FNVEdit? Respectively, is there a an advantage over .esm when realeasing a mod in .esp?

User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Re: Converting .esp -> .esm

Post by RoyBatty » Mon Aug 24, 2020 10:56 pm

Because that's an old thing to fix a bug with a certain update of FO3 which was fixed a decade or more ago now.

You can't randomly change ESPs to ESMs or things may not work. You need to make sure everything that needs to be persistent is or it will break. ESPs treat everything as persistent.
Image

Vlan
Posts: 76
Joined: Wed Mar 04, 2020 12:11 pm

Re: Converting .esp -> .esm

Post by Vlan » Tue Aug 25, 2020 6:21 am

RoyBatty wrote:
Mon Aug 24, 2020 10:56 pm
Because that's an old thing to fix a bug with a certain update of FO3 which was fixed a decade or more ago now.

You can't randomly change ESPs to ESMs or things may not work. You need to make sure everything that needs to be persistent is or it will break. ESPs treat everything as persistent.
What do you mean with persistent? Can I check this with FNVEdit if a converted .esp is broken?

User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Re: Converting .esp -> .esm

Post by RoyBatty » Wed Aug 26, 2020 1:27 am

Persistent things are always loaded so scripts and packages and other stuff works.

Look it up on GECK wiki, and yes you can see that in xEdit.
Image

Vlan
Posts: 76
Joined: Wed Mar 04, 2020 12:11 pm

Re: Converting .esp -> .esm

Post by Vlan » Wed Aug 26, 2020 5:26 am

RoyBatty wrote:
Wed Aug 26, 2020 1:27 am
Persistent things are always loaded so scripts and packages and other stuff works.

Look it up on GECK wiki, and yes you can see that in xEdit.
Alrighty. Thanks!

Post Reply