Jump to content

Vanity Camera Smoother


NightShade

Recommended Posts

Posted

what does this thing do?

makes it easier for you to gawk at your sexy PC and scrutinize your PC's body under BBB animation

 

No really, what does it do?

makes it ea- ah, i mean slows down the vanity camera (hold R and move mouse wheel) to a decent speed which in turn makes it eas- nvm...

 

link to TesNexus page here

 

i did not create this, all credit goes to the creator Woodman. i am just sharing this

Posted

There's actually a varation of this called

007 Vanity camera smoother fixed

It's more recent, 2009 compared to the origional date of 2006

 

http://www.tesnexus.com/downloads/file.php?id=22720

 

 

And I personally use the Chaser Camera mod

http://www.tesnexus.com/downloads/file.php?id=1840

 

I know quite a few people uses the Ultimate 3rd Person Camera, but it uses it's own skeleton

http://www.tesnexus.com/downloads/file.php?id=29942

Posted

Actually Ultimate 3rd Person Camera only change your 1st person skeleton, it won't really effect your game other than you can't really see the person you are talking to.

Posted

Actually Ultimate 3rd Person Camera only change your 1st person skeleton' date=' it won't really effect your game other than you can't really see the person you are talking to.

[/quote']

 

There's a way to configure this so you can actually see who you're talking to, but the major problem with that mod (and with any mod similar to it) is that the target crosshair actually is offset from where your character is truly aiming at. It takes a little bit of practice to get hang of it but it defeats the purpose of a crosshair if it's going to be semi-accurate instead of spot-on. I think there's a way to fix this through configuring settings too but I have yet to find it.

 

I used to use Ultimate 3rd Person Camera because I truly prefer third-person as opposed to first-person, but eventually I got fed up when I couldn't hit things properly.

 

The good news is that Skyrim has screenshots and videos showing a similar third-person view already built into the game's engine...

Posted

Why does U3P replace the 1st person camera but not the third person camera?

Posted

Still doesn't fix the biggest problem which is zooming in on your character. I hate the zooming in this game it's ridiculous. Bethesda really pisses me off sometimes with their design choices.

Posted

Why does U3P replace the 1st person camera but not the third person camera?

 

I forgot the exact reason but it had something to do with the game engine and object skeletons. Besides' date=' the purpose of the mod was to no longer see things from a first-person perspective but third-person a la "Gears of War" style.

 

Still doesn't fix the biggest problem which is zooming in on your character. I hate the zooming in this game it's ridiculous. Bethesda really pisses me off sometimes with their design choices.

 

I know what you mean. And "tfc" sucks when zooming so it's not even a good option. (I wish there was a mod that would slow down "tfc" movement because right now it's jerky even when you tap the keyboard real quick.)

Posted

Why does U3P replace the 1st person camera but not the third person camera?

 

I forgot the exact reason but it had something to do with the game engine and object skeletons. Besides' date=' the purpose of the mod was to no longer see things from a first-person perspective but third-person a la "Gears of War" style.

 

Still doesn't fix the biggest problem which is zooming in on your character. I hate the zooming in this game it's ridiculous. Bethesda really pisses me off sometimes with their design choices.

 

I know what you mean. And "tfc" sucks when zooming so it's not even a good option. (I wish there was a mod that would slow down "tfc" movement because right now it's jerky even when you tap the keyboard real quick.)

 

Try Whoosh slow down

http://www.tesnexus.com/downloads/file.php?id=7777

Posted

i had no problem with my zooming as my mouse wheel is enough for me so i cant help u there.

 

that Whoosh reminds me of The Sims game speed controls...

Posted

There's a way to configure this so you can actually see who you're talking to

 

Would you tell me how to see who I am talking to? It gets very annoying when your character might complete block off the guy you are talking to. :D :D

 

The aim is actually not that bad, the further the target, the more accurate it gets. Since not many player use bow at short range, it doesn't really effect the gameplay that much.

