Commit Graph

9 Commits

Author SHA1 Message Date
Joonas Rikkonen c5ce1be6c2 Running speed can be adjusted from the character configs, added a parameter for the "running speed" in water (characters now swim faster when holding shift).
TODO: make AI-controlled monsters run/swim faster in specific situations (fleeing, attacking, etc).
2017-06-12 20:07:50 +03:00
Joonas Rikkonen ed0a5f0f66 - Enemies with the "attack when provoked" setting only start attacking humans and structures if the attacker is a non-AI character or has a HumanAIController.
- Characters that launch a turret get assigned as the user of the projectile (-> shooting watchers with a railgun makes them attack).
- Increased watchers' attack range.
2017-06-12 18:56:33 +03:00
Joonas Rikkonen c7d22ecb47 Option to make AI characters flee when their health is below a specific threshold 2017-06-12 18:50:15 +03:00
Joonas Rikkonen 0ba11e1fb6 Merge branch 'master' into ai-overhaul 2017-06-11 20:47:45 +03:00
Joonas Rikkonen 9b0d7c1020 Added a method for changing a client's controlled character. Clients now get back control if their character is revived via the debug console.
+ It's possible to give clients control of monsters, which should add some new gameplay possibilitie. ;)
2017-06-10 15:07:10 +03:00
Joonas Rikkonen 9527d53558 Fixed exceptions in CharacterNetworking.WriteStatus if a characters stun timer goes over 60.0 2017-06-07 20:20:14 +03:00
Joonas Rikkonen acad7980f2 Added some null checks 2017-06-05 18:40:25 +03:00
Joonas Rikkonen 0864505fda Skill level syncing isn't dependent on the order of a character's skills. The skills are sorted in a descending order based on the skill level, which may cause the order to differ between the server and the clients after the initial random skill levels have been assigned. 2017-06-04 16:21:58 +03:00
Regalis 94c6a8ea1b Renamed project folders from Subsurface to Barotrauma 2017-06-04 15:00:53 +03:00