[Tool] SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Share and discuss custom SMBX graphics.

Moderator: Userbase Moderators

Alucard648
Flurry
Flurry
Posts: 176
Joined: Sun Aug 16, 2015 3:45 am

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Alucard648 » Sat Jun 26, 2021 2:29 pm

This topic needs to be pinned.

PROX
Van De Graf
Van De Graf
Posts: 1973
Joined: Sun Jul 06, 2014 8:50 pm

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby PROX » Sun Jul 04, 2021 2:01 pm

We getting support for world map tiles too?

Sambo
Snifit
Snifit
Posts: 211
Joined: Fri Jan 24, 2014 6:43 pm

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Sambo » Mon Jul 05, 2021 6:25 pm

rixithechao wrote: โ†‘
Fri Jun 25, 2021 11:36 pm

So I just spent a couple hours trying to implement said workaround, and... it turns out it's not needed? At least for passthrough sizables. Just setting the following properties in the block-n.txt seems to work in in the latest release of SMBX2, no rendering issues or anything.

semisolid = false
passthrough = true
sizable = true
This was already discussed in the Codehaus server, but for the benefit of the people here, I guess I should clarify this. It turns out that no workaround is needed for passthrough sizables. However, if you attempt to create a solid sizable block, a workaround is needed. Thankfully, this workaround is pretty simple. All you need is this code in your luna.lua file (Replace <ID> with the ID of your block):

Code: Select all

function onTick()
	Block.config[<ID>].sizable = false
end

function onTickEnd()
	Block.config[<ID>].sizable = true
end
PROX wrote:We getting support for world map tiles too?
I hadn't thought of that, but it does sound like a pretty good idea! I don't think that map tiles can be custom sizes or have custom animations, though, so it would have to be much more limited than it is for blocks and BGOs. (Please correct me if I'm mistaken about this.) I will plan on adding this in the next release.

PROX
Van De Graf
Van De Graf
Posts: 1973
Joined: Sun Jul 06, 2014 8:50 pm

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby PROX » Tue Jul 06, 2021 12:00 am

they definitely are more restricted, but it's still nice to have for people who want to make world map tiles or people who have already made them, but just want to recolor them. (like me lol). Plus if someone made a full worldmap set, it takes an ETERNITY to import everything lol.

FutureNyanCat
Eerie
Eerie
Posts: 766
Joined: Fri Dec 20, 2013 8:39 pm
Flair: Species: Felis robotus
Pronouns: He/Him
Contact:

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby FutureNyanCat » Fri Aug 27, 2021 10:54 pm

Dude, your Tileset Importer is a lifesaver! I've been importing tons of MFGG tilesets into the upcoming V12.0 to my GFX pack because of it! It deserves a pin honestly.

Julia Pseudo
Luigi
Luigi
Posts: 5609
Joined: Wed Jan 08, 2014 12:04 am
Flair: gay gaymer girl
Pronouns: She/her

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Julia Pseudo » Sat Aug 28, 2021 1:06 pm

Stickied. This seems really useful.

Lava Shroom
Koopa
Koopa
Posts: 16
Joined: Sun Sep 26, 2021 12:24 pm
Flair: aboba
Pronouns: he/him

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Lava Shroom » Wed Oct 27, 2021 4:26 am

Is this a really malware or only a false report?
https://www.virustotal.com/gui/file/947 ... /detection

Marioman2007
2025 Egg Hunter
2025 Egg Hunter
Posts: 537
Joined: Tue Aug 25, 2020 3:19 am
Flair: Dr. Bones
Pronouns: He/Him

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Marioman2007 » Wed Oct 27, 2021 6:08 am

Lava Shroom wrote: โ†‘
Wed Oct 27, 2021 4:26 am
Is this a really malware or only a false report?
https://www.virustotal.com/gui/file/947 ... /detection
Many people, including me, use this tool, so it is false.
It seems VirusTotal hates SMBX, last time it detected SMBX 2.0 as a virus for you...

Lava Shroom
Koopa
Koopa
Posts: 16
Joined: Sun Sep 26, 2021 12:24 pm
Flair: aboba
Pronouns: he/him

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Lava Shroom » Wed Oct 27, 2021 12:07 pm

Or Virustotal hates me :lol: :lol: :lol: :lol: :lol:

Torterra18
Bob-Omb
Bob-Omb
Posts: 20
Joined: Fri Feb 03, 2023 9:43 am
Pronouns: he/him

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Torterra18 » Fri Feb 03, 2023 9:51 am

Hey, that seems like a very helpful tool!, but unfortunately, it seems that doesn't work on 32-bit systems, can you please make a version for this kind of OSes?

Torterra18
Bob-Omb
Bob-Omb
Posts: 20
Joined: Fri Feb 03, 2023 9:43 am
Pronouns: he/him

Re: SMBX2 Tileset Importer (Now Supports Windows 7)

Postby Torterra18 » Wed Feb 15, 2023 8:09 pm

Cool, but it seems that it doesn't work on my type of OS (32-bits), so, maybe, can you tell me how can I build my own version for my type of OS?, And what it is required to run it from source?

Sambo
Snifit
Snifit
Posts: 211
Joined: Fri Jan 24, 2014 6:43 pm

Re: SMBX2 Tileset Importer (Now Supports Semisolid Slopes)

Postby Sambo » Sat Jul 20, 2024 8:58 pm

Support for semisolid slopes has been added.

Note: Semisolid slopes require SMBX2 b5 or later to function ingame.

SuperAlex
2025 Egg Hunter
2025 Egg Hunter
Posts: 225
Joined: Mon Nov 02, 2020 3:02 pm
Flair: Spriting
Pronouns: He/Him
Contact:

Re: SMBX2 Tileset Importer (Now Supports Semisolid Slopes)

Postby SuperAlex » Sat Jul 20, 2024 9:09 pm

Sambo wrote: โ†‘
Sat Jul 20, 2024 8:58 pm
What an update, but I could want the blocks and BGO's to accept numbers up to the amount that SMBX2 Beta 5 has set (BGO's 1 to 377 and Blocks 1 to 1393)

