I want to put elements of stealth games on my mod like I do

  • Thread starter Thread starter carlos98
  • Start date Start date
C

carlos98

Guest
Example but want to make it in 2D:http://www.youtube.com/watch?v=6ACO58cFUtA
 
Hello.
Try to be more specific about what you need.
I'm pretty sure what you need is possible.
 
Hmmm... before we talk about script, have you tried this command:

stealth {value} {perception}

You need this to add stealth elements

[after watching the video]

Yep, you really need to use that command. Normally enemy will face toward player despite range and this will prevent you from getting enemy's back. However, if you set stealth to say 300 to players, you can walk around without being noticed by enemies allowing you to get to their back.

Read manual more about this feature
 
I wanted to include something similar in ninja turtles mod but i want enemies to see me only when theyre facing me, otherwise im invisible to them so i guess they should change to chase from wander .
 
nsw25 said:
Bloodbane said:
Read manual more about this feature

I did a search in manual and no mention of 'stealth'

it is in the manual:
Code:
stealth {stealth} {perception}

~This command sets stealth ability to entity
~{stealth} defines how 'invisible' the entity to hostile entities. Default value is 0
~{perception} defines how well entity can see stealth entities. Default value is 0
~For instance, entity with {stealth} 2 is only 'visible' to hostile entities with {perception} 2 or higher
~This command doesn't affect visual at all IOW entity is still visible to players
 
Back
Top Bottom