The Save files in PB88 getting bigger and will reach 800kb soon. Because some players do not use the BTS_Wrapper I've developed an other solution for the slow login
Edit: Well, I recognized that the programm only runs, if
Winfsp is installed. This driver provides the virtual file system.
That is a little drawback…
How it works:
Quote:If you login in Pitboss games, Civ4 still search for the save file locally. If we offer the file at the same place as the server, Civ4 loads it from the local drive.
All games on Zulans server are located on the Z:-drive because this is the default drive for Wine's user files.
→ If we mount a virtual file system on drive Z: we can wait for file opening requests and side-load the save. (Well, this technique is quite similar to the BTS_Wrapper. New is the mounting of Z: similar to an NFS share.)
Advantages of this approach:
• Do not alter Civ4 binary. This avoid problems with anti virus programs, I assume.
• No admin privileges required.
• Less library dependencies as BTS_Wrapper.
Disadvantages:
• Z:-drive letter need to be unused (well, this can be avoided because we can use Z:\[subfolder], too.)
• Maybe not compatible with older Windows versions.
• Not compatible with Linux+Wine (Here, the BTS_Wrapper works fine.)
So, if someone want try it out,
I attached a first version/prototype in this post. Tested on Win10Pro, only.
Usage instructions:
1. Unzip the two files (location does not matter.)
2. Click on executable. A terminal window should appear and the Windows Explorer shows the new Z:-drive.
3. Start Civ4 and login into a PB game
4. Close terminal window after the session.
Regards Ramk
P.S. It does not solves the problem with blocking users.

Ideas welcome to fix this last big problem.