Spiderweb Beautification and other stuff...

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Spiderweb Beautification and other stuff...

Post by Batty »

I'm just learning Blender so I started with some very simple tasks. The spiderwebs look great but are positioned oddly. They just hang down from the ceiling and aren't attached to the wall (noticeable from the side). So I repositioned all four.

Web 1 - lowered, angled a bit and attached to the wall:
SpoilerShow
Image
Web 2 - same treatment as web 1:
SpoilerShow
Image
Web 3 - same height, moved it back and attached it to the wall:
SpoilerShow
Image
Web 4 - same treatment as webs 1 & 2:
SpoilerShow
Image
I also made a shortsword, darkened the grip a little to differentiate it from the longsword:
SpoilerShow
Image
Reattached the ceiling lantern to the ceiling so it's usable:
SpoilerShow
Image
The sling clipped the wall when on the bench so I altered it in Blender:
SpoilerShow
Image
Anyway, Blender is very scary when you first open it but it doesn't take long to feel comfortable and I'm looking forward to doing bigger things.

Made possible by already legend Dr. J and his GMT!

EDIT — spiderweb files:
webs.zip
You need one material def. and 4 objects:

Code: Select all

defineMaterial{
	name = "spider_web",
	diffuseMap = "assets/textures/props/spider_webs_dif.tga",
	doubleSided = true,
	lighting = false,
	alphaTest = false,
	blendMode = "Translucent",
	textureAddressMode = "Wrap",
	glossiness = 20,
	depthBias = 0,
}

cloneObject{
   name = "dungeon_spider_web_1",
   baseObject = "dungeon_spider_web_1",
   model = "mod_assets/models/spider_web_1.fbx",
}

cloneObject{
   name = "dungeon_spider_web_2",
   baseObject = "dungeon_spider_web_2",
   model = "mod_assets/models/spider_web_2.fbx",
}

cloneObject{
   name = "dungeon_spider_web_3",
   baseObject = "dungeon_spider_web_3",
   model = "mod_assets/models/spider_web_3.fbx",
}

cloneObject{
   name = "dungeon_spider_web_4",
   baseObject = "dungeon_spider_web_4",
   model = "mod_assets/models/spider_web_4.fbx",
}
Shortsword & icon:
shortsword.zip
Definitions:

Code: Select all

defineMaterial{
   name = "short_sword",
	diffuseMap = "mod_assets/textures/short_sword_dif.tga",
	specularMap = "assets/textures/items/long_sword_spec.tga",
	doubleSided = false,
	lighting = true,
	alphaTest = false,
	blendMode = "Opaque",
	textureAddressMode = "Wrap",
	glossiness = 45,
	depthBias = 0,
}

cloneObject{
	name = "short_sword",
	baseObject = "long_sword",
	uiName = "Shortsword",
	gfxAtlas = "mod_assets/textures/icons.tga",            --change filename to your icons file
	gfxIndex = 1,                                          --change gfxIndex to match your icons file
	model = "mod_assets/models/short_sword.fbx",
	attackPower = 10,
	coolDownTime = 3,
	weight = 2.0,
}
Ceiling lantern:
ceiling_lantern.model
Place the LightSource object on the lantern, you also need to add a playSoundAt("torch_burning", level, x, y) in a SE.

Code: Select all

defineObject{
	name = "ceiling_lantern_fx",
	class = "LightSource",
	lightPosition = vec(0, 2.58, 0),
	lightRange = 12,
	lightColor = vec(0.7, 0.5, 0.5),
	brightness = 12,
	castShadow = true,
	particleSystem = "torch",
	placement = "floor",
	editorIcon = 88,
}

defineObject{
	name = "ceiling_lantern",
	class = "Decoration",
	model = "mod_assets/models/ceiling_lantern.fbx",
	placement = "floor",
	editorIcon = 84,
}
Last edited by Batty on Fri Oct 12, 2012 3:06 pm, edited 6 times in total.
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: Spiderweb Beautification and other stuff

Post by Neikun »

Good job, Batty.
Also, did someone say Spiderweb alcove?
It's a great place to stick a key~

EDIT: Be sure to release these to the public! =D
I like the short sword idea.
"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: 3656
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Spiderweb Beautification and other stuff

Post by Komag »

Those are nice tweaks, thanks!
Finished Dungeons - complete mods to play
User avatar
Trap
Posts: 67
Joined: Mon Sep 24, 2012 2:09 am

Re: Spiderweb Beautification and other stuff

Post by Trap »

very nice
User avatar
crisman
Posts: 305
Joined: Sat Sep 22, 2012 9:23 pm
Location: Italy

Re: Spiderweb Beautification and other stuff

Post by crisman »

Good job :D
Spiderweb alcove?? Why not?
And maybe the spiderweb is so thick that you need a knife to cut it and retrieve the key? Just an idea :D
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: Spiderweb Beautification and other stuff

Post by Batty »

You guys are like alcove zombies alllllcoooooove uhhhhh

A key in the webs could be really cool, I'll post files for this stuff on Google drive tomorrow.
User avatar
Edsploration
Posts: 104
Joined: Wed Sep 19, 2012 4:32 pm

Re: Spiderweb Beautification and other stuff

Post by Edsploration »

Rule: If it exists, there's an alcove of it!

You guys seriously need to make a dungeon which is just an alcove key easter egg hunt.

And perhaps it could be for the upcoming community dungeon project *wink* *nudge*.

Oh, and the webs look superb by the way. More great stuff!
Open Project -> Community FrankenDungeon: viewtopic.php?f=14&t=4276
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: Spiderweb Beautification and other stuff

Post by Neikun »

ALCOVE MANIA 2012!!!
BE THERE BE THERE BE THERE!!!
SUNDAY.
"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
Kuningas
Posts: 268
Joined: Wed Apr 11, 2012 10:29 pm
Location: Northern Finland

Re: Spiderweb Beautification and other stuff

Post by Kuningas »

They thought he was an altar...

...They were dead wrong.


THE WEREALCOVE

COMING 2012, TO A MOUNT GRIMROCK NEAR YOU
BASILEUS
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: Spiderweb Beautification and other stuff

Post by Neikun »

Ahahahahaha
That's funny.
"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!
Post Reply