MantisBT - Zandronum
View Issue Details
0004108Zandronum[All Projects] Bugpublic2023-02-27 01:172024-04-09 04:11
TDRR 
 
normaltrivialalways
resolvedfixed 
3.1 
3.23.2 
0004108: Move bot pitch reset to StopAimingAtEnemy (patch)
Extremely simple patch to, as mentioned, move bot pitch resetting to only happen when the StopAimingAtEnemy command is run, instead of every tic. This goes well with the new BotScript commands, as it allows mods to control bot pitch from DECORATE/ACS, which greatly helps for more powerful and flexible interactions.
No tags attached.
diff botpitch.diff (1,115) 2023-02-27 01:17
https://zandronum.com/tracker/file_download.php?file_id=2843&type=bug
Issue History
2023-02-27 01:17TDRRNew Issue
2023-02-27 01:17TDRRFile Added: botpitch.diff
2023-03-16 02:33WaTaKiDStatusnew => needs review
2023-03-19 21:55Torr SamahoNote Added: 0022815
2023-03-19 21:55Torr SamahoStatusneeds review => needs testing
2024-04-09 04:11Ru5tK1ngNote Added: 0023574
2024-04-09 04:11Ru5tK1ngStatusneeds testing => resolved
2024-04-09 04:11Ru5tK1ngResolutionopen => fixed
2024-04-09 04:11Ru5tK1ngFixed in Version => 3.2
2024-04-09 04:11Ru5tK1ngTarget Version => 3.2

Notes
(0022815)
Torr Samaho   
2023-03-19 21:55   
Thanks for the patch! I pushed it to our main repo.
(0023574)
Ru5tK1ng   
2024-04-09 04:11   
Tested online with the latest 3.2 beta and I was able to manipulate a Bot's pitch via ACS without issue.