MantisBT - Zandronum
View Issue Details
0004123Zandronum[All Projects] Suggestionpublic2023-04-05 13:342024-02-29 15:53
Trillster 
Kaminsky 
normalfeatureN/A
resolvedfixed 
3.1 
3.23.2 
0004123: Functions for adding and removing bots
Mega Man 8-Bit Deathmatch uses ConsoleCommand for bot related functions, `addbot`, `removebot`, and `removebots` for its campaign. Many other mods use these commands either for special game modes, particularly `addbot` with an additional team parameter, or for helping idle servers.

A set of functions that replicates all three of these would help in removing that use of ConsoleCommand.
No tags attached.
child of 0001070new Dusk Phasing out the dangerous ConsoleCommand for various additional/improved ACS commands 
Issue History
2023-04-05 13:34TrillsterNew Issue
2023-04-05 13:47WaTaKiDRelationship addedchild of 0001070
2024-01-23 21:28KaminskyNote Added: 0022998
2024-01-23 21:28KaminskyStatusnew => needs review
2024-01-23 21:28KaminskyTarget Version => 3.2
2024-01-23 21:54KaminskyAssigned To => Kaminsky
2024-01-28 20:45KaminskyNote Added: 0023022
2024-01-28 20:45KaminskyStatusneeds review => needs testing
2024-02-29 15:53Ru5tK1ngNote Added: 0023112
2024-02-29 15:53Ru5tK1ngStatusneeds testing => resolved
2024-02-29 15:53Ru5tK1ngResolutionopen => fixed
2024-02-29 15:53Ru5tK1ngFixed in Version => 3.2

Notes
(0022998)
Kaminsky   
2024-01-23 21:28   
'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/10 [^]'
(0023022)
Kaminsky   
2024-01-28 20:45   
'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/98b88028bd4192fbe24cbed4b788fcd90f26750f [^]'
(0023112)
Ru5tK1ng   
2024-02-29 15:53   
Tested with the latest changes and the commands worked with and without bot names being specified. Specified and random team joining worked in team modes.