Page 1 of 1

CameraTexture black screen

Posted: Sun Oct 29, 2017 8:31 am
by Fabysk
Not sure if the CameraTexture is removed in Zan 3.0. It has been working fine in the past until 3.0's release.
Spoiler: In Slade 3 (Open)
Image
Spoiler: In GZDoom Builder/Script Window/Texture to confirm it is formatted correct. Yes the camera has a tag of 1 (Open)
Image
Spoiler: In game (Open)
Image

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 9:28 am
by PREPPER
1.Is the graphic TCAMTEXT1 204.08kb the black texture?
2.Are you summon the skulltag files in gzdoom builder?

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 6:52 pm
by Fabysk
PREPPER wrote:
Sun Oct 29, 2017 9:28 am
1.Is the graphic TCAMTEXT1 204.08kb the black texture?
Yes.
PREPPER wrote:
Sun Oct 29, 2017 9:28 am
2.Are you summon the skulltag files in gzdoom builder?
Not sure what you mean by that.

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 7:25 pm
by Matiu
Fabysk wrote:
Sun Oct 29, 2017 6:52 pm
PREPPER wrote:
Sun Oct 29, 2017 9:28 am
2.Are you summon the skulltag files in gzdoom builder?
Not sure what you mean by that.
Probably if you inserted Skulltag Stuff in the GZDoom Builder.

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 7:32 pm
by Dusk
I don't see a camera actor in the editor screenshot, are you sure that it's there?

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 8:09 pm
by Fabysk
Dusk wrote:
Sun Oct 29, 2017 7:32 pm
I don't see a camera actor in the editor screenshot, are you sure that it's there?
It is there. Screenshot to confirm.
Spoiler: (Open)
Image
Spoiler: (Open)
Image
I have tried using all types of cameras (Security Camera, Moving Camera, and Aiming Camera).
MetalGuy213 wrote:
Sun Oct 29, 2017 7:25 pm
Probably if you inserted Skulltag Stuff in the GZDoom Builder.
I have yet to try that. What is odd is that past Zan versions, it worked just fine without any problems.
Edit: Even if I used Skulltag Stuff in GZDB, of course I'll be able to see it, but other users will not be able to. Should this be on the tracker?

Re: CameraTexture black screen

Posted: Sun Oct 29, 2017 10:50 pm
by ibm5155
Does it work in gzdoom? maybe its just another thing that someone had decide that it shouldn't work anymore that way

Re: CameraTexture black screen

Posted: Mon Oct 30, 2017 6:38 am
by Fabysk
ibm5155 wrote:
Sun Oct 29, 2017 10:50 pm
Does it work in gzdoom? maybe its just another thing that someone had decide that it shouldn't work anymore that way
It does work in GZDoom.

Re: CameraTexture black screen

Posted: Tue Oct 31, 2017 12:39 pm
by Lollipop
Does the behavior differ between different versions of zandronum with the same unmodified file?

Re: CameraTexture black screen

Posted: Tue Oct 31, 2017 8:29 pm
by Fabysk
Lollipop wrote:
Tue Oct 31, 2017 12:39 pm
Does the behavior differ between different versions of zandronum with the same unmodified file?
Yup. I've noticed this while working on Despair. Certain menus used the 'SetCameraToTexture' script and works just fine with all Zan versions except 3.0.

This is what it looks like playing.
Spoiler: Ascension Update using the 'SetCameraToTexture' script as a background on Zan 3.0 (Open)
Image
Until I had to change it to this.
Spoiler: Severance Update without the' SetCameraToTexture' background (Open)
Image
I did a test on my laptop using the same method to add textures to cameras to make sure it wan't my desktop causing this and it also does not work. Tested it out with GZDoom on my desktop and laptop and works just fine as it should.
I can conclude that it has been removed in Zan 3.0 or it is currently bugged.