Meet TheXTech: a full working cross-platform port of SMBX engine [1.3.6.4]

Description: General discussion regarding the current engine development.
Moderators: Moderators, Semi-moderatos

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #1by Wohlstand » 14 Mar 2020, 16:18

Hello everybody!

Image


Did you see that I have done little work in my public repositories during February and at the start of March 2020? So, I did a lot of work which I am going to present to you all: it's a full C++ port of the original SMBX engine which now works on multiple platforms (tested on Linux, Windows, macOS, Haiku, and Android), and it does accurately represent original gameplay with the rest of features and bugs!


Some screenshots
Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

How I made it?
Since February 2, SMBX's original source code is now open. This fact gave me a lot of helpful material which will help me to make the Moondust Engine better and faster! However, dealing with the VB6 environment is not convenient, and at the same time, it's not stable on Linux (because of the graphical engine and risk of VB6 IDE's crash due to using external DLL libraries). So, to get it to work easier, I remembered my very old idea to port the whole SMBX code to C++. So, after a week of initial research, I began working. After a week and a half, I got a fully working (but buggy in some places) thing. Then, I spent time debugging it and making it usable by everyone. It's the full replica of SMBX 1.3 with the rest of its logical bugs (with some exceptions: I did fix several crash bugs that were a big annoyance while playing a game). It works on multiple platforms: it works on Windows both 32 and 64 bits, on Linux, on macOS, (also may work on Haiku and xBSD). Since version 1.3.5 has Android support!


Frequently Asking Questions
This paragraph contains a list of several questions you would to ask me, I'll give answers to most of them.
Frequently Asking Questions
What is this?
It's a port of an old VB6 engine, purely written in C++. It reproduces an old engine completely (except an Editor), and includes lots of its logical bugs (crashy bugs where they were found and then fixed).


Why did you make it?
Why? I have several purposes for why I made it:
  • It's a very convenient life model for research I want to use in PGE Engine development.
  • To make it work without it being necessary to use Wine on non-Windows platforms and allow it to run on any other than x86 platforms.
  • To be able to optimize it to make it use fewer hardware resources than the original VB6-based build of a game.


You have PGE Engine, why you have spent over one month crafting this thing?
I need it for PGE Engine development directly, it's much easier to hack and inspect rather than deal with the old and inconvenient VB6 environment.


What's the future of Moondust Engine as TheXTech now exists?
I'll continue the development of the Moondust Engine as I still have to pass the second goal of the Moondust Project.
Since the foundation, Moondust Project had two goals: 1) save SMBX; 2) give a flexible toolkit for new platform games. Opening of SMBX sources and introducing TheXTech has solved the first goal: SMBX has been saved and now it's free and open-source cross-platform software. Moondust Engine will be used to pass the second goal - giving a toolkit for new games. Unlike TheXTech, Moondust Engine gives full flexibility that allows anyone to build something new from scratch without inheriting an old game base. However, TheXTech is needed for Moondust Engine as a working research model to develop a new engine. It will be similar to GZDoom and Chocolate Doom ports of the Doom game: GZDoom is a powerful and functional engine, the best choice of modders; a Chocolate Doom is an accurate port of the original game to a modern platform with a purpose to represent an original game including even bugs. The Moondust Engine intends to be like a GZDoom while TheXTech is an analog of Chocolate Doom to represent an original game on modern platforms.


Can LunaLua work on this?
No, LunaLua won't work: this project is binary-incompatible with LunaLua. This also means that SMBX2 content is incompatible.


How to use this?
Here are many ways to play games with it:
- there are some ready-for-use packages, just take and use as you did it with SMBX.
- [macOS users, skip this]: use by the same way as an original game: put an executable file into the game root folder with a "thextech.ini" that contains the next text:

Code: Select all

[Main]
force-portable = true

, music.ini, sounds.ini and additional "graphics/ui" folder. An important note: all default graphics must be converted into PNG, use the GIFs2PNG tool from PGE Project over your "graphics" folder with a "-d" switch. Don't use the "-r" switch to keep original GIFs together with new-made PNGs if you plan to continue the use of the original VB6-written SMBX.
- use it for debug mode: in your home directory, create the ".PGE_Project/thextech" folder (on macOS the "~/Library/Application Support/PGE Project/thextech") where you should put a full set of game resources and worlds stuff, this folder will work as a game root in the original game. This mode allows you to run an executable file from any folder location of your computer and use the same location of resources for all builds (except these are marked as portable by an INI file).


How to add custom episodes for the macOS version?
If you have a bundled build of TheXTech, all default resources are inside your .app: "Content/Resources/assets/". You can modify the content, but it's not recommended! Instead, after the first run of a game, in your home directory will appear the next directory:

Code: Select all

~/TheXTech Episodes

In this directory, you will find an empty "battle" and "worlds" folder to put your custom stuff. At the "~/Library/Application Support/PGE Project/thextech" path logs, settings, and game saves will be stored.
If you want to replace default assets with your own, you can modify the content of the app bundle or compile a new build by giving the necessary CMake arguments needed to pack your custom assets root and icon into the new bundle or make the assets-less build (if you give no arguments, the assets-less build will result). Therefore, you need to put the full content of the game root into the "~/Library/Application Support/PGE Project/thextech" folder, include default assets (graphics, music, sounds, intro and outro levels, default battle, and worlds folders).

How to develop episodes targeted to TheXTech?
This engine has full compatibility with almost all old episodes developed for SMBX 1.3 with some minor exceptions (if the certain level or episode do rely on the bug of the old game, you can add the "compat.ini" file at your level or episode to re-enable certain bugs which are required for level or episode to work normally).

You can use the same tools as you used to develop episodes for the original SMBX 1.3 (include the classic built-in editor of the old game). The engine doesn't include its own editor anymore, instead, you have two options to get the editor for this engine: do use the vanilla Editor and have all limits as SMBX 1.3, or do development in the modern Moondust Editor that will allow you to use brand-new features of the engine were inaccessible from the old editor.

You need to simply download the standalone Moondust (PGE Project) toolchain and take the latest "SMBX 1.3 Compatible" configuration package. Once you will start the PGE Editor, to get the direct level testing work, you should open (or create a new) any level file, open the Test->TheXTech menu, and choose the "Change path to TheXTech..." menu item. You should specify (or browse) the full path to the actual executable of the game, and press the Ok button. Once you set this properly, you can press the F5 key to start the level testing now.

You can save your level and world maps in LVLX and WLDX format, they are natively supported by TheXTech include the numerous unique features that came from Moondust and SMBX-38A standards, for example, the full ability to use the Z-Layer and Z-Offset, the warp enter the event, the custom "stars needed" message text, two-way warps, portal warps, vertical section wrap, support for more than 21 section, etc. On world maps, there are more than 5 credit lines available and the ability to set up the custom music file provided. The engine does the full support for PNG graphics and a lot of music and sound formats, customizable player hitbox calibration files (the same as for PGE Engine and SMBX2 being used).


What is different with this thing in comparison to the original VB6 build?
  • First off, it's written in C++ while original (as we already know) is written in VB6.
  • Doesn't have an Editor. Instead, in nearest future, it will have deep integration with PGE Editor that will allow to use it with the same functionality as in the original editor (the "magic hand" functionality was kept to allow real-time editing of the level while testing, it's needed to use IPC communication with PGE Editor to get the ability to use it better).
  • Full support of UTF-8 in filename paths and internal text data (original game had only 8bit ANSI support).
  • For graphics and controlling, it uses an SDL2 library while the original game has used WinAPI calls and GDI library.
  • It uses PGE-FL that has better file format support.
  • A support for WLDX world maps is allowing unlimited credits lines and custom music without it being necessary to use a music.ini for music replacements.
  • Some LVLX exclusive features now working: vertical section wrap, two-way warps, custom "star needed" message, warp enter the event, ability to disable stars printing in HUB episodes for specific doors, ability to disable interscene showing when going to another level through a warp.
  • Built-in support for the episode and level wide music.ini and sounds.ini to override default music and sound assets.
  • World maps now support a custom directory to store any specific resources like custom tiles/scenes/paths/levels and not spam the episode root folder with world map resources anymore.
  • Default config format is INI, old config.dat format is no longer supported, mainly because of incompatible key code values (SDL_Scancode versus VirtualKeys enum of Windows API).
  • Game saves now using the SAVX format instead of a classic SAV. However, if you already have an old game save, you still can resume your game by using a new engine now (the next gamesave attempt will result in a SAVX file, an old gamesave in SAV format will be kept untouched).
  • Built-in PNG support for custom and default graphics. Masked GIFs are still supported for backward compatibility, however, without making an unexpected auto-conversion as SMBX-38A does.
  • Checkpoints now have multi-points! You can use them in your levels multiple times without limits!
  • It does use a lazy-decompress algorithm to speed up the loading of a game and reduce memory usage.
  • For music and SFX, the MixerX library is used to give support for a wide amount of sound and music formats!
  • It doesn't embed any graphics: there are NO truly hardcoded graphics, everything is now represented by external graphics!
  • Some internal limits have been expanded.
  • Built-in GIF recorder by F11 key (F10 on macOS, F11 is reserved by system UI for a "show desktop" action)


How to build it?
You can read a guide on how to build this project from a source code which you can find here: https://github.com/TheXTech/TheXTech/wiki/Building-the-game

To build it, you need to have the next things:
  • CMake
  • Ninja optionally (to speeds-up the build process)
  • Compatible C/C++ compiler (GCC, Clang, MSVC haven't been tested yet)
  • Git (required to pull submodules and clone source of dependent libraries to build them in place)
  • Mercurial (required to clone an official SDL2 repository to build it in place here)
  • Optionally: system-wide installed dependencies: SDL2, libFreeImageLite (a modded implementation of the FreeImage), MixerX sound library, AudioCodecs collection of libraries. Having them be installed in a system gives a major build speed up. However, it's possible to build all these dependencies in place here with the cost of extra build time being added.

The official TheXTech documentation
Image
- https://github.com/TheXTech/TheXTech/wiki
Here you'll find a lot of guides and explanations for most of the TheXTech.


DOWNLOADS
Feel free to try it out in action now:
There are ready-for-use packages, equipped with original SMBX 1.3 assets and "The Invasion 2" episode.

Download the game:
All stable downloads were at the project's home page

If you are looking for fresh in-development versions, please see this page.

Needed more episodes?
If you are looking for more episodes, please visit the archive of preserved SMBX episodes (You can browse these directories where episodes will be compatible: SMBX 1.3, SMBX 1.0 - 1.2, and TheXTech. All other directories will contain incompatible episodes that will not properly work, see details here).

Also, you can find some episodes at SMBX Episodes section of WohlSoft Forum, or browse the episodes sub-section at SMBX forum where you still can find any compatible episodes (which was originally targeted to SMBX 1.3).



The full C++ source code repository:
Image
- https://github.com/TheXTech/TheXTech

If you have any questions, problem reports, or suggestions, feel free to write to me!


Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #81by Wohlstand » 30 Oct 2020, 11:44

Elf of H & L wrote:I found a message block sound bug:

If event was filled message, press "Jump" button still plays message sound after message disappeared......
I can't test this yet, however, I took this into GitHub: https://github.com/Wohlstand/TheXTech/issues/23

I guess, hat because the jump button is same as "OK" that quits the message box, and because the key was held in a specific moment, the result is similar. I need to check until to confirm.
Image

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

New 1.3.3 release!

Post #82by Wohlstand » 19 Dec 2020, 2:06

Hello!

I present a the next release with a bonus inside (see changelog for details)! ;-)

