Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVA'd kerbals draw inside the navball on RPM monitors. #626

Open
Virindi-AC opened this issue Apr 22, 2017 · 3 comments
Open

EVA'd kerbals draw inside the navball on RPM monitors. #626

Virindi-AC opened this issue Apr 22, 2017 · 3 comments
Assignees
Labels

Comments

@Virindi-AC
Copy link
Contributor

Virindi-AC commented Apr 22, 2017

http://www.virindi.net/junk/rpm_kerbal.png

Can be somewhat annoying to reproduce since it depends on orientation. However, this seems to happen when the eva'd kerbal is very near the pod in question. I have had it occur with a 1-kerbal lander pod.

Note that texturereplacer (reflective helmet) and scatterer were running in this screenshot. I am not sure if either is related.

@Virindi-AC Virindi-AC changed the title EVA'd kerbals draw inside the navball texture on RPM monitors. EVA'd kerbals draw inside the navball on RPM monitors. Apr 22, 2017
@MOARdV MOARdV self-assigned this Apr 23, 2017
@MOARdV MOARdV added the bug label Apr 23, 2017
@MOARdV MOARdV added this to the v0.29.0 milestone Apr 23, 2017
@MOARdV
Copy link
Collaborator

MOARdV commented Apr 23, 2017

That shouldn't happen (obviously). The navball is rendered on drawing layer 17 by default, and EVA kerbals should be on a different layer, unless Squad moved the layers around some time in the last couple of versions.

@MOARdV MOARdV removed this from the v0.29.0 milestone Jul 20, 2017
@Dunbaratu
Copy link

Apparently SQUAD did put EVA on layer 17 now, according to this post:

https://forum.kerbalspaceprogram.com/index.php?/topic/84273-unity-layers-and-tags-updated-02-jan-2018/&page=2

I don't know how reliable that post is.

I've been banging my head against this problem in kOS for a while: I have no clue what layer to use for rendering to a rendertexture if I'd like to create the ability for scripts to draw lines and circles on the terminal screen. It looks like they're all taken by something.

@MOARdV
Copy link
Collaborator

MOARdV commented Feb 4, 2018

I've been banging my head against this problem in kOS for a while: I have no clue what layer to use for rendering to a rendertexture if I'd like to create the ability for scripts to draw lines and circles on the terminal screen. It looks like they're all taken by something.

For Avionics Systems, I picked an entirely new layer:

https://github.com/MOARdV/AvionicsSystems/blob/ef40264d3f85ed69829b3c3d1efe297877304f0e/Source/MASMonitor.cs#L81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants