-
Full Game Leaderboard
Level Leaderboard
All
-The Invasion 2 - 01-01 Super Easy Road - by Redigit
-The Invasion 2 - 01-02 Grassy Grass Grasslands - by Redigit
-The Invasion 2 - 01-03 Misplaced Pipehammer Maze - by Redigit
-The Invasion 2 - 01-04 Floating Brick Niche - by Redigit
-The Invasion 2 - 01-05 Dungeon of Pain - by Redigit
-The Invasion 2 - 02-01 Subcon Nightmare Land - by Redigit
-The Invasion 2 - 02-02 Megaton Vase Hole - by Redigit
-The Invasion 2 - 02-03 Field of Shotgun Vases - by Redigit
-The Invasion 2 - 02-04 Token Water Level - by Redigit
-The Invasion 2 - 02-05 Super Pipe Action Town - by Redigit
-The Invasion 2 - 02-06 Dungeon of Agony - by Redigit
-The Invasion 2 - 02-A Brick Hole Massacre - by Redigit
-The Invasion 2 - 03-01 Super Nostalgia World - by Redigit
-The Invasion 2 - 03-02 Jumpy Hoppy Turtle Zone - by Redigit
-The Invasion 2 - 03-03 Pwnhammer - by Redigit
-The Invasion 2 - 03-04 Switch Action Zone - by Redigit
-The Invasion 2 - 03-05 Painful Playland - by Redigit
-The Invasion 2 - 03-06 Dungeon of Strange Happenings - by Redigit
-The Invasion 2 - 03-A Panic Zone - by Redigit
-The Invasion 2 - 04-01 Flying Raccoon Zone - by Redigit
-The Invasion 2 - 04-02 Go Go Goomba - by Redigit
-The Invasion 2 - 04-03 The Great Fish Fiasco - by Redigit
-The Invasion 2 - 04-04 Retroville - by Redigit
-The Invasion 2 - 04-05 Dungeon of Inappropriate Phrases - by Redigit
-The Invasion 2 - 04-06 A Short Level - by Redigit
-The Invasion 2 - 04-07 Pwnhammer Deuce - by Redigit
-The Invasion 2 - 04-08 The Suck - by Redigit
-The Invasion 2 - 04-09 The Invasion - by Redigit
-The Invasion 2 - 05-01 The Hot Boot - by Redigit
-The Invasion 2 - 05-02 Desert Maze - by Redigit
-The Invasion 2 - 05-03 Pyramid of Fail - by Redigit
-The Invasion 2 - 05-04 Pyramid Action Machine - by Redigit
-The Invasion 2 - 05-05 Sandy Ghosty Hammer Town - by Redigit
-The Invasion 2 - 05-06 The Invasion 2 - by Redigit
-The Invasion 2 - 06-01 The Rawest Forest - by Redigit
-The Invasion 2 - 06-02 The Lost Woods - by Redigit
-The Invasion 2 - 06-03 Underground Battle Arena - by Redigit
-The Invasion 2 - 06-04 DO NOT ENTER - by Redigit
-The Invasion 2 - 06-05 Lakitu War Zone - by Redigit
-The Invasion 2 - 06-06 Shell Heaven - by Redigit
-The Invasion 2 - 06-07 The Invasion 3 - by Redigit
-The Invasion 2 - 07-01 The Water is Not a Lie - by Redigit
-The Invasion 2 - 07-02 Oldschool Plumbers - by Redigit
-The Invasion 2 - 07-03 Random Water Level - by Redigit
-The Invasion 2 - 07-04 Dire Dire Rocks - by Redigit
-The Invasion 2 - 07-05 Bubbles in the Sky - by Redigit
-The Invasion 2 - 07-06 The Invasion 4 - by Redigit
-The Invasion 2 - Fire-01 Easymode Tanks - by Redigit
-The Invasion 2 - Fire-02 Hardmode Tanks - by Redigit
-The Invasion 2 - Fire-03 The King of Koopas - by Redigit
-The Invasion 2 - Ice-01 White Savage Zone - by Redigit
-The Invasion 2 - Ice-02 Frigid Awesome Land - by Redigit
-The Invasion 2 - Ice-03 The Mole Hole - by Redigit
-The Princess Cliche - 01-01 Mushroom Pass - by Redigit
-The Princess Cliche - 01-02 Fungi Village - by Redigit
-The Princess Cliche - 01-03 Mushroom Castle - by Redigit
-The Princess Cliche - 01-04 Mushroom Heights - by Redigit
-The Princess Cliche - 01-05 Spiny Farm - by Redigit
-The Princess Cliche - 02-01 Strange House - by Redigit
-The Princess Cliche - 02-02 Frosty Frost Frostland - by Redigit
-The Princess Cliche - 02-03 Star Road Station - by Redigit
-The Princess Cliche - 02-A Nimbus Land - by Redigit
-The Princess Cliche - 03-01 Bowser's Castle - by Redigit
By 0lhi0lhi Last updated
TheXTech is an open-source C++ Port of the original SMBX-Code that officially supports Windows, MacOS, GNU/Linux, Android and xBSD systems. It can also be compiled for other platforms. You can download it on GitHub or the WohlSoft Forums.
Version 1.3.4 introduces a Speedrunner Mode that uses the same In-Game Timer as SMBX2, though due to recent changes, 1.3.5.2 is the minimum version required. It comes with 3 Modes:
- Mode 1 is for Episodes that are targeted for TheXTech.
- Mode 2 simulates SMBX2 Physics.
- Mode 3 simulates SMBX 1.3 Physics.
You must use either Mode 2 or 3 to speedrun SMBX Episodes. There are two ways to enable them:
1. Via settings/thextech.ini (Recommended)
Open the settings file in an Editor, and add/change the [speedrun] section to:
[speedrun]
mode = 2
semi-transparent-timer = false
2 can be replaced with 3, false can be replaced with true to make the timer translucent, like in the recording above.
2. Via a custom command
If you don't want the Speedrun Mode to be enabled by default, you can start it temporarily by using one of these custom Commands:
thextech --speed-run-mode 2 --speed-run-semitransparent
thextech --speed-run-mode 3 --speed-run-semitransparent
--speed-run-semitransparent makes the timer half-transparent. (Optional.)
For quick access, you may add it to a shortlink:
Alternatively, you can open the Terminal/Command Line in the same folder as the executable, and paste the command. Depending on your Operating System and Installation Method, you may have to replace thextech with one of the following:
Windows: smbx-win64.exe | smbx-win32.exe | smbx-arm64.exe | thextech.exe
Unix-based: ./thextech | ./smbx
Configure the Timer Stop via compat.ini
By default, the Timer will stop at the built-in "End Game" trigger. Different triggers for the stop can be configured by editing the compat.ini file inside an episode or level folder.
none
This will keep the default setting.
[speedrun]
stop-timer-by = none
event
Stops the Timer when a certain Event is triggered.
[speedrun]
stop-timer-by = event
stop-timer-at = "Event Name"
leave
Stops the Timer when leaving a certain Level (enter without .lvl/.lvlx).
[speedrun]
stop-timer-by = leave
stop-timer-at = FinalBossLevel
enter
Stops the Timer when entering a certain Level (enter without .lvl/.lvlx).
[speedrun]
stop-timer-by = enter
stop-timer-at = EpisodeCreditsLevel
https://wohlsoft.ru/forum/viewtopic.php?f=5&t=3677
https://github.com/Wohlstand/TheXTech/releases
Thread | Author |
---|---|
Difference regarding first frame timing on TheXTech and SMBX2?
Last post
|
0lhi0lhi
0 replies
|
Are these sound effects allowed?
Last post
|
Chanceux2Chanceux2
0 replies
|
QQuestion about Super Mario Bros. Remake
Last post
|
Chanceux2Chanceux2
2 replies
|
Custom Graphics for Characters
Last post
|
Chanceux2Chanceux2
2 replies
|
Important News for TheXTech Users (2021-06)
Last post
|
0lhi0lhi
1 replies
|