-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support Vic3 defines #97
Labels
Comments
DragonKnightOfBreeze
added
enhancement
New feature or request
cwt config related
Need modify or extend cwt config
labels
Nov 21, 2024
Maybe PLS should provide new index and more language features for define namespaces and define variables. |
DragonKnightOfBreeze
added a commit
that referenced
this issue
Nov 21, 2024
DragonKnightOfBreeze
added a commit
that referenced
this issue
Nov 21, 2024
DragonKnightOfBreeze
added a commit
that referenced
this issue
Nov 22, 2024
DragonKnightOfBreeze
added a commit
that referenced
this issue
Nov 22, 2024
DragonKnightOfBreeze
added a commit
that referenced
this issue
Nov 22, 2024
@kaiser-chris remember to create pull request to plugin's vic3 config repo, with necessary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hi,
I don't know whether other games use them like vic3 but there are defines with a Namespace and a Variable (configured in folder 'defines').
These are then referenced with the define:<Namespace>|<Variable Name>. This is done in a few vanilla locations but one notable location is in pop_types.
Below I have example code that at least allows me to link to a Namespace but I do not know how to configure the part after the pipe ( | ).
This feature seems to be missing from CWT in general.
common/defines/00_graphics.txt (excerpt)
common/pop_types/capitalists.txt (excerpt)
common/defines.cwt
links.cwt (Excerpt)
IDE Screenshots:
The text was updated successfully, but these errors were encountered: