Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix radar not being packed correctly #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fsosa
Copy link

@fsosa fsosa commented Oct 22, 2023

Issue

Radars were not correctly packed into the proper directories, causing radars to not be visible in-game.

Fix

Filepaths were being incorrectly constructed due to addition of the leading / and string concatenation. Quick switch to using Path.Combine in AddExtraFile.

A published version of MapPacker with this fix can be found here.

Tested

Verified the correct directory structure using Source 2 Viewer and that radars are now visible in-game using a packed vpk.

FIlepaths were being incorrectly constructed due to addition of the leading /
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant