mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Migrate rocket info gui to scenario and fix for Space Age
Port modules/gui/rocket-info into exp_scenario/gui/rocket_info using the new exp_gui element API, matching the other scenario guis. The per-force stats, launch times and silo tracking from the legacy control module are folded into the gui module. - Drop the removed auto/remote launch controls and count launches via on_cargo_pod_finished_ascending instead of the old launch event - Add the exp-gui_rocket-info locale section - Disable the legacy module in the file loader and re-enable the gui/rocket-info role permission Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
2c7b88bb81
commit
1fcf351566
@@ -431,6 +431,42 @@ caption-research-name=[technology=__1__] __2__
|
||||
notice-inf=[color=255, 255, 255] Research completed at __1__ - [technology=__2__] - __3__[/color]
|
||||
notice=[color=255, 255, 255] Research completed at __1__ - [technology=__2__][/color]
|
||||
|
||||
[exp-gui_rocket-info]
|
||||
tooltip-main=Rocket Info
|
||||
caption-main=Rocket Info
|
||||
tooltip-toggle-section-expand=Expand Section
|
||||
tooltip-toggle-section-collapse=Collapse Section
|
||||
section-caption-stats=Statistics
|
||||
section-tooltip-stats=Statistics about how rockets are launched
|
||||
section-caption-milestones=Milestones
|
||||
section-tooltip-milestones=The times when milestones were met
|
||||
section-caption-progress=Build Progress
|
||||
section-tooltip-progress=The progress for your rocket silos
|
||||
progress-no-silos=You have no rocket silos
|
||||
data-caption-first-launch=First Launch
|
||||
data-tooltip-first-launch=The time of the first launch
|
||||
data-caption-last-launch=Last Launch
|
||||
data-tooltip-last-launch=The time of the last launch
|
||||
data-caption-fastest-launch=Fastest Launch
|
||||
data-tooltip-fastest-launch=The time taken for the fastest launch
|
||||
data-caption-total-rockets=Total Launched
|
||||
data-tooltip-total-rockets=Total number of rockets launched by your force
|
||||
value-tooltip-total-rockets=__1__% of all rockets on this map
|
||||
data-caption-avg-launch=Average Time
|
||||
data-tooltip-avg-launch=The average amount of time taken to launch a rocket
|
||||
data-caption-avg-launch-n=Average Time __1__
|
||||
data-tooltip-avg-launch-n=The average amount of time taken to launch the last __1__ rockets
|
||||
data-caption-milestone-n=Milestone __1__
|
||||
data-tooltip-milestone-n=Time taken to reach __1__ rockets
|
||||
data-caption-milestone-next=N/A
|
||||
data-tooltip-milestone-next=Not yet achieved
|
||||
progress-x-pos=X __1__
|
||||
progress-y-pos=Y __1__
|
||||
progress-label-tooltip=View on map
|
||||
progress-launched=Launched
|
||||
progress-caption=__1__%
|
||||
progress-tooltip=This silo has launched __1__ rockets
|
||||
|
||||
[exp-gui_science-production]
|
||||
tooltip-main=Science Production
|
||||
caption-main=Science
|
||||
|
||||
Reference in New Issue
Block a user