Sambo
Snifit
Snifit
Posts: 211
Joined: Fri Jan 24, 2014 6:43 pm

Re: SMBX2 Tileset Importer (Now Supports Semisolid Slopes)

Postby Sambo » Sat Jul 20, 2024 9:31 pm

Thanks for the suggestion. I've added that to the planned features list on the readme.

Sambo
Snifit
Snifit
Posts: 211
Joined: Fri Jan 24, 2014 6:43 pm

Re: SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Postby Sambo » Sun Aug 25, 2024 4:45 pm

Version 0.4 has been released.

yoshibro75
Cheep-Cheep
Cheep-Cheep
Posts: 11
Joined: Tue Jun 25, 2024 8:34 pm
Pronouns: he/him

Re: SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Postby yoshibro75 » Tue Dec 24, 2024 11:55 am

This is great!

Ibaka
Blooper
Blooper
Posts: 159
Joined: Wed Apr 20, 2022 8:27 am
Flair: Nothing
Pronouns: he/him

Re: SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Postby Ibaka » Fri Jan 17, 2025 11:37 am

holy shit if only i knew about this earlier

yoshibro75
Cheep-Cheep
Cheep-Cheep
Posts: 11
Joined: Tue Jun 25, 2024 8:34 pm
Pronouns: he/him

Re: SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Postby yoshibro75 » Sat Feb 01, 2025 12:14 pm

There's one problem with this: when I change the block ID range to something else (500-520), the assigned IDs stay the same after exporting. This doesn't work even if I assign each individual block an ID.

KoragusuMaster
Goomba
Goomba
Posts: 2
Joined: Mon Mar 24, 2025 11:07 am
Flair: An anthro and anime fan, ambitious indie developer
Pronouns: he/him, she as furry
Contact:

Re: SMBX2 Tileset Importer v0.4 (Now Shows Tile Previews)

Postby KoragusuMaster » Mon Mar 24, 2025 1:48 pm

Does this will work with TheXTech or you'll make a compatible version?
It looks pretty useful, actually. Thanks so much! ๐Ÿ™
I'm new in this forum btw.

Added in 4 hours 20 minutes 10 seconds:
Re: SMBX2 Tileset Importer (Now Supports Windows 7)
Alucard648 wrote: โ†‘
Sat Jun 26, 2021 2:29 pm
This topic needs to be pinned.
Agreed. We'd need a tileset editor if someone gets stuck on making levels... This also could applies to TheXTech (and maybe) 38A. :)


Return to โ€œGraphicsโ€

Who is online

Users browsing this forum: No registered users and 1 guest

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari