So first question: Now (suddenly), when I import my selection from the file I have created with BWS, it says that it "found new mods/components" and that they should be marked with [N] and that I should be able to search for them using search term [New] (with brackets). Well I have searched for [New], (New), [N], (N) etc and it does not work. It does not seem to search at all. At least nothing happens on the screen. How can I know what changed? I don't see any [N]'s either in the list, to be honest, but I just skimmed quickly.
I've done similar with importing a previous
weidu.log where I did things manually. If you look in the selection pane where all the mods are listed you should see [N] to the right side of all mods in the list not part of the imported selection. I did not actually try to search as with the limited selection of mods I manually did it was blatantly obvious which were new.
Second question: Until you have updated the BWS to allow it, I wanted to manually remove the "Flirts" part of Edwins romance. However, in the BWS interface it seems to be impossible to manually remove the dependency. At least i can't find it. And I don't know where/which file of the BWS to manually edit either. Can you point me in the right direction for how to do this?
I think what you want is in the setup.ini file found in the config directory of the BWS There is a work in progress FAQ that might explain a little about how to make the changes you want. It's located in the docs directory of the BWS
but i THINK under the connections section in the setup.ini you want to change this
Edwin dependancies=D:EDWINROMANCE(-)&EDWINTOB(-)&EDWINFLIRTS(-)
into this
Edwin dependancies=D:EDWINROMANCE(-)&EDWINTOB(-)|EDWINFLIRTS(-)
or this
Edwin dependancies=D:EDWINROMANCE(-)&EDWINTOB(-)
Not sure which to be honest. The first one changes the value from AND to OR but that might make it so that either Edwin
Tob is installed or the flirts. The last one just drops it altogether. That might be the one you are looking for, tho it will allow the flirts to be installed without the others. I suppose you could try to adjust the dependencies by making an entry further down under the sub heading
; one mod/component need multiple others
and do something like
Edwin Flirts=D:EDWINFLIRTS(-)&EDWINROMANCE(-)&EDWINTOB(-)
So after my rambling you might want to try...
[Connections]
; all mods/components depend another
Edwin dependancies=D:EDWINROMANCE(-)&EDWINTOB(-)
; one mod/component need multiple others
Edwin Flirts=D:EDWINFLIRTS(-)&EDWINROMANCE(-)&EDWINTOB(-)
and cross your fingers and hope it works LOL. at least I pointed you in the right direction and you can do trial and error till you get it just right.