[DONE] Grimrock Model Tookit

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Neikun »

Okay. So I've finally downloaded the thing -but I don't know what I'm doing lol-
I'm trying to use a pullchain model as a button.
It needs a button node on the chain handle.
How would I go about doing that?

While I'm at it, could you provide a step by step process of how you made the mace show up in grimrock?
I tried putting it in as a custom mace, and it doesn't show up on the floor. In an alcove it looks like a white tube.
Last edited by Neikun on Wed Sep 26, 2012 1:11 pm, edited 1 time in total.
"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
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Neikun »

I just realised there are a whole bunch of models in our model folder that weren't in the game. Check out this lantern!
Image
To make it function like a torch holder, simply add this to your objects.lua

Code: Select all

defineObject{
	name = "lantern",
	class = "TorchHolder",
	model = "assets/models/env/wall_lantern.fbx",
	anchorPos = vec(0.05, 1.53, -0.25),
	anchorRotation = vec(0, -20, -90),
	placement = "wall",
	editorIcon = 84,
}
Thanks, AlmostHuman!
"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
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: [WIP] Grimrock Model Tookit

Post by Komag »

Neikun wrote: could you provide a step by step process of how you made the mace show up in grimrock?
I tried putting it in as a custom mace, and it doesn't show up on the floor. In an alcove it looks like a white tube.
I'd rather he wait on this until the tool it more mature, so he can use his time on that rather than a tutorial which would only get outdated within a couple days
Finished Dungeons - complete mods to play
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Neikun »

A very good point haha
"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
Tomm
Posts: 36
Joined: Sat Apr 14, 2012 2:15 pm

Re: [WIP] Grimrock Model Tookit

Post by Tomm »

I tried to import several .obj files on my laptop and it does the same thing as on my desktop. Also tried exporting .obj from blender, importing in meshlab and exporting again. Still the same exception.. :|
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: [WIP] Grimrock Model Tookit

Post by Batty »

Neikun wrote:I just realised there are a whole bunch of models in our model folder that weren't in the game. Check out this lantern!
Great discovery! Wonder why AH didn't use it? I like it better than the standard torch holder.

There's a ceiling lantern too but I can't get it to hang correctly, it 's floating down a bit. There's also a temple fountain model but I can't find any textures for it.

Code: Select all

defineObject{
	name = "ceiling_lantern",
	class = "LightSource",
	lightPosition = vec(0, 2.4, 0),
	lightRange = 15,
	lightColor = vec(0.35, 0.98, 1.5),
	brightness = 11,
	castShadow = true,
	model = "assets/models/env/ceiling_chain_lantern.fbx",
	particleSystem = "torch",
	placement = "floor",
	editorIcon = 88,
}
Image
User avatar
LordGarth
Posts: 500
Joined: Mon Jun 18, 2012 5:07 pm
Location: Colorado USA

Re: [WIP] Grimrock Model Tookit

Post by LordGarth »

I cant seem to figure out how to take a screenshot or where the screenshot is stored.

I want to show my new wallsets.

Thx,

LG
Dungeon Master and DOOM will live forever.
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: [WIP] Grimrock Model Tookit

Post by Batty »

LordGarth wrote:I cant seem to figure out how to take a screenshot or where the screenshot is stored.

I want to show my new wallsets.

Thx,

LG
I just use print screen then paste into paint or if you're in Steam, hit F12.
Last edited by Batty on Wed Sep 26, 2012 6:42 pm, edited 1 time in total.
User avatar
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: [WIP] Grimrock Model Tookit

Post by Komag »

you can also try FRAPS, very easy with that
Finished Dungeons - complete mods to play
User avatar
Isaac
Posts: 3172
Joined: Fri Mar 02, 2012 10:02 pm

Re: [WIP] Grimrock Model Tookit

Post by Isaac »

Komag wrote:you can also try FRAPS, very easy with that
Fraps will also do video, and the demo is free. I use this program quite often.
Post Reply