team-gsri / mods-opex

Speed up the mission designing process by selecting a spawn template relying on the Liberty class destroyer and providing all neaded features to a proper combat ship.
https://www.gsri.team
MIT License
0 stars 1 forks source link

String entry for naval group is broken #67

Closed ImplicitDeny closed 2 years ago

ImplicitDeny commented 4 years ago

When in map, the naval group entry appears blank, but the task type is correctly displayed. Ship's strings are also correctly displayed. Might be a problem with string formatting at some point.

ImplicitDeny commented 3 years ago

Will be fixed in #76

ArwynFr commented 2 years ago

76 was merge, is this issue solved ?

ImplicitDeny commented 2 years ago

Yep, solved, but the string displayed is the one as localized on the server. This is due to how the task framework is designed, and cannot be altered without a shit-ton of useless, fragile code. So we might let it "as is".

Currently discussing with modding veterans and BI devs to see if this can be changed, as localizing on clients would be more convenient AND more efficient.