Changes for 1.3.3
  • Added the "gameinfo.ini" to give the support for the partial customization of internals (window/game title, character names in menu, credits, etc.)
  • Added an ability to globally override NPC settings by placing of npc-*.txt file into graphics/npc directlry of assets
  • Added an ability to run executable with a different assets directory specified
  • Added the support for playable character custom INI calibrations
  • Message box line breaking algorithm has been improved, added support for new-line characters
  • Settings now can remember the initial state of the frame-skip and show-fps options
  • Added an option to make use the Alt-Run key for Yoshi's Ground-Pound ([gameplay] section and 'ground-pound-by-alt-run' boolean field)

All download links at the main post.
Image

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

New 1.3.3.1 release!

Post #83by Wohlstand » 2 Jan 2021, 20:29

Hello!

It's a small bugfix release together with adding support for new platforms: Windows for ARM and macOS for the new Apple Silicon processors!

Changes for 1.3.3.1
Changes for 1.3.3.1
  • Fixed a crash, caused by the incremental locked warps counter that leads BGO array exciting
  • Added support for Windows ARM64 target architecture
  • Added support for Apple Silicon target architecture
  • Fixed the inability to enter levels through warp were extension is missing

All download links at the main post.

One small note that the builds I made for Windows and Apple Silicon platforms aren't well tested. Please report to me any possible problems regarding them.
Image

ListenFryderykChopin
ListenFryderykChopin

Post #84by ListenFryderykChopin » 17 Jan 2021, 17:06

I have been using TheXTech for a long time and to be honest it is a really interesting alternative to SMBX Vanilla. TheXTech is faster (i.e. loads the content on the screen faster and makes it run in more FPS) and also has no lag even when there are a lot of NPCs on the screen. I would also like to add that I think, but I don't know if it really is, the character is more controllable and does not seem to "float" on the screen. The downside is that there is no editor here, but it is compatible with PGE. Bottom line: TheXTech is now my new tool for playing SMBX episodes.

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

New 1.3.4 release!

Post #85by Wohlstand » 12 Feb 2021, 22:55

It's a bigger update than usual: it contains bugfixes for the most annoying vanilla bugs and several new features! (Don't worry, if you have some episodes or individual levels built on bugs, you always can re-enable them using the compat.ini file to repair the work of those levels back!)

* Added the Speed-Running system: run the game by giving special command-line arguments to enable the next features: level and episode stopwatch, displaying of pressed keys states, global adjusting of specific limits and bugs-features depending on a chosen speed-run mode.
* The frame-rate controller accuracy has been improved, and the frame-skip hell has been resolved!
* Added the "compat.ini" to adjust the bugs compatibility per levels and per episode. You can find the manual here.
* Tuned the work of the credits screen.
* The work of the game loading screen now is smoother!
* Resolved the problem of a level restarting after player faults when auto-run events won't work at all.

And more other fixes:
Changes for 1.3.4
Changes for 1.3.4
  • Fixed the inability to use any custom sounds and custom music at the level's custom data directory
  • Added an ability to change sound setup (sample rate, channels, sample format, and the buffer size) via the [sound] INI section
  • Optimized the work of a lazy-decompression algorithm workflow
  • At credits, the bible quote has been replaced with a meme
  • Fixed the vanilla bug: free-falling platforms getting confused when the player changes their power-up state
  • Fixed an inability to autostart events when "restart level after death" mode is enabled on the world map
  • Fixed the case when Pokey getting collapsed during walking on slopes
  • Fixed an unwanted player bounce by a filter block after NPC stomp
  • Added the "compat.ini" support for episode and level specific to enable/disable certain bugs of the old game
  • Fixed the vanilla bug: the player can get clipped into the floor while standing on a block of a down-moving layer
  • Fixed the vanilla bug: NPC can get clipped into the floor while standing on a block of a down-moving layer
  • Fence BGOs now can move player together with a moving layer as vine NPCs does
  • Fixed the vanilla bug: attempt of a player to jump from NPC standing together with getting pushed into the wall causes the clipping
  • Fixed the vanilla bug: resolved an incorrect behavior of skull raft cells that makes the raft being squished when reaching a barrier wall
  • Credits look and performance has been improved
  • Fixed the vanilla bug: Peach can't escape the running shell surf
  • Loading screen now goes smoother (except Emscripten)
  • Level testing will quit on successful completion of a level
  • Improved the framerate controller behavior, added the guarantee of the 65.1025 FPS on almost all supported platforms
  • Added the Speed-Runner mode which can be enabled via the --speed-run-mode <mode> command line argument
  • Fixed a wrong FPS while the key-hole exit is in process
  • Improved the frame-skip logic

