CompilePal icon indicating copy to clipboard operation
CompilePal copied to clipboard

Pack Include Packs Absolute Path Inside BSP

Open tophattwaffle opened this issue 5 years ago • 3 comments

Describe the bug When using the Include or Include Directory function, the absolute file path is packaged inside the BSP file.

Steps to reproduce Create a pack function, then include a folder on the computer.

Expected behavior Relative path to a gameinfo.txt file.

Debug.log debug.log

Crash logs No Crash Logs

Additional context My include directory is: E:\Dropbox\20XX\src\content\sound\logi I have the same path added in my gameinfo.txt as a mount path for external content. image Compile pas has also discovered this mount path as a pack path.

Here is what the packed path is inside the BSP. image

tophattwaffle avatar Jul 06 '20 19:07 tophattwaffle

Can you try this version? It's newer than the one I posted in #118 Compile Pal 027.12.zip

Exactol avatar Jul 12 '20 19:07 Exactol

When using Include Directory I get the following:

image

When using single file include, the same thing happens.

tophattwaffle avatar Jul 14 '20 05:07 tophattwaffle