Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Various "create server" menu bugs #425

Closed Razish closed 3 years ago

Razish commented 6 years ago

Reported by the_raven at https://jkhub.org/topic/10413-issues-i-have/

**whenever I select a bot, the name 'HUMAN' is stuck atop of the bot name, and it obstructs the reading When I select bots #6 and #8, their names are also displayed on #11 and #13 accordingly.

11 and #13 are otherwise normally selectable, except there are now three names atop one another!**

Might have been caused by a missing break e.g. in UI_OwnerDraw for UI_REDTEAM 1-8

The bot 'Skill' option - the name of the skill itself keeps constantly flashing, though otherwise, it works fine. Fixed, was due to text style being set wrong from code. Rewrote a bunch of text code to prevent it from happening in other places in future.

When I select 'Team Deathmatch' the kill limit is called 'Duel limit', and the Duel mode has a 'Kill limit'. I actually have to change the kill limit on Duel mode so that TDm has a proper kill limit. See comment below. Caused by ea8bf1b removing ui_actualNetGameType etc. Will be fixed by providing new menus

'Holocron', 'Capture the Ysalimiri', 'Cooperative' have no maps I have rewritten this code to be shared by client + server and made sure all the gametypes have maps (as best as I can). Currently SP has nothing, but it's not hard to write an sp.arena containing the basejka maps.

Razish commented 6 years ago

Found the culprit: ea8bf1b one of my infamous "let's ''''''clean up'''''' the code!" commits. At this point it seems easiest to just write new menus :D?

Razish commented 3 years ago

Appears to be fixed as of 0831711, 43651a0 and Razish/japp-assets@3f9afa4