Frictional Games Forum (read-only)

Full Version: Holdning the flashlight like in penumbra
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(05-31-2013, 11:43 PM)Smoke Wrote: [ -> ]models > player > hands

I'm not sure if you need to edit the lantern.ho
But if i remove it the game crashes.
Have you edited the lantern.ho?
(06-01-2013, 08:48 AM)Smoke Wrote: [ -> ]Have you edited the lantern.ho?
No, I Will try
I'll be a little more specific. I wasn't yesterday because I was so tired >.>

The lantern.ho points to all the animations and files of the hand. (Animation of moving up and down). If you delete these files the lantern.ho points to them and doesn't find anything, so it gives an error. If you edit the lantern.ho so it doesn't point to anything (Like this: File = "") it should work. I also think you should keep the animations, just remove the hand and edit the .ho
(06-01-2013, 09:12 AM)Smoke Wrote: [ -> ]I'll be a little more specific. I wasn't yesterday because I was so tired >.>

The lantern.ho points to all the animations and files of the hand. (Animation of moving up and down). If you delete these files the lantern.ho points to them and doesn't find anything, so it gives an error. If you edit the lantern.ho so it doesn't point to anything (Like this: File = "") it should work. I also think you should keep the animations, just remove the hand and edit the .ho
Okey, will try it later, thank you
What Should i remove from the lantern.ho?
HandsAnim_Idle = "Lantern_Idle"
HandsAnim_Draw = "Lantern_Draw"
HandsAnim_Holster = "Lantern_Holster"

That, to:

HandsAnim_Idle = ""
HandsAnim_Draw = ""
HandsAnim_Holster = ""
@Smoke I did what you said but this was the result
[Image: 9r2h4g.jpg]
I moved the flashlight around in the model editor but if I do that the hand/arm is only there.
Oh well, I thought it'd work.. Never used it myself. Maybe someone else could help you?
(06-02-2013, 08:23 PM)Smoke Wrote: [ -> ]Oh well, I thought it'd work.. Never used it myself. Maybe someone else could help you?
Oh, okey well thank you anyway!

I would be happy if someone could hepl me!

(06-01-2013, 02:03 AM)JustAnotherPlayer Wrote: [ -> ]
(05-31-2013, 04:00 PM)Smoke Wrote: [ -> ]
(05-31-2013, 10:57 AM)JustAnotherPlayer Wrote: [ -> ]Possible.

Really? Is that everything you're going to tell him?

Kullin: There is a lantern model you can use. You just have to create a FC to let the player use it.

I was going to edit that once I find out. But I was occupied watching this one film.

EDIT:
Unless you want the flashlight to be changed as well, you could just remove the hands, make a new animation, and done.
Well, how do I do that? :p
Pages: 1 2 3