All download links at the main post.
Image

Olhi
Contributor
Contributor
Avatar
Olhi
Contributor
Contributor
Reputation: 13
Posts: 38
Joined: 7 Apr 2020

Post #86by Olhi » 13 Feb 2021, 1:34

This update is something else! TheXTech has matured into a beautiful flower :flowers:

I can't wait to showcase the speedrunner mode! Tomorrow, 17:00 UTC+1 on my Twitch :)

EDIT: I won't be able to showcase it today sadly. ._.
Last edited by Olhi on 13 Feb 2021, 16:17, edited 1 time in total.

+KZ
Close friend
Close friend
Avatar
+KZ
Close friend
Close friend
Reputation: 2
Posts: 89
Joined: 13 Dec 2018

Post #87by +KZ » 13 Feb 2021, 3:18

I love TheXTech AKA Multiplatform SMBX
:ɔ ଇ ଈ :Ɖ :ɛ
GOOGLE TRANSLATE

Image
Image
Image
Image
Image


SEE MY PROJECT
lol, it's a fake link

ListenFryderykChopin
ListenFryderykChopin

Post #88by ListenFryderykChopin » 23 Feb 2021, 23:29

TheXTech version 1.3.4 is what I really expected. He is great! The graphics now have less blur and look better in my opinion. The character we are playing now seems more manageable. I tested The Great Empire 3 on TheXTech and proudly, without any death, I managed to complete it 100%! Of course, surround sound also works. It's in a bit too primitive form in my opinion, but I'm glad it is anyway. I also really like the fact that even on my very weak computer, the tool works and starts up extremely fast. I have not met a situation where the game stuttered or a mistake happened. I really like TheXTech and applause to Wohlstand for a great job! :) :cool:

Olhi
Contributor
Contributor
Avatar
Olhi
Contributor
Contributor
Reputation: 13
Posts: 38
Joined: 7 Apr 2020

Post #89by Olhi » 12 Mar 2021, 20:38

I have made a few Speedruns since then:

Level Runs:

Super Easy RoadA Short Level: With PowerUpNo PowerUpRoulette

Game Runs:

SMB1 Remake: Any% + New QuestWarplessSMB3 Remake: Warpless

If you are interested to make Runs on TheXTech, check out this Guide on Speedrun.com.

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #90by Yingchun Soul » 21 Mar 2021, 13:04

Upside-down Piranha Plant displaying glitch when editing GFX parameters
Scr_2021-03-21_18-03-34.gif


NPC-51.rar
(687 Bytes) Downloaded 1190 times
Last edited by Yingchun Soul on 21 Mar 2021, 13:07, edited 2 times in total.
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #91by Wohlstand » 21 Mar 2021, 13:06

Elf of H & L wrote:Upside-down Piranha Plant displaying glitch when editing GFX parameters
Can you give me the npc.txt file to let me verify?
Image

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #92by Yingchun Soul » 22 Mar 2021, 9:35

Already added in the original post.
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #93by Yingchun Soul » 1 Apr 2021, 12:46

Will next version seperate Fireball and Iceball shooting SFX?
iceball.7z
(12.58 KiB) Downloaded 1171 times
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #94by Wohlstand » 1 Apr 2021, 12:49

Elf of H & L wrote:Will next version seperate Fireball and Iceball shooting SFX?
A good idea :)
And for packages that lack it, I'll keep the fallback to the fireball sound if iceball sound wasn't loaded (didn't presented in the files list)
Image

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #95by Wohlstand » 10 Apr 2021, 22:59

Elf of H & L wrote:Upside-down Piranha Plant displaying glitch when editing GFX parameters
Scr_2021-03-21_18-03-34.gif

NPC-51.rar

I finally managed to check this up, and I see, the thing is really buggy:
Peek 2021-04-10 22-53.gif


I guess I should use my VB6Round code here too, or check something... height values were seems dividing by 2 easily, but maybe the gfx offset causes some mess up? IDK, I need to check...

Added after 48 minutes 17 seconds:
Elf of H & L wrote:Upside-down Piranha Plant displaying glitch when editing GFX parameters

Fixed just now! https://github.com/Wohlstand/TheXTech/commit/e8165b59795a49851809a6495b1aad4346662daa
;-)
Image

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #96by Yingchun Soul » 15 Apr 2021, 12:57

2 SMW SFX found from TSR: One is "starman-low", for P-switch timeout replacement for SNES; the other one is "sprout-vine", is Vine spawn with item block.
Attachments
2 SFX's.7z
(206.55 KiB) Downloaded 1167 times
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!

Wohlstand M
Topic author, Lead Developer
Lead Developer
Avatar
Wohlstand M
Topic author, Lead Developer
Lead Developer
Age: 31
Reputation: 507
Posts: 1825
Joined: 15 Feb 2014
English Pronouns: he/him
Location: Moscow, Russia
Website Youtube channel URL Skype Tencent QQ

Post #97by Wohlstand » 15 Apr 2021, 13:42

Elf of H & L wrote:2 SMW SFX found from TSR: One is "starman-low", for P-switch timeout replacement for SNES; the other one is "sprout-vine", is Vine spawn with item block.

Got that, added it into the assets, and made the sprouting vine work! ;-)
Image

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #98by Yingchun Soul » 15 Apr 2021, 13:49

For Player Hammer SFX, might can combine with Player Fireball & Enemy Hammer throw together?
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!

Olhi
Contributor
Contributor
Avatar
Olhi
Contributor
Contributor
Reputation: 13
Posts: 38
Joined: 7 Apr 2020

Post #99by Olhi » 17 Apr 2021, 13:07

Elf of H & L wrote:For Player Hammer SFX, might can combine with Player Fireball & Enemy Hammer throw together?

I have already told Wohlstand in private, but I'd also like to share my concerns here:

I strongy advise against having Mario use enemy SFX in any way, shape or form. The Hammer Bros. sound gives a clear warning sign to the players that danger is ahead and they should be careful. When players get accustomed to hearing the hammer throw, they will get desensitized to it, which could hinder their ability to react in time.

Player sound effects and Enemy sound effects should always stay distinct from each other.

For the Hammer Suit, I brought up the possibility to use the SMB2-Throw, as that would stay consistent with Peach's bombs and Toad's boomerang.

HammerSound.mkv
Hammer Suit using SMB2-Throw SFX
(4.34 MiB) Downloaded 1210 times


Combining that with the Fireball might be worth looking at, if someone can do it, as that would, to some degree, offer consistency with the SMB3 sound and Peach's/Toad's sound, all while evading the problem I described above.

Yingchun Soul M
Viscount
Viscount
Avatar
Yingchun Soul M
Viscount
Viscount
Age: 25
Reputation: 98
Posts: 370
Joined: 14 Nov 2014
English Pronouns: he / him
Location: China
Website

Post #100by Yingchun Soul » 18 Apr 2021, 5:43

A missing QWERTZ cheat-code compatibility is: "ibakedacakeforzou".
迎春心情 (迎春心语 Alt.) in Chinese
Alt. nickname: "Elf of Happy and Love / 快乐爱的小精灵"

Check out my 2D Platform / TheXTech Assets:
Fairy Tale World
Nostalgic Paradise
Third Returns (Hiatus)

迎春花的精灵啊,请赋予我无尽的爱和指引,让每一座城在光明中重生,将大自然的力量和爱的力量集于一身吧!魔法凝结!


Return to “Engine Development”

Who is online (over the past 5 minutes)

Users browsing this forum: 6 guests