Jump to content

1st/3rd person skeleton.nif help


Recommended Posts

i've been playing around w/ multiple 1st/3rd person platforms. 

One, ultimate 3rd person camera, which this one has problems with aim, yet offers an ideal third person perspective, but replaces 1st person.  It also replaces the Universal Skeleton w/ a bare boned nif model.

Extended Camera, this one offers multiple 3rd person views, as well as predictive aiming, yet activating anything appears impossible.  Another plus is that this mod doesn't replace the Universal Skeleton.  This one also uses a OBSE plug-in 'Camera Controls', which i did happen to find a copy of.

So, in an attempt to get the best of both worlds, I've been trying to manipulate the properties so I can use the predictive aiming, yet also utilize the universal skeleton and be able to activate objects in 1st/3rd person ... the first mod replaces 1st person w/ a 3rd person view, the second mod uses the 3rd person POV, yet i guess in 3rd person, one can't activate anything.

U3C utilizes very little script;

Toggle1stperson 0     ;toggles the POV into 3rd person
con_show1stperson  ;shows 3rd person POV for a 1st person model, or shows both if in third person.  (so the latter when combined w/ the previous command)

Extended Camera uses a ton of script, but most of it is only affecting trajectory of aim, assuming by the documentation ... pretty much making the cross-hair/reticle obsolete.

the only commands it's using is from Camera Commands for POV;

cameramove x,y,z                         ;example cameramove 32,-100, 12 would move the existing 3rd person camera to a over-the-right-shoulder POV
camerarotate ang_x, ang_y, ang_z  :for the view i want, all of these are 0, angle of the camera from 3d perspective

the over-the-right-shoulder is the view i want.


i've only tried this using the Universal Skeleton.  I copy/pasted from the skeleton model included in U3C the skeleton, removing any other existing camera.  this mod doesn't replace the 3rd person skeleton ... my body gets clipped, i am using this in conjunction w/ the script from Extended Camera, i just commented out the Camera Commands, as this is a fixed position for the over-the-shoulder view.

well, i'll stop there and show U3C skeleton, how i tried to alter it ... perhaps someone might have a better resolution (another mod) or can see the conflict.

the attached is the U3C skeleton.nif for _1stPerson.  I replaced it w/ the _1stPerson and also tried the _Male (3rd person) skeleton.nif, deleting their existing cameras and pasting the branch depicted in the image below NiNode-Objective.  The animations don't work, texture clipping occurs.  able to activate objects and from the sounds, it appears the animation is being called correctly, but not visible.

i'm going to keep testing the two.  any suggestions are appreciated in advance.

the links to the two above mentioned mods, as i doubt i explained anything thoroughly:
https://www.nexusmods.com/oblivion/mods/29942

https://www.nexusmods.com/oblivion/mods/47764

Image1.jpg

Link to comment

this is a youtube vid i uploaded which shows some of the variations in the 3rd person in U3C.  Some of the animations seem a little jerky, i expect not enough frames, yet i can live w/ that and address it once i can just get the mod to work correctly.  I think it displays a good idea of what third person play should be like, although w/ this mod alone, one can correct the spell and archer aim, but then leave melee attacks far off.  this just involves moving the NiNode of the skeleton, not the Scene Root, which is where the textures will be rendered.

As posted in the OP, i would really like to merge this concept w/ predictive aiming ... the two aforementioned mods.

Ultimate 3rd person camera

Link to comment

I do not understand what you want to merge.  Two skeletons ?    NifSkope problems ?

Upload the skeleton you want to use in game  and the skeleton that have some  bones/NiNodes you want to copy in the other skeleton.

 

Or do you want to merge two esp ?

I do not have the Mods and will not download. "Ultimate 3rd Person Camera v151 OMOD"  is  very old,  from 2010.

 

Seems you do not play LAPF/Lovers  or you would use https://www.nexusmods.com/oblivion/mods/44337

Link to comment

sorry, this turned out to be an elongated post ... yet, many times, just as i talk to myself, i uncover the solution.  whoever beats the voices in my head to the answer wins the 50 septim, tx in advance for any responses.

 

i want to use the Universal Camera Skeleton, so merging or adding NiNodes, i honestly doubt would be needed.  If anything, i would guess some items would need to be removed.  I've been looking over both skeleton.nif's, Universal 1st/3rd & the one provided w/  U3C.

i really don't care for that particular camera mod.  i really don't think it offered much for a 3rd person perspective.  it seems U3C, Gears of War and the Chase Camera are the more popular. 

 

