thats because the game dosnt know your bath (im guessing its a bathtub) is supposed to be in a script so when the script is looking for $bathallied it cant find one cuz it dosnt realize the bath is supposed to be scripted
HDL_CinC_Dragon wrote:thats because the game dosnt know your bath (im guessing its a bathtub) is supposed to be in a script so when the script is looking for $bathallied it cant find one cuz it dosnt realize the bath is supposed to be scripted
Ok, I understand that.. But how do I have to fix it?
Thanks for the help
HDL_CinC_Dragon wrote:thats because the game dosnt know your bath (im guessing its a bathtub) is supposed to be in a script so when the script is looking for $bathallied it cant find one cuz it dosnt realize the bath is supposed to be scripted
Ok, I understand that.. But how do I have to fix it?
Thanks for the help
lol ok. So you have the bath tub but its only a regular entity. The game is looking for anything thats a "script_model" or "script_object" or something "script_...". What you need to do is (with out having anything selected) create a "script_model" and then press "n". when the little window pops up, in the first typing box labeled "key" inside the window type "model" then in the typing box under that titled "Value" type "static/bathtub.tik" and now just place it where ever you want it and now you can fully script it to do what ever you want
Ok, tried that.. It does work, but
1) the bath is ugly yellow colored (maybe because of the "-fast" at vis options.)
2) i can only sit on top of it. Not in the bath itself..
3) The "standard" models dissapear..
the shader has rgbGen Vertex in it that is why you get that error . It happens alot with the models in the static models section . If it is a cutom map you can make a custom shader and change the shader to read rgbGen lightingSpherical
bdbodger wrote:the shader has rgbGen Vertex in it that is why you get that error . It happens alot with the models in the static models section . If it is a cutom map you can make a custom shader and change the shader to read rgbGen lightingSpherical
Thank you very much ! It is a nice model now . I edited the "bath part"of "furniture.shader" and now it works Thanks!