[DEFAULT]oblivion = C:\Programs\PyFFI\utilities\toaster\in;fallout3 = C:\path\to\your\fallout3\nifs;morrowind = C:\path\to\your\morrowind\nifs[main]folder = ./in/[options]jobs = 2; set this to the number of cores you havesourcedir = ./in/destdir = ./out/resume = Truepause = True
; note: the "oblivion" option, which points to your nifs, is set in default.ini[main]spell = optimizefolder = %(oblivion)s[options]sourcedir = %(oblivion)s; any patterns of files that should be skipped; (without quotes, separate different regular expressions by a space); at the moment:; - skipping hair nifs (vertex ordering!); - skipping roothavok nifs (not sure why, investigating); - skipping any nif that is known to have an egm or tri associated with it; find . -name "*.egm" -or -name "*.tri" | sed 'sX.*/XXg' | sed 'sX.tri$XXg' | sed 'sX.egm$XXg' | sort | uniq | xargs; (not necessary if all egm files are included, such as in vanilla Oblivion,; but some mods only include nifs without egm files, and this makes sure; these cases are handled as well)skip = hair roothavok argoniandecoratedspikes argonianfins argonianjeweledfins argonianridge argonianspikes argonianspines beard blindfold bretonmaletonsure darkelffemalefringe darkelffemaletopknot darkelfmane darkelfmohawk earsdarkelf earsdarkelf_50 earshighelf earshighelf_50 earshuman earshuman_50 earskhajiit earsorc earsorc_50 earswoodelf earswoodelf_50 emperor eyeleftargonian eyelefthuman eyerightargonian eyerighthuman hairdremora hairdremorab hairdremoralord headargonian headhuman headhuman_50 headkhajiit headorc helmet helmetcaptain helmetelite highelffemalebun highelfmaleclassic highelfmalecone highelfmalepeak highelfmalepony hood humanfemalefringes imperialbald imperialheadband khajiitbraid khajiitcommon khajiitdreds khajiitearrings khajiitfeathers khajiitheadband khajiitjeweled khajiitmane khajiitmouth khajiitteethlower khajiitteethupper khajiittongue khajiitwisps mouthargonian mouthhuman nordfemalebunches nordmalebaldpony orcfemalebraids orcfemalebun orcfemalebunches orcfemaleplaits orcheadband orcmaleromantic orcmalestubs orcmaletopknot orcmouth orconebraid orcteethlower orcteethupper orctongue orctwobraids orcupdo redguardfemalecoil redguardfemaledredz redguardmaleclassic redguardmalecornrows style01 style02 style03 style04 style05 style06 style07 teethlowerargonian teethlowerhuman teethupperargonian teethupperhuman tongueargonian tonguehuman woodelffemalefringes woodelffemalepony woodelfmalepony woodelfmalespiky
[main]; default folder to toast; should *not* end with a trailing slashfolder = ./in[options]; set this to the number of cores you havejobs = 4; default source directory (for determining paths to write in destdir,; usually identical to folder); should *not* end with a trailing slashsourcedir = ./in; default destination directory; should *not* end with a trailing slashdestdir = ./out; resume support (if True, nifs that already exist in destination; folder will be skipped)resume = True; if True, pause when donepause = True