134340Goat

Always see in Force Sight after learning

Recommended Posts

A pretty interesting idea, but I don't know if it's possible. If you play as Visas or Kreia and press caps, you'll see in Force Sight. Once you learn the power, you can do this too, but it has to be activated and only lasts a short time

 

It would be cool to have a mod that makes it so once you learn it, you always see that way if you go to first person. Is such a thing even possible?

Share this post


Link to post
Share on other sites

That sounds like a good idea but Kreia and Visas NEEDED force sight in order to see so that's why its their first person view, The reason the Exile didn't have a force sight first person view was because he/she could see perfectly - plus force sight is cool and all but is just annoying in a fight.

Share this post


Link to post
Share on other sites

That sounds like a good idea but Kreia and Visas NEEDED force sight in order to see so that's why its their first person view, The reason the Exile didn't have a force sight first person view was because he/she could see perfectly - plus force sight is cool and all but is just annoying in a fight.

Ah, but there is a conversation with Kreia where she says something like "Seeing with crude vision is like trying to view the galaxy through a crack in the door"

 

It would be interesting if you could take that into account and agree from then on to learn to see with the Force only. Perhaps even an influence gain with Kreia. She probably has a generic approval line that could be used, but not entirely necessary

Share this post


Link to post
Share on other sites

There's three ways you could do this, but I don't find any of them appealing, personally.

 

1. You can use ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectForceSight(), GetFirstPC(), 100000000000000.0); But this can be removed easily enough, and times out in any case.

 

2. You can use EnableVideoEffect(5) for Visa's Force Sight (this is row 5 in videoeffects.2da, for reference). This will be on permanently until you use DisableVideoEffect(); to turn ALL video effects off.

 

3. You could clone every single PC line in appearance.2da, change the freelookeffect column's value in the copy lines to 5, and then upon learning Force Sight, you could use ChangeObjectAppearance(GetFirstPC(), );

 

Of all of the three, I'd opt with the 3rd one as it's the cleanest option.

Share this post


Link to post
Share on other sites

All three options require some form of scripting at some point. Option 3 would be the cleanest, Option 2 the easiest but messiest, and Option 1 is completely temporary and can be cancelled at any time.

Share this post


Link to post
Share on other sites

What if you could just extend the time duration on the Force Sight? Would that be easier than making it a permanent thing?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.