[Release] Cozy Dungeons

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Billick
Posts: 201
Joined: Thu Apr 19, 2012 9:28 pm

Re: [Release] Bookshelves resource

Post by Billick »

I made a mini add on for this (already awesome) mod. To use it, install Phitt's mod, and then copy this code into your objects.lua file. Drop the book_slot_left object on top of a temple_bookshelf_alcove object. The original alcove may need some tweaking to be able to put anything back into the slot though. Feel free to tweak the positioning if you want.

Code: Select all

defineObject{
	name = "book_slot_left",
	class = "Alcove",
	anchorPos = vec(-0.7, 0.8, 0.17),
	anchorRotation = vec(90, 90, -25),
	targetPos = vec(-0.7, 0.8, 0),
	targetSize = vec(0.2, 0.1, 0.1),
	placement = "wall",
	onInsertItem = function(self, item)
		return self:getItemCount() == 0 and string.find(item.name, "tome") ~= nil
	end,
	editorIcon = 92,
}
SpoilerShow
Image
Halls of Barrian - current version 1.0.3 - Steam Nexus
Me Grimrock no bozo!
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [Release] Bookshelves resource

Post by Neikun »

I'm finally getting around to using these.
Your wood texture makes for a nice slime! :3
Now I just need some wood sliding sounds..

EDIT: Also makes my woodfloor look a lot better than using the wood_pole material.
"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
HaunterV
Posts: 676
Joined: Mon Apr 16, 2012 9:54 pm
Location: Barrie, Ontario, Canada

Re: [Release] Bookshelves resource

Post by HaunterV »

Neikun wrote:I'm finally getting around to using these.
Your wood texture makes for a nice slime! :3
Now I just need some wood sliding sounds..

EDIT: Also makes my woodfloor look a lot better than using the wood_pole material.
wood creaks and groans it doesn't slide :P

There has to be some wooden movement sounds out there somewhere.
whatabout this?
http://www.youtube.com/watch?v=YWBn9t-Aym8
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
User avatar
Merethif
Posts: 274
Joined: Tue Apr 24, 2012 1:58 pm
Location: Poland

Re: [Release] Bookshelves resource

Post by Merethif »

Thanks Phitt for sharing those awesome bookshelves.

Now if someone were able to create hidden button with one of those shelves (I mean classic pushing-book-button of course).
I can imagine those players trying to click every single book... just in case ;-)
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [Release] Bookshelves resource

Post by Neikun »

@Merethif, Once animations are a go I want to get to work on a booklever and inward sliding secret door out of the shelf.

@Haunter: While you have a point about the creaking (I think I could use herder sound effects) Wood most definitely makes a distinct sliding sound as it slides across a floor.
"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
HaunterV
Posts: 676
Joined: Mon Apr 16, 2012 9:54 pm
Location: Barrie, Ontario, Canada

Re: [Release] Bookshelves resource

Post by HaunterV »

Neikun wrote:@Merethif, Once animations are a go I want to get to work on a booklever and inward sliding secret door out of the shelf.

@Haunter: While you have a point about the creaking (I think I could use herder sound effects) Wood most definitely makes a distinct sliding sound as it slides across a floor.
I'd be happy with just a click and the whole thing sliding into the floor. Possibly a "Hmm? What's this?" tossed up on screen at the same time to distract from no actual book moving.
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [Release] Bookshelves resource

Post by Neikun »

That can be done once we can create a gate node on it.
"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
Darklord
Posts: 2001
Joined: Sat Mar 03, 2012 12:44 pm
Location: England

Re: [Release] Bookshelves resource

Post by Darklord »

Thanks for sharing these, they are really nice! Looking forward to your finished mod to! :D

Daniel.
A gently fried snail slice is absolutely delicious with a pat of butter...
User avatar
Phitt
Posts: 442
Joined: Tue Aug 14, 2012 9:43 am

Re: [Release] Bookshelves resource

Post by Phitt »

After playing Edsploration's mod ('The big, friendly Warden') I decided to make a complete set of furniture so people can make a cosy home in the editor. Table is done
SpoilerShow
Image
I'd like to make different chairs (with cushions) and add some optional deco on top of it (dishes, cutlery, maybe some books etc) - right now it works as an altar, but since an altar can only have a single anchor pos in the center it starts to look strange with more than one item on top of it.

The mine tileset has priority right now, but afterwards I'll do some more stuff, maybe a bed, a fireplace, rugs, cupboards, dressers etc.
Last edited by Phitt on Sat Nov 17, 2012 4:32 pm, edited 1 time in total.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: [Release] Bookshelves resource

Post by Komag »

wow, that's fantastic! And it goes well in that setting :)
Finished Dungeons - complete mods to play
Post Reply