Question Help with script?
- April McKenna
- Topic Author
- Thank you received: 3
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.
by April McKenna
Please Log in or Create an account to join the conversation.
- Buzzy Cnayl
- Thank you received: 47
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";
by Buzzy Cnayl
Please Log in or Create an account to join the conversation.
- April McKenna
- Topic Author
- Thank you received: 3
Thanks Buzzy, will give it a go and let you know the outcome.
by April McKenna
Please Log in or Create an account to join the conversation.