Posted

Hehe, there's 2 mods I always reinstall right away: Vanity camera smoother and the chase camera mod (original would get me seasick after a while). I get them from an ancient modpack with some fixes that were deemed essential back then. It's still the old version probably, but it works fine for me. What does the updated version fix actually?

Posted

Hehe' date=' there's 2 mods I always reinstall right away: Vanity camera smoother and the chase camera mod (original would get me seasick after a while). I get them from an ancient modpack with some fixes that were deemed essential back then. It's still the old version probably, but it works fine for me. What does the updated version fix actually?

[/quote']

 

v1.01 of Chaser camera fixes some stuttering problem that people has.

 

007 Vanity Camera fixed, it makes it move slower and activate quicker.

Posted

There's a way to configure this so you can actually see who you're talking to

 

Would you tell me how to see who I am talking to? It gets very annoying when your character might complete block off the guy you are talking to. :D :D

 

The aim is actually not that bad' date=' the further the target, the more accurate it gets. Since not many player use bow at short range, it doesn't really effect the gameplay that much.

[/quote']

 

I had to do a reformat of my computer and I can't remember exactly what the exact values were so you'll have to do some trial and error. But I believe these were the things you had to change in oblivion.ini:

 

fDlgLookAdj=0.0000 >>> fDlgLookAdj=-15.0000

fDlgFocus=2.1000 >>> fDlgFocus=20.0000

 

Again, play around with the values to your liking. This is also assuming you're talking about Ultimate 3rd Person Camera mod.

 

 

Thanks for the suggestion! As I've said, I had to reinstall Windows and stuff and I currently don't have Oblivion installed. When I feel like going back to it, I'll be sure to try this mod out. I already have the site you linked me to bookmarked. :)

Posted

Well, for Ultimate Camera mod..

You can try editing the script "aaaU3PGAME"

 

riptName aaaU3PGAME

 

; *************** Ultimate 3rd Person Camera Mod Script ******************

; ************************** By Revolucion09 *******************************

; ************************* Script Version v1.51 ******************************

 

float fQuestDelayTime

short bPlayerIsDialog

float fTmp

Begin GameMode

 

Set fQuestDelayTime to 0.001

 

;*********************************************************************************************************************************

;************When Going back To Main Menu, Con_show1stPerson disables automatically. *

;************Added a control to enable Manually (Right-Shift) in those cases *

;*********************************************************************************************************************************

 

;*********Since this, the script for now just holds whats necessary, without any further checks. Very simple and fast******

 

if (GetGameRestarted == 1)

ToggleFirstPerson 0

SetNumericGameSetting iActivatePickLength 250

con_show1stperson

Message "Ultimate 3rd Person Camera Activated"

PlaySound UIQuestUpdate

endif

 

if (IsKeyPressed 161)

ToggleFirstPerson 0

con_show1stperson

Message "Ultimate 3rd Person Camera Fix Button Pressed"

PlaySound UIQuestUpdate

endif

 

if bPlayerIsDialog == 1

let fTmp := player.GetActorAlpha + 0.1

player.SetActorAlpha fTmp

if player.GetActorAlpha >= 1

set bPlayerIsDialog to 0

endif

endif

End

Begin MenuMode 1009

if bPlayerIsDialog != 1

let fTmp := player.GetActorAlpha - 0.1

player.SetActorAlpha fTmp

if player.GetActorAlpha <= 0

set bPlayerIsDialog to 1

endif

endif

end

 

Begin MenuMode 1013

if (GetGameLoaded == 1)

MessageBox "ATTENTION: If you quit to MAIN MENU, Ultimate 3rd Person Camera Will disable. To enable again, press RIGHT SHIFT. This wont happen if you Quit the Game", "I Have Read"

endif

end

Posted

Thanks!! I was trying to do similar stuff myself but I have no experience in script writing. Now I just have to figure out how to swing the camera angle horizontally.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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