You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLK entries, when you add even one, reorders the lot.
This is usually ok, I mean who doesn't mind autogeneration? But it causes some issues:
If you use a specific TLK line for something like an entry in a conversation or NUI panel this can get messy fast (I intend to add a 2da with a list of TLK strings / so it's editable in Eos but still might occur
Change control goes mad. All the JSON files suddenly get new changes even though only one thing changed. Makes diff and backtracking changes harder.
In my opinion the "best" way would be to store the custom TLK line - if needed - that the entry used in that specific field and only generate new TLK lines for those that are new edits without a TLK line assigned. If this is just done sequentially, if entries are deleted it'd not reorder everything. You could just store in the project settings the "last TLK line assigned". Having a manual option to reset this back to base so it fills in "now blank lines" might be nice, if it had a way of knowing if a TLK line is already in use, but wouldn't be needed a lot of the time.
TLK entries, when you add even one, reorders the lot.
This is usually ok, I mean who doesn't mind autogeneration? But it causes some issues:
In my opinion the "best" way would be to store the custom TLK line - if needed - that the entry used in that specific field and only generate new TLK lines for those that are new edits without a TLK line assigned. If this is just done sequentially, if entries are deleted it'd not reorder everything. You could just store in the project settings the "last TLK line assigned". Having a manual option to reset this back to base so it fills in "now blank lines" might be nice, if it had a way of knowing if a TLK line is already in use, but wouldn't be needed a lot of the time.
Clippy put some thoughts here: https://discord.com/channels/255017439371329537/1084979078064521297/1188776644723351582
The text was updated successfully, but these errors were encountered: