Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

patch_tis bugfixes #6

Closed
wants to merge 3 commits into from
Closed

patch_tis bugfixes #6

wants to merge 3 commits into from

Conversation

CrevsDaak
Copy link

If a mod introduces a new area which is a copy of one of the game's existing areas, and instead of copying the .tis to have the new name, it only edits it's .wed to point to the old .tis, the Widescreen mod fails to install. I've fixed it in the easiest way, which is by checking whether the .tis file exists and if it doesn't, read it's reference from the .wed. Redundant checks are there to prevent re-fixing the .tis file, and .tis files without .wed files are ignored to prevent enlargening water or lava overlays.

If a mod introduces a new area which is a copy of one of the game's existing areas, and instead of copying the .tis to have the new name, it only edits it's .wed to point to the old .tis, the Widescreen mod fails to install. I've fixed it in the easiest way, which is by checking whether the .tis file exists and if it doesn't, read it's reference from the .wed. Redundant checks are there to prevent re-fixing the .tis file, and .tis files without .wed files are ignored to prevent enlargening water or lava overlays. -- Crevs Daak
Basically a revert commit and fix in other file not done by me, thanks Mike.
Complement with commit 2978c53 on patch_are.tpa.
@vbigiani
Copy link
Collaborator

Already included in another pull request.

@vbigiani vbigiani closed this Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants