- Posts: 46
- Thank you received: 3
Help with script?
- April McKenna
-
Topic Author
Less
More
11 May 2023 23:15 #2484
by April McKenna
Help with script? was created by April McKenna
I would like to alter the power wind turbine a bit to only show the power rate and nothing else. i have tried altering it myself but i either get it scrambled or nothing on the floating text.
Please Log in or Create an account to join the conversation.
- Buzzy Cnayl
-
Less
More
- Posts: 323
- Thank you received: 63
12 May 2023 12:28 #2490
by Buzzy Cnayl
Replied by Buzzy Cnayl on topic Help with script?
In the script power_eco_generator change line 157 from:
to
Code:
txtMsg = TXT_WIND_DIR+": "+(string)compassWind+"°\n" +TXT_WIND_SPEED +": "+(string)windSpeed+" m/S\n"+ TXT_EFFICIENCY +": " +(string)effi + " %\n";
to
Code:
txtMsg = TXT_EFFICIENCY +": " +(string)effi + " %\n";
Please Log in or Create an account to join the conversation.
- April McKenna
-
Topic Author
Less
More
- Posts: 46
- Thank you received: 3
12 May 2023 13:20 #2493
by April McKenna
Replied by April McKenna on topic Help with script?
Thanks Buzzy, will give it a go and let you know the outcome.
Please Log in or Create an account to join the conversation.