Page 1 of 1

Wall with text and button

Posted: Mon Oct 08, 2012 11:41 pm
by Mutman
Hi,
is it possible to have for example temple_wall_text and under it in right position (i mean in same brick as it is supposed to be) to have temple_secret_button_tiny?

I think i need new texture with button and text, but with two classes - is this even possible?

I need i to look like this (made in photoshop):
SpoilerShow
Image
I would be really gratefull for any help with creating such thing. Thanks

Re: Wall with text and button

Posted: Mon Oct 08, 2012 11:51 pm
by Lmaoboat
You could make a new texture for the button wall that includes the text, and then put an invisible text wall on top of that, that's all I can think of.

Re: Wall with text and button

Posted: Mon Oct 08, 2012 11:55 pm
by Neikun
hold on. I got an idea

EDIT: Didn't work. Too much cliping.

Code: Select all

defineObject{
	name = "temple_secret_button_tiny_test",
	class = "Button",
	model = "assets/models/env/temple_secret_button_tiny.fbx",
	pressAnim = "assets/animations/env/temple_secret_button_tiny_press.fbx",
	replacesWall =true,
	placement = "wall",
	editorIcon = 12,
}

defineObject{
	name = "temple_wall_text_test",
	class = "WallText",
	model = "assets/models/env/temple_wall_text.fbx",
	placement = "wall",
	replacesWall = false,
	editorIcon = 28,
}

Re: Wall with text and button

Posted: Tue Oct 09, 2012 7:26 am
by Mutman
Yeah i tried to use replacesWall = false too but it was ugly, i think it must really be done through new texture and then with an invisible wall

Re: Wall with text and button

Posted: Tue Oct 09, 2012 5:24 pm
by Mutman
Nevermind, figured i could use wall_button instead of that tiny buttons