Jump to content

Another stealth camo request


Argol

Recommended Posts

a few days ago this request was made and finished. http://www.thenexusforums.com/index.php?/topic/292109-stealth-camoflauge/page__hl__stealth I thought it would have been good but apparently "balanced" means useless that mod makes it so you have to be fast and when your trying to be sneaky fast is not the way to go. So I have Ideas for a balanced stealth mod

 

For those that have played Crysis they will know this, for those that have not this is what I suggest

 

The stealth device is tied into your magika or perhaps it's own form of energy in case you can't have % based drain. When you equip the device your magika starts to drain. when it runs out the device stops working.

The speed of the drain is affected by the movement of your character

Running 10 secs till Magika drained

stealth running 15 secs

walking 20

crouch walking 30

standing still 40

crouched 60

 

Also the effectiveness of the invisibility is based on the same factors

running 20%

stealth running 30%

walking 40%

Crouch walking 90%

no movement 100%

 

Also any attack made is instant energy/magika drain

 

I think that this perhaps with some tweaked numbers would be the most balanced stealth device

Edited by Argol
Link to comment
Share on other sites

It sounds good, I hope it will get done for you :thumbsup: (I still don't understand timers all that well)

 

I do know some commands that will help whoever does this though.

 

 

 

For running,

 

Player.IsRunning

 

For walking,

 

Player.IsRunning == 0

 

For Stealth running,

 

Player.IsSneaking && Player.IsRunning

 

For Stealth walking,

 

Player.IsSneaking && Player.IsRunning == 0

 

*OBSE*!

 

For No Movement,

 

Player.IsMovingForward == 0 && Player.IsMovingBackward == 0 && Player.IsMovingRight == 0 && Player.IsMovingLeft == 0

 

To check if they are moving, just put 1.

 

 

 

Hope it helps whoever does it :D

Edited by Guest
Link to comment
Share on other sites

  • Recently Browsing   0 members

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