Wall with text and button

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Mutman
Posts: 73
Joined: Sun Apr 08, 2012 9:57 pm
Location: Krupka, Czech Republic

Wall with text and button

Post 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
Runebooks: http://www.nexusmods.com/legendofgrimrock2/mods/13/? for Legend of Grimrock 2
Runebooks and books: http://grimrock.nexusmods.com/mods/217/ for Legend of Grimrock 1
Lmaoboat
Posts: 359
Joined: Wed Apr 11, 2012 8:55 pm

Re: Wall with text and button

Post 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.
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: Wall with text and button

Post 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,
}
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Mutman
Posts: 73
Joined: Sun Apr 08, 2012 9:57 pm
Location: Krupka, Czech Republic

Re: Wall with text and button

Post 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
Runebooks: http://www.nexusmods.com/legendofgrimrock2/mods/13/? for Legend of Grimrock 2
Runebooks and books: http://grimrock.nexusmods.com/mods/217/ for Legend of Grimrock 1
User avatar
Mutman
Posts: 73
Joined: Sun Apr 08, 2012 9:57 pm
Location: Krupka, Czech Republic

Re: Wall with text and button

Post by Mutman »

Nevermind, figured i could use wall_button instead of that tiny buttons
Runebooks: http://www.nexusmods.com/legendofgrimrock2/mods/13/? for Legend of Grimrock 2
Runebooks and books: http://grimrock.nexusmods.com/mods/217/ for Legend of Grimrock 1
Post Reply