untoldwind / KontrolSystem2

Autopilot scripting system for KSP2
Other
54 stars 14 forks source link

BUG print_at ? #162

Closed PhilouDS closed 4 days ago

PhilouDS commented 2 months ago

Version 0.5.8.2

Hi. The code below works perfectly fine:

while(true) {
  CONSOLE.print_at(2, 0, $"{current_time():N2}")
  yield()
}

But if the column variable is not 0:

while(true) {
  CONSOLE.print_at(0, 2, $"{current_time():N2}")
  yield()
}

then, the script runs but nothing appear in the console. No error message. Just nothing. I know the script is running because of the red square. How strange is that! image

untoldwind commented 2 months ago

Yes this is a bug ... might have happened during the introduction of the command prompt.

untoldwind commented 2 months ago

This should work now in 0.5.8.3

PhilouDS commented 2 months ago

NICE

image

PhilouDS commented 2 months ago

This should work now in 0.5.8.3

For me, the problem is solved. Thanks.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] commented 4 days ago

This issue was closed because it has been inactive for 14 days since being marked as stale.