This update should've been a bugfix update, however, it introduces some set of new nice features you would like!
Note: To get the full power of TheXTech while making new projects, the special Moondust Devkit configuration package is suggested (the latest laboratory Moondust Devkit required until the next stable devkit version 0.4.3.1 release).
Significant changes
Added an option to enable the background game controller input handling
Portal warps have been allowed to be used for level entrances and level exits (Instant warps kept unsupported to avoid possible compatibility issues)
Added the cannon pipes that can shoot the player with a given speed
Added the opt-in 2x scale down optimization for all textures to reduce the memory usage
Added mask fallback support for custom graphics mask compatibility for old episodes
Added an ability to change the look of the launcher screen on Android via gameinfo.ini (Change the logo, change the background, and set up the simple animation)
Added wireless game controllers battery status displaying when enabled at the settings
Added device battery status displaying at the right-top corner when enabled at the settings
Fixed an inability to save the game when game assets were stored at SD Card on an Android device
Added the Yoshi mode support for specified songs at the music.ini: mute selected track number without Yoshi, enable it back when Yoshi is presented
Added a fixed behavior for rail platforms and grinder (NPC-60, NPC-62, NPC-64, NPC-66, NPC-104, NPC-179). It can be enabled using new-added custom values
Disabled the "Boss Dead" event hook to stop the episode speed-run timer by default, added the compat.ini options to enable and configure it
Fixed the unexpected Swooper flap sound played after the Swooper has gone far away
Fixed the vanilla bug: The Swooper has avoided being started to fly when inactive
Added the compatibility level command-line option separated from the speed-run modes (However, the speed-run mode will still override the compatibility level)
Added an option to enable the background game controller input handling
Portal warps have been allowed to be used for level entrances and level exits (Instant warps kept unsupported to avoid possible compatibility issues)
Added the cannon pipes that can shoot the player with a given speed
Added the workaround for custom background2-42 that has non-multiple 4 height (there are several custom sprites with the 3455 invalid height, they must be 3466)
Fixed an incorrect speed-run timer render at multiplayer mode
The controller state print has been replaced with a controller drawing to indicate the pressure state of buttons
Added the opt-in 2x scale down optimization for all textures to reduce the memory usage
Fixed the confusion when using the modern section auto-scroll settings when an auto-scroll fix was disabled
Fixed the game start error after granting the storage permission on Android 9 and lower
Added an ability to change the look of the launcher screen on Android via gameinfo.ini (Change the logo, change the background, and set up the simple animation)
Added mask fallback support for custom graphics mask compatibility for old episodes
Fixed vanilla bug: Attempt to enter the locked warp or take the star with star-locked warp the game will crash if a level has no BGO at all
Make turn blocks (block-90) work as bricks when SMBX19 and lower-level file version is open
Added a workaround for the yellow platform (NPC-60) at "The Invasion 1" episode where it won't move at level42
Added Billy Gun (NPC-22) behavior compatibility with SMBX 1.2 and 1.1.x and older file formats
Added wireless game controllers battery status displaying when enabled at the settings
Added device battery status displaying at the right-top corner when enabled at the settings
Fixed an inability to save the game when game assets were stored at SD Card on an Android device
Added support for gamecontrollerdb.txt at the assets root and at the user directory
Fixed vanilla bug: World map music won't resume after going through the warp that leads to no music points or the music point with the same song
Fixed the improper custom music change when going through the warp on the world map
Fixed vanilla bug: Offscreen NPC can now respawn during the stopwatch freeze
Added Thwomp (NPC-37) behavior compatibility with SMBX 1.0.x
Added the Yoshi mode support for specified songs at the music.ini: mute selected track number without Yoshi, enable it back when Yoshi is presented
Fixed a bug when a last world map music is not remembered when sound is disabled
Fixed the wrong restart place when running the lasagna of levels and the "restart level after death" option is enabled
Fixed the NPC logic distortion caused by early gfx update
Added an ability to customize an outro behavior using gameinfo.ini
Battle mode access can be disabled via gameinfo.ini
Two-player game mode access can be disabled via gameinfo.ini
The Scores of Power-Ups (NPC-9, NPC-14, NPC-34, NPC-169, NPC-170, NPC-182, NPC-183, NPC-184, NPC-185, NPC-249, NPC-250, NPC-264, NPC-277) can be changed via npc-X.txt
Added a fixed behavior for rail platforms and grinder (NPC-60, NPC-62, NPC-64, NPC-66, NPC-104, NPC-179). It can be enabled using new-added custom values
Fixed the collision bug when an attempt of the player with the shoe to jump up at the moving NPC being pushed into the wall, causes the player to go through the wall
Affected by DrPepper Problem: The strong lag on slow devices when the level has any moving layers that move horizontally (by X-axis), mainly because the blocks search indexing gets completely disabled when the layer gets moved by X-axis. Todo: implement the QuadTree for all level objects and make sure they properly getting updated and found. (Issue #33, got been resolved at the `devel` branch by @ds-sloth)
Can't type any cheats on a mobile device without a USB-OTG keyboard yeh. Some levels (for example, the "Superb Demo 128" at "Prelude To The Stupid") do require the use of cheats for being passed, otherwise, these levels become unbeatable without a USB-OTG keyboard plugged. Todo: implement the calling of the software keyboard to allow running cheats on mobile devices. (Issue #61)
Tip: Please use the plain application package at the bottom of the page if you want to quickly update your existing engine without taking any assets updates (for example, if you has the modded assets you made yourself and you don't want to re-apply all your patches again).
I'm biased so I think the switch to the GPL was a good thing.
I have some questions about the Yoshi tracks:
1. Is that a new SDL Mixer X feature, and if so, does that mean other branches of SMBX will be able to use it?
2. What formats does it work for? I'm weird so I use MIDI for everything.
3. From what I can make out, there's something to do with a number. Is this the track that is being specified?
I added a new function that allows to mute/unmute one of the built-in tracks/channels in the song.
Other SMBX branches do require implementing the same overlay logic that I made on the TheXTech side. I bet that SMBX2 would just reject this update because of the low priority and they have other more important tasks than this.
2. What formats does it work for? I'm weird so I use MIDI for everything.
Many formats supported:
- Chiptunes such as SPC, VGM, NSF, HES, etc.
- Tracker music such as MOD, IT, S3M, XM, etc.
- MIDI music also works per track, but, there is an unstable backend implementation that will glitch if you'll do these toggles in the middle of the song, I need to fix these glitches up at libADLMIDI, libOPNMIDI, and the MIDI sequencer code used with FluidLite.
You can use Moondust MusPlay to verify the actual track number that works (note at MusPlay track numbers with base 1, at INI, and custom song path arguments with base 0), latest laboratory version has the tracks box you can open via the menu, and where you can mute/unmute every track for supported songs.
At TheXTech there are two ways to make the song work with Yoshi Mode:
1) via music.ini (both assets-wide and episode/level custom):
3. From what I can make out, there's something to do with a number. Is this the track that is being specified?
Yes, that's a number of the track. How Yoshi-mode works: when a player goes without Yoshi, the track is always muted. When a player starts to ride Yoshi, the track gets enabled.
Hello Belo Dev, remember when I asked you for an SMBX APK that I could stretch the game to 16:9 and remove the black borders? this time, I would like, if you could of course, an APK that I could leave in the SNES 4:3 resolution, but being able to stretch the screen, forcing the black borders to disappear
NOTE: This is not putting it in 16:9, it's putting it in SNES resolution with screen stretching
Yes, I know it gets ugly, but it's a fetish of mine
A rooted gamer desire that only you can help me
I'm Using the Devel Version (contains 16:9 , SNES , GBA Screen, etc)
Hello Belo Dev, remember when I asked you for an SMBX APK that I could stretch the game to 16:9 and remove the black borders? this time, I would like, if you could of course, an APK that I could leave in the SNES 4:3 resolution, but being able to stretch the screen, forcing the black borders to disappear
NOTE: This is not putting it in 16:9, it's putting it in SNES resolution with screen stretching
Yes, I know it gets ugly, but it's a fetish of mine
A rooted gamer desire that only you can help me
I'm Using the Devel Version (contains 16:9 , SNES , GBA Screen, etc)
Version from the "devel" branch has the ability of multiple resolutions include variants of 16:9. All these things including multires, will be ported into mainstream branch and will appear at the next release officially. The main thing it's always keeps aspect ratio, because it's extremelly important and there is only reason to break it if you want to make a set of cursed memes.
This is really great.
Native SMBX on Linux is not something that I would have ever thought would become a reality.
Such a shame that it can only play 1.3 levels though.
This is really great.
Native SMBX on Linux is not something that I would have ever thought would become a reality.
Such a shame that it can only play 1.3 levels though.
Added in 19 minutes :
P.S. What about lua adding in the future, there are some discussions between me and my friends, that we need to add the new lua API which should be clearly designed. Mainly because of LunaLua's backstory: through time it got filled with improperly designed things as "deprecated" baggage and lots of incompatibilities between different versions of X2 because of major API changes that killed the ability to play a doze of projects that were made before the Beta 4 was out.