Wrye Bash all mod modified dates reset to 2001

Post » Wed Mar 30, 2011 1:48 am

What the topic says. I was installing Storm&Sound version 3 in BAIN and when I went into the mod tab almost all my mods except 1 had their modifed dates reset to 1/12001 with various times like between 4 pm and 5 pm.

Anyone know why this would happen, if its possible to fix it, or what this means? Storm&Sound doesn't conflict with anything according to BAIN.

Edit:

Ok its not from Storm&Sounds, it turns out its from BOSS. Everytime I run BOSS Wrye Bash says all my mods have had their dates modified and it goes back to 2001 as I mentioned. I guess I should ask this in the BOSS thread.

Edit2:

Nevemrind I found the problem. Appearntly BOSS Disable Locktimes didn't work anymore with Lock times so BOSS was sorting my list with modified dates instead. BOSS Disable Locktimes I guess...broke
User avatar
Kat Ives
 
Posts: 3408
Joined: Tue Aug 28, 2007 2:11 pm

Post » Wed Mar 30, 2011 1:26 am

I think you're misunderstanding what the Wrye Bash "Boss Disable Lock Times" function does... if it wasn't working correctly, it would actually revert your load order and ignore BOSS' attempted changes. But BOSS will set the dates of files based on your earliest file. Almost every mod in my load order, because of boss, is dated 12/08/2006.

They are, nonetheless, in the correct order. They're all exactly one minute apart.
User avatar
Stace
 
Posts: 3455
Joined: Sun Jun 18, 2006 2:52 pm

Post » Wed Mar 30, 2011 6:06 am

I think you're misunderstanding what the Wrye Bash "Boss Disable Lock Times" function does... if it wasn't working correctly, it would actually revert your load order and ignore BOSS' attempted changes. But BOSS will set the dates of files based on your earliest file. Almost every mod in my load order, because of boss, is dated 12/08/2006.

They are, nonetheless, in the correct order. They're all exactly one minute apart.


I think I understand now, thanks for your help
User avatar
Brad Johnson
 
Posts: 3361
Joined: Thu May 24, 2007 7:19 pm

Post » Wed Mar 30, 2011 4:54 am

What the topic says. I was installing Storm&Sound version 3 in BAIN and when I went into the mod tab almost all my mods except 1 had their modifed dates reset to 1/12001 with various times like between 4 pm and 5 pm.

Anyone know why this would happen, if its possible to fix it, or what this means? Storm&Sound doesn't conflict with anything according to BAIN.

Edit:

Ok its not from Storm&Sounds, it turns out its from BOSS. Everytime I run BOSS Wrye Bash says all my mods have had their dates modified and it goes back to 2001 as I mentioned. I guess I should ask this in the BOSS thread.

Edit2:

Nevemrind I found the problem. Appearntly BOSS Disable Locktimes didn't work anymore with Lock times so BOSS was sorting my list with modified dates instead. BOSS Disable Locktimes I guess...broke



Probably BOSS I would almost 100% verify

Otherwise bash or another app would have to use something of this sort.

date_time = '01-01-2001 01:01:01'
pattern = '%m-%d-%Y %H:%M:%S'
epoch = int(time.mktime(time.strptime(date_time, pattern)))
print epoch

st = os.stat(filename)
atime = st[ST_ATIME] #access time
ctime = st[ST_CTIME] #creation time?
mtime = st[ST_MTIME] #modification time

modifytoepoch = epoch

BOSS is probably what changed it. Not Bash
User avatar
Chloe Mayo
 
Posts: 3404
Joined: Wed Jun 21, 2006 11:59 pm


Return to IV - Oblivion