Page 1 of 2

Floor Blood Prop Request

Posted: Sat Mar 16, 2013 11:38 pm
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-)

Re: Floor Blood Prop Request

Posted: Mon Mar 18, 2013 8:20 am
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

Re: Floor Blood Prop Request

Posted: Sun Mar 24, 2013 3:07 pm
by Krazzikk
Thanks, but the link seems like it's still broken. :l

It says "Cannot connect"

Re: Floor Blood Prop Request

Posted: Sun Mar 24, 2013 3:22 pm
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...)

Re: Floor Blood Prop Request

Posted: Sun Mar 24, 2013 3:36 pm
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

Re: Floor Blood Prop Request

Posted: Sun Mar 24, 2013 5:01 pm
by akroma222
Much appreciated Xanathar :)

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

Because blood on the floor is awesome

Re: Floor Blood Prop Request

Posted: Mon Mar 25, 2013 12:46 am
by Krazzikk
Ah,

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

Rawr, Thanks!

Re: Floor Blood Prop Request

Posted: Mon Mar 25, 2013 3:25 am
by Krazzikk
Wait :x

Where do I put the file?

Re: Floor Blood Prop Request

Posted: Mon Mar 25, 2013 11:52 am
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

Re: Floor Blood Prop Request

Posted: Mon Mar 25, 2013 2:05 pm
by Krazzikk
SpoilerShow
Image]
d(^_^)b