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

Relocate Includes #9

Closed
Incrementis opened this issue Sep 25, 2023 · 0 comments
Closed

Relocate Includes #9

Incrementis opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Incrementis
Copy link
Owner

Incrementis commented Sep 25, 2023

Move the includes of lib files and global files within the tp2 file to the "ALWAYS" section as these files are needed globally and before mod installation.
The area "ALWAYS" features such behavior.

For more information about "ALWAYS" , see the WeiDU documentation:
https://weidu.org/~thebigg/README-WeiDU.html

If the documentation website is down, use the screenshot:
grafik

NOTE:
"ALWAYS" comes before the "LANGUAGE" area (see "TP2 Flag")!!!

Here is an example of ALWAYS:
// --------------
// Initialization
// --------------
ALWAYS
// LIBRARY INCLUDES(Don't touch these)
// -----------------------------------
INCLUDE ~%MOD_FOLDER%/lib/dynArrayFunctionalities.tph~
INCLUDE ~%MOD_FOLDER%/lib/dialogTlkFunctionalities.tph~

END// End of "ALWAYS"

@Incrementis Incrementis self-assigned this Sep 25, 2023
@Incrementis Incrementis added the enhancement New feature or request label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant