-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
On game load, the following warning appears in the log:
2026-03-20 22:55:48.082 :48 [info lp2572] Vehicle configuration file ...vehicleConfigurations.xml does not exist.
2026-03-20 22:55:48.093 Warning: Could not retrieve GUI profile 'ingameMenuAILimitReached'. Using base reference profile instead.
2026-03-20 22:55:48.165 :48 [info lp2572] Current mod name: FS25_Courseplay, Current version: 8.1.0.3, Last version: 8.1.0.3
The warning originates from this declaration in config/gui/pages/CourseGeneratorFrame.xml, line 134:
<Text profile="ingameMenuAILimitReached" id="limitReachedWarning"
text="$l10n_ai_warningLimitReached" visible="false"/>Additional observations:
- The profile
ingameMenuAILimitReachedis not defined anywhere in the mod's own files -
- There are no Lua references to
self.limitReachedWarninganywhere in the mod
- There are no Lua references to
-
-
- The translation key
ai_warningLimitReacheddoes not appear elsewhere in the mod
Tested with Courseplay 8.1.0.3 on FS25 1.17.x.
- The translation key
-
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels