Update 017 - Accepted!
[p]We've submitted our game for review, and after a round of feedback, Kabonk! has been approved! We're ready to smash that big ol' release button![/p][p]But hold your bricks: we're not launching just yet. The official release is still set for October 10th, giving us time to play-test relentlessly. Each iteration brings us a better version (or at least fewer bugs).[/p][h2]What is new in this iteration?[/h2]
[/p][p]You even had to search for the "settings"-menu. Yikes.[/p][p]Fast-forward to today. Our menu is now quick and straightforward: press a button (Esc, right mouse, or "B" on a controller), and you can tweak music, effects, overall sound, mouse sensitivity, exit the game, continue, or adjust game quality. Basic, but effective. Sounds simple, right? Well, behind the scenes, there were some technical challenges but I wont bore you with that. The biggest headache? Fonts and localization. These are even more boring, so here is the rant.[/p][h3]The Font and Localization Fiasco[/h3][p]Every sensible developer would’ve done what sensible developers do:[/p]
[/p][p]As always, until next time![/p]
- [p]Improved translations for smoother global brick-breaking.[/p]
- [p]Generated a shiny new font for our 3D in-game text*.[/p]
- [p]Revamped pause menu layout to better support localization*.[/p]
- [p]Increased the mass of physics bricks for more satisfying collisions.[/p]
- [p]Enhanced sticky-effect to work across multiple shapes.[/p]
- [p]Reduced tiling in Jungle levels for a cleaner look.[/p]
- [p]Improved collision detection in the default level layout.[/p]
- [p]Fixed issue where splitting bricks were splitting twice (oops).[/p]
- [p]Fixed ball respawn bug, no-one likes to out of balls in a brick-breaker.[/p]
- [p]Paused all effects when the game is paused.[/p]
- [p]Removed cheats: no shortcuts.[/p]
- [p]Refactored code for better readability (future us says thanks).[/p]
- [p]Fixed level 50 for not showing up.[/p]
- [p]Improved jungle lighting for that extra tropical vibe.[/p]
- [p]Added game pause on controller disconnect and Steam overlay activation.[/p]
- [p]No interface (like game menus).[/p]
- [p]No written text (because who needs words, right?).[/p]
- [p]Use existing tools.[/p]
- [p]Build a menu with standard interface widgets.[/p]
- [p]Use the engine’s built-in pause functionality.[/p]
- [p]Pick a runtime font with multi-language support.[/p]
- [p]Built a custom pause system that loops through all objects and pauses them individually, each with custom code behind it.[/p]
- [p]Created a 3D menu using the engine’s 3D toolset.[/p]
- [p]Ditched fonts entirely and generated a material from a font for a 3D text renderer in the menu.[/p]
- [p]Scrap translations?[/p]
- [p]Ditch our custom code and use the engine’s tools?[/p]
- [p]Skip some languages?[/p]
- [p]Revert to icons instead of text?[/p]