usually for the sake of animations, i much prefer them in 3rd person view, so that's mostly the animations i use.  For seamless use, if i'm playing the game in 3rd person POV only, more than likely i'm going to have to add a quick script in 'game mode', as i''ve read some actions throw the player back into 1st person.   also, many 3rd person mods require a change in the fDlgFocus

if IsThirdPerson != 1
  ToggleFirstPerson 0         ;toggle 3rd person on
endif



i ran across another OBSE command, yet can't seem to make sense of it: 'con_show1stperson'

"shows the 1st person model from the 3rd person camera, if in 3rd person it will show both'          both what???  looks like something else to mess with and contribute an answer to the Wiki.

 

i have downloaded lovers and played w/ it, had the old sexlivion and retried playing it, but it's way too buggy.  i was unhappy w/ the vampire's bite, which i play w/ several vampire mods: Scorn's, Infectious Bite, and No Vampire Race.  The latter mod was useful for more pleasant looking vampires, as it disables all of the skin adjustments (morphing, eye color, aging) in the game.  Scorn's has an adjustment for vampire race age offset, which also makes the infected look more younger/pleasurable.  Scorn's is buggy and appears as though it was abandoned.  Opening it in the CS throws a ton of errors and some scripts non-compilable.

I would like to play the game entirely in 3rd person.  Playing around w/ Ultimate Cam, i really found the POV very favorable and also nice that i could see my character in their entirety.

So, here's the pickle.

U3C has an erratic aim, as the camera is offset to the right, whereas the aim is from the 'scene root'.  moving the skeleton branch, not the scene root, to the offset corrects the mis-aligned ranged attacks, but leaves melee attacks far off.  U3C replaces the 1st person skeleton.nif file ... i dislike this as i ideally would prefer to use the Universal, especially if i'm going to use Abyss Demon which offers fully animated wings, battle flight, and just plain ole' flight.

External Camera w/ predictive aiming, sets presets for the 3rd person camera position and angle.  One being an over the shoulder view.  For some reason, in 3rd person i rarely can activate any object, icons show, i've augmented the script w/ a condition: 

(even w/ the condition being ran in game mode w/ a fquestdelaytime of 0.01, object activation seems impossible)

if IsControlDisabled 5
            ;enable activate key
            EnableControl 5

endif

if OnControlDown 5        ;Num "."
        set tempRef to GetCrosshairRef
        tempRef.Activate
endif



I was giving this some thought while reading my other post.  normally, the body isn't rendered in 1st person and i've yet to just try and copy the 3rd person onto the 1st person view as well.  add the offset that U3C uses and get rid of the normal cam.

i would like to check and see if i copied the files upper body, lower body, head, hand, and feet to the 1st person view, then make the changes in the CS to point to the 1st person view, if i could get the body to render ok.

The image from the OP is the 1st person skeleton from U3C.  thus far, if i haven't used the skeleton.nif included w/ the mod, the body doesn't completely show.  as pre-mentioned, i expect this is the normal behavior for a 1st person POV.

To conclude, i'm going to try a couple of methods using the Universal Skeleton:

move the skeleton 1st to 3rd,  maybe this will alleviate the inability to activate any object.

move the 3rd to 1st, including all of the other nif files (upperbody.nif ... etc).
--------------------------------------------------------------------------------------
Any who, all of the pre-mentioned i imagine is just going to be some trial and error on my part.

A less lengthy question, i was reading a post recently that talked about certain NiNodes being associated w/ ranged attacks (magic/bow) and another w/ melee weapons.  I'm currently using the 'totalcontrollableskeleton'.
--------------------------------------------------------------------------------------

i have intention of adding Lovers, which i already downloaded ... really just need to reactivate and perhaps utilize it in some form of vampirism.  perhaps something like a succubi.  for a while now, i've put everything on hold, as i dig through all of the little inconsistencies.  which as of now, i'm just working on: understanding what determines what gets rendered in 1st/3rd person?  why can't anything be activated in 3rd person and why does the hud reticle seem so far off ... the activate chest/dead actor showing far below the y coord of the actual ref?

a second project i was working on, where it appears reference commands aren't working.  i'm thinking i need to extract the formID and use that for the ref.  the commands work in the console, so i'm unsure why it isn't working.

i've isolated my questions here to just nif and textures, once i get those sorted, i'll probably start dabbling w/ animations.  all three seem to be the bulk of this project.  i totally overlooked all the mods in the download section, so i'm definitely looking forward into trying that out.
 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use