1515
1616function widget :GetInfo ()
1717 return {
18- name = " Overdrive Cables Settings" ,
18+ name = " Energy Grid Wire Settings" ,
1919 desc = " Settings menu entry for the overdrive cable visualization." ,
2020 author = " Licho" ,
2121 date = " 2026" ,
@@ -40,18 +40,17 @@ local function readCurrentGhosts()
4040 return (Spring .GetConfigInt (GHOSTS_KEY , 1 ) or 1 ) ~= 0
4141end
4242
43- options_path = ' Settings/Graphics/Overdrive Cables'
43+ options_path = ' Settings/Graphics/Energy Grid Cables'
4444options_order = { ' cabletree_detail' , ' cabletree_ghosts' }
4545
4646options = {
4747 cabletree_detail = {
48- name = ' Overdrive cable visualization' ,
49- desc = ' Off: no cables drawn. Static: gray pipes only (cheapest). Full: animated bubbles indicating flow (default).' ,
48+ name = ' Energy grid cables' ,
5049 type = ' radioButton' ,
5150 items = {
52- { key = ' full' , name = ' Full (animated bubbles )' , desc = ' Default. Bubbles indicate flow direction and rate .' },
53- { key = ' noflow' , name = ' Static (no flow animation )' , desc = ' Cheaper: gray pipes only, no per-tick flow reads or shader bubble pass.' },
54- { key = ' off' , name = ' Off (no cables)' , desc = ' Hide the overdrive grid entirely.' },
51+ { key = ' full' , name = ' Full (animated flows )' , desc = ' Show overdrive energy flowing through the grid (default) .' },
52+ { key = ' noflow' , name = ' Static (no flows )' , desc = ' Cheaper: gray pipes only, no per-tick flow reads or shader bubble pass.' },
53+ { key = ' off' , name = ' Off (no cables)' , desc = ' Hide the cables/wires entirely.' },
5554 },
5655 value = ' full' ,
5756 OnChange = function (self )
0 commit comments