Transparent objects?
#8

Quote:
Originally Posted by EstoniaNMaN
View Post
If you put the object in server files, you need to use a base ID of 19466 (mall window ID), which makes the transparency fixed.
I just did a test, and it worked just like you said, thanks.

But... I have this problem.
I'm loading the model from individual folders, as Kalcor did with vc/lv, the problem with this is that the transparency 'effect' only works for me if the model is inside the "models" folder, and not within a subfolder , why?


Example:
Screenshot 1 - Folder path.
Screenshot 2 - Not trasparency.(Subfolder path)
Screenshot 3 - Transparency (Folder models)

Method of Kalcor:
Code:
AddAllMODSRPSimpleObject(flags,newmodelid,dffpath[],txdpath[])
{
AddSimpleModel(zhmodels_vworld,FindModelIDForFlags(flags),newmodelid,dffpath,txdpath);
}


AddAll_MEMODS()
{
AddAllMODSRPSimpleObject(19466, -1022, "Modelskrit/Recimari/Recipmaria.dff","Modelskrit/Onetxd/grasshouse.txd");
}
Method of artconfig:
Code:
AddSimpleModel(-1,19466, -1022, "Recipmaria.dff", "grasshouse.txd");
Reply


Messages In This Thread
Transparent objects? - by Mrhind - 07.04.2019, 03:46
Re: Transparent objects? - by raydx - 07.04.2019, 09:49
Re: Transparent objects? - by Mrhind - 07.04.2019, 11:42
Re: Transparent objects? - by EstoniaNMaN - 07.04.2019, 11:56
Re: Transparent objects? - by Mrhind - 07.04.2019, 14:33
Re: Transparent objects? - by Yaozu - 07.04.2019, 15:09
Re: Transparent objects? - by Mrhind - 07.04.2019, 15:23
Re: Transparent objects? - by Mrhind - 07.04.2019, 18:22
Re: Transparent objects? - by Mrhind - 09.04.2019, 03:38

Forum Jump:


Users browsing this thread: 1 Guest(s)