Strange lines and jumping squares in modded new locations
Gonzo100100
Member Posts: 30
in BGII:EE Mods
Is there a remedy for these lines and jumping squares? It occurs in added mod locations.
0
Comments
You can either bug the mod author to fix it, or do it yourself if you know how to use Near Infinity. In this case simply select the respective TIS resource and choose Export... -> as PVRZ-based TIS. If all went well you should have a TIS file and a couple of PVRZ files which you can place into the game's override folder.
Anyway, I moved those new PVRZ files to game’s override folder but it didn’t change anything.
Also, as I was exporting those files I left the default 6 Tiles per row, I don’t know what it means…
Well, if there is any not super advanced way to fix that problem I will be willing to do my best but I could use some more pointers what to do, it would be greatly appreciated. ;p
If you're not afraid to use a command line tool I would instead suggest the following option:
1. Install the mod normally.
2. Download the tool tile2ee and unpack the binary "tile2ee.exe" from the "bin\win32\x86_64" folder into the game's override folder (use one of the other binaries if you're not running a 64-bit Windows version).
3. Open a command prompt and change into the override folder of the game (e.g. with cd /d "C:\Beamdog\00783\override" or wherever your game is installed).
4. Create a subfolder "tis" in the override folder with the command mkdir tis.
5. Execute the following command to convert the tis files:
tile2ee.exe -o tis ys0*.tis
6. Move all files from the "tis" subfolder into the override folder, accept to overwrite existing files.