Floor Blood Prop Request

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Krazzikk
Posts: 37
Joined: Sat Mar 16, 2013 11:30 pm

Floor Blood Prop Request

Post by Krazzikk »

Hello I'm completely new to this forum (was suggested by mahric, or as I know him as, Decoy)so I'm not completely sure how you guys roll around here, and what the proper etiquette is, but I would like to request a floorBlood prop. I have very limited experience in scripting and was hoping you guys could direct me to a link to the assets for a prop like this, or could make me one, and for the general LoG community, as I think it would be a very nice prop to have and very useful.

Thanks tons!
-Krazz 8-)
User avatar
akroma222
Posts: 1029
Joined: Thu Oct 04, 2012 10:08 am

Re: Floor Blood Prop Request

Post by akroma222 »

Hi Krazzikk,
There is actually already a bloody floor prop for the dungeon wall set.
However, one of our modders, Batty, created it and has since left - I think - and the links seem to be broken.

So, I will leave the model and texture here:
http://ge.tt/3XwZzPb

And this goes into materials.lua and objects.lua:
SpoilerShow

Code: Select all

defineMaterial{
   name = "dungeon_floor_blood_01",
   diffuseMap = "mod_assets/textures/dungeon_floor_blood_01_dif.tga",
   specularMap = "assets/textures/env/dungeon_floor_spec.tga",
   normalMap = "assets/textures/env/dungeon_floor_normal.tga",
   doubleSided = false,
   lighting = true,
   alphaTest = false,
   blendMode = "Opaque",
   textureAddressMode = "Wrap",
   glossiness = 30,
   depthBias = 0,
}

defineObject{
   name = "dungeon_floor_blood_01",
   class = "Decoration",
   model = "mod_assets/models/dungeon_floor_blood_01.fbx",
   placement = "floor",
   replacesFloor = true,
   editorIcon = 100,
}
Now, this was created by Batty - let it be known!!! - and I assume it is ok for me to repost this for the community to use
If I am incorrect here, and I should not have reposted Batty's work, please someone inform me.

Hope this helps :D
User avatar
Krazzikk
Posts: 37
Joined: Sat Mar 16, 2013 11:30 pm

Re: Floor Blood Prop Request

Post by Krazzikk »

Thanks, but the link seems like it's still broken. :l

It says "Cannot connect"
User avatar
akroma222
Posts: 1029
Joined: Thu Oct 04, 2012 10:08 am

Re: Floor Blood Prop Request

Post by akroma222 »

Rrrrm, that is quite strange... the model and texture have been downloaded 17 times so far, I just checked the link then myself (and downloaded the files over again)....
Has anyone else encountered any issues with the link?? (I am not sure what could be going wrong...)
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: Floor Blood Prop Request

Post by Xanathar »

I confirm the link works and I was able to download it.

But if you still can't, I mirrored it here: https://www.dropbox.com/s/4emadgqvklu06 ... ood_01.zip
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com

The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563

My preciousss: http://www.moonsharp.org
User avatar
akroma222
Posts: 1029
Joined: Thu Oct 04, 2012 10:08 am

Re: Floor Blood Prop Request

Post by akroma222 »

Much appreciated Xanathar :)

Krazzikk, let us know how you go... try Xanathar's link??

Because blood on the floor is awesome
User avatar
Krazzikk
Posts: 37
Joined: Sat Mar 16, 2013 11:30 pm

Re: Floor Blood Prop Request

Post by Krazzikk »

Ah,

I have no idea why the original link refused to work but the mirror link worked :D

Rawr, Thanks!
User avatar
Krazzikk
Posts: 37
Joined: Sat Mar 16, 2013 11:30 pm

Re: Floor Blood Prop Request

Post by Krazzikk »

Wait :x

Where do I put the file?
User avatar
akroma222
Posts: 1029
Joined: Thu Oct 04, 2012 10:08 am

Re: Floor Blood Prop Request

Post by akroma222 »

Hehe... download the zip file Xanathar has posted (as you have done)
unzip with your program of choice (I use jZip)
there will be the texture which goes straight into your mod_assets/textures file
and then the model file goes into your mod_assets/models file
User avatar
Krazzikk
Posts: 37
Joined: Sat Mar 16, 2013 11:30 pm

Re: Floor Blood Prop Request

Post by Krazzikk »

SpoilerShow
Image]
d(^_^)b
Post Reply