aarchieee Posted May 16 Posted May 16 I'm fairly new to modding but doing some small stuff to start ( addons to player homes etc) .What i would think was a simple thing is being a pain. How can i get my player to sit on the edge of a bed ( or anywhere tbh) I've tried using the invisible chair markers,ive tried so many different things but player just ignores them, NPCs use them fine but the only interaction player gets is go to sleep. Is the go to sleep interaction taking a priority over the sit one ? If so, what can i do to alter it ? I've seen in some mod homes (Leaf Rest for one) this is possible, so there must be a way.
scorrp10 Posted May 16 Posted May 16 Consider taking a look at this mod which enables player to use the markers typically used only by NPCs. Specifically, you will find that it replaces the meshes of those markers, so it is not something that can be done just via esp.
aarchieee Posted May 16 Author Posted May 16 2 hours ago, scorrp10 said: Consider taking a look at this mod which enables player to use the markers typically used only by NPCs. Specifically, you will find that it replaces the meshes of those markers, so it is not something that can be done just via esp. I've got that mod in my game but the invisible chair markers dont seem to work, Lean wall works, lean bar works, sit ledge etc but not the chair ones. cant figure out why. Ive asked on the mod page if they have any ideas why that might be but theres been no reply.
Sphered Posted May 16 Posted May 16 For the positioning portion of your question: Furniture models have collision. You can move (just) the collision in nifskope, towards the edge or wherever you want it, to get the job done. Alternatively I do recall there is NiStringData (or something similarly named) in furniture nifs where you can change offsets and such, but I never dabbled much with that As for sitting, you could consider not using furniture at all and instead use activator with the model you want. Call Setvehicle() and probably call sit via an animation event. IDK... Could also use chair furniture with edited model, being ofc a bed instead, which you could sit at. I'd have to play around and see what approach I liked
NexBeth Posted June 3 Posted June 3 Easy enough. Create a chair using a standard vanilla chair that player can use. Be sure to choose a chair that is forward facing. Open up the REFERENCE. Click EDIT BASE. Give the chair a unique name. In the NAME area, give it a name such as BED (rather than chair). "SIT" is baked in and will automatically precede the name you've given. Tick off IS MARKER and (if you want child to use it) also click that Child can USE. SAVE. When the window comes up asking if you want to create a new form, CLICK YES. When you place your chair marker in the CK, it will still look like chair but in-game it will be invisible because you clicked on MARKER. There is another way to do this as well but this should work for you.
Recommended Posts