Download WryeBash4Fallout 20/11/09 ----------------------------------------------------EDIT---------------------------------------------------- New Version online -> Please overwrite with the attached files Fix: Doesn't empthy your plugins.txt anymore Fix: Plugin reorder and activation work Problem with reading out Fallout3 Header still exist (you can not see description/author of mods) Hope someone can help me to fix this issue... ----------------------------------------------------EDIT---------------------------------------------------- Hi, I've ported some parts of WryeBash 4 Fallout... (Need to see conflicts and better install/uninstall routine for testing new mods). Currently there are some problems (see below) and I hope someone can help. What will work: Start Fallout3 with FOSE, FOMM, FO3Edit etc. Installing/Uninstalling Mods/Textures, Subpackages, Comments... See Mod/File conflicts Search for Plugin with rightclick in Fallout3Nexus Think complete "Installer" TAB will work. What will NOT work: Activate/Sort/Merging Plugins/Mods Edit Savegames ATTENTION: @Moment Wrye will empty your plugins.txt !!! Please make it write protected or make a backup ---------------------------------------------------------------------- My Current Problem is: Loading: 00000000..<<NO EID>>..TES4 There will be a problem with the FO3 Header Files... think there will be a problem in bush.py: #--Top types in Fallout3 order.
topTypes = ['GMST', 'TXST', 'MICN', 'GLOB', 'CLAS', 'FACT', 'HDPT', 'HAIR', 'EYES',
'RACE', 'SOUN', 'ASPC', 'MGEF', 'SCPT', 'LTEX', 'ENCH', 'SPEL', 'ACTI',
'TACT', 'TERM', 'ARMO', 'BOOK', 'CONT', 'DOOR', 'INGR', 'LIGH', 'MISC',
'STAT', 'SCOL', 'MSTT', 'PWAT', 'GRAS', 'TREE', 'FURN', 'WEAP', 'AMMO',
'NPC_', 'CREA', 'LVLC', 'LVLN', 'KEYM', 'ALCH', 'IDLM', 'NOTE', 'COBJ',
'PROJ', 'LVLI', 'WTHR', 'CLMT', 'REGN', 'NAVI', 'CELL', 'WRLD', 'DIAL',
'QUST', 'IDLE', 'PACK', 'CSTY', 'LSCR', 'ANIO', 'WATR', 'EFSH', 'EXPL',
'DEBR', 'IMGS', 'IMAD', 'FLST', 'PERK', 'BPTD', 'ADDN', 'AVIF', 'RADS',
'CAMS', 'CPTH', 'VTYP', 'IPCT', 'IPDS', 'ARMA', 'ECZN', 'MESG', 'RGDL',
'DOBJ', 'LGTM', 'MUSC']
#--Dict mapping 'ignored' top types to un-ignored top types.
topIgTypes = dict([(struct.pack('I',(struct.unpack('I',type)[0]) | 0x1000),type) for type in topTypes])
#recordTypes = set(topTypes + 'GRUP,TES4,ROAD,REFR,ACHR,ACRE,PGRD,LAND,INFO'.split(','))
recordTypes = set(topTypes + 'GRUP,TES4'.split(',')) or in bosh.py: Hope somebody will help to get Wrye back to Fallout 3 :-) P.S.: Sorry for my English... Hope you understand me... ALL sources are attached ! Hope somebody can help :thanks: -------------------------------------------------- Download WryeBash4Fallout 20/11/09 --------------------------------------------------