Invisible Texture bugs in interior (SetObjectMaterial) -
Basssiiie - 27.07.2013
Hi there,
I use the following code to remove curtains in my interior:
Code:
interior = CreateObject(14755, 200.0, 200.0, 200.0, 0.0, 0.0, 0.0);
SetObjectMaterial(interior, 1, 0, "none", "none", 0);
Now when I'm in interior ID 0, everything is fine. The curtains are nicely removed and you can see the windows behind it. (Picture 1)
But when I go to interior ID 1 or 5 or 13 or whatever else than 0 using SetPlayerInterior, the curtains show weird problems. (Picture 2)
Picture 1:
Picture 2:
Weather isn't a factor, it happens on every weather type. Also altitude isn't a factor. On the pictures the interior is at a height of 200.0, but I had them on 1200.0 when I first discovered this problem.
I hope the team can look into this problem.
Regards,
Basssiiie
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
Sellize - 27.07.2013
Not a bug, when they made SA they didnt create the window behind the curtain since nobody would see it. Thats like telling a joke while nobody is listening. (NL: Toen ze SA hebben gemaakt hebben ze gewoon dat gordijn dr neer geflikkert en daarachter niks gemaakt omdat toch niemand het ziet)
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
Basssiiie - 27.07.2013
Quote:
Originally Posted by Sellize
Not a bug, when they made SA they didnt create the window behind the curtain since nobody would see it. Thats like telling a joke while nobody is listening. (NL: Toen ze SA hebben gemaakt hebben ze gewoon dat gordijn dr neer geflikkert en daarachter niks gemaakt omdat toch niemand het ziet)
|
Well, if you'd looked at the first screenshot, there's obviously a window there. It's the exact same object in both screenshots, only in the second one the curtain glitches out. ^^ (NL: Hoi.)
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
Pottus - 28.07.2013
It looks like a weather/time related issue did you try changing them?
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
SwisherSweet - 28.07.2013
What did you use to setplayerinterior cmd checkpoint by the look of it you did not srtplayerpos and setplayerinterior right, it can also be a possibility that, that your outside interior 0 and you looking inside a different interior
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
KingHual - 28.07.2013
Quote:
Originally Posted by Avengerâ„¢
What did you use to setplayerinterior cmd checkpoint by the look of it you did not srtplayerpos and setplayerinterior right, it can also be a possibility that, that your outside interior 0 and you looking inside a different interior
|
All of your assumptions are plain silly.
Re: Invisible Texture bugs in interior (SetObjectMaterial) -
Basssiiie - 28.07.2013
Quote:
Originally Posted by [uL]Pottus
It looks like a weather/time related issue did you try changing them?
|
I tried changing the weather -> no differences. It seems to be purely different when in another interior.
Quote:
Originally Posted by Avengerâ„¢
What did you use to setplayerinterior cmd checkpoint by the look of it you did not srtplayerpos and setplayerinterior right, it can also be a possibility that, that your outside interior 0 and you looking inside a different interior
|
I am in an interior. I did some /interior while testing (this shows your current interior ID) and it was okay. Also, if you look carefully you can see the ocean in the background on the first screenshot, but on the second screenshot the ocean is invisible. The ocean is invisible while in an interior.
Would be awesome if someone could try and confirm this problem.