Unfortunately not yet
There's a secondary, albeit a little more tedious way to use the addon. Get on each job you play individually and situate all your inventories how you want them to be after organizer runs and then type //org freeze. That will create a snapshot of all your inventories while you're on that job (as a lua file in the organizer directory), and then to recall that snapshot you type //org organize. To update the snapshot just type //org freeze again while on that job.
I've been doing it this way instead of putting the include in my gearswap (partially because I didn't know how until he posted it) and it's been working fine.
Can you delete lines corresponding to bags you don't want Organizer to use? Or do you put priority to 0 for those?
Like take this example
If I don't want Organizer to use Safe, can I just delete the line? Or do I need to put a specific character/number as priority?Code:<bag_priority> <Case>4</Case> <Inventory>1</Inventory> <Locker>2</Locker> <Sack>3</Sack> <Safe>8</Safe> <Satchel>6</Satchel> <Storage>5</Storage> <Wardrobe>7</Wardrobe> </bag_priority>
Yes, delete. A priority of 0 would either be meaningless or would be the highest priority.
how do i get organizer to get gear out from the current gearswap loaded lua? I have no idea how it works and where to put any lua files at all and the Readme didnt help me at all :/
to use Organizer
1.enable it in the windower setup
2. put include('organizer-lib.lua') in your gearswap file as the first line
3. then just use the command 'gs org' this will put all items you do not have in your gearswap file away and grab all your gear thats in your gearswap file's sets
where can i find the Plugin unlimited for Windower4?
It is not present in my installed Windower Plugin Folder and not available in the shown in the launcher-plugin-list.
The mysterious crash on Windower launch of POL Viewer on Win 8.1 that people have been unable to reproduce, a few people on Reddit have said that disabling Secure Boot on their computers has fixed the problem. That might be something to test. I don't know why it would affect launch of the game or hooking of Windower, but it seems to be getting some success.
Ive tried everything, any luck on removing everything but locker and safe from organizer to pull/give gear to?
Guess not![]()
Ive deleted everything but safe and locker from every script in organizer folder, but it still uses them. not sure what else to do.
I'm not associated with this addon but I think I have found a few work arounds for this problem even if they are kind of hackish. The problem lies in that the items in bag_priority and dump_bags are not being handled properly somehow in the config load/save. It is making sure that whatever is in the default is present in the current version no matter if you modified it or not (ie you can't remove any of the tags or it auto adds them back with the default value). The first work around I've found for this is to change the default_settings parameter on line 73 to match what you want your settings to look like (match dump_bags and bag_priority to be what you want them to be). The other option is to change line 117 that says 'settings = config.load(default_settings)' and modify it to be 'settings = config.load(nil,default_settings)'. I believe this tells the config stuff a load the current file before re-writing it but I'm not 100% sure. Both these solutions I don't believe are long term fixes and will be most likely blown away if/when the Organizer addon is updated in the repository. Also I might add to use these fixes at your own risk, they appear to work but I'm by no stretch of the imagination a lua expert.![]()
Another solution might be that to make the settings.xml file a read-only file once u've put in there the settings you like? I guess.
Anyway, thanks for the tips.
Is there a better description somewhere for the filters in battlemod, as far as which filter does what?
Any update on the organizer "issue", other than self-made temporary fixes?