Happy Hills |
By the way, only 1 more level remaining and I will be releasing another demo. It is unfortunate that not so many gave feedback on the first demo though.
skip to main | skip to sidebar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday, December 27, 2013Happy Hills
By the way, only 1 more level remaining and I will be releasing another demo. It is unfortunate that not so many gave feedback on the first demo though. Thursday, December 26, 2013Vacations over!
It is unfortunate for me to say that vacation is over and I may not be able to put much time on this project anymore. However, I am not saying that this project is going to be abandoned. It's going to continue, only that progress may slow down and updates may not be frequent. Right now, I am working on a level, which I would be putting a screenshot here in a day or two.
Saturday, December 21, 2013Changed the text background
By the way, I'm trying to learn on ways on how to hack the SMBX. If I have time, I'm thinking about reverse engineering it. I still have to find out what compiler did Redigit, the author of SMBX, use to create the exe though. It's a lot of work, and I'm not really hoping that it would even be possible, but we'll see. Yoster Safari
I had been using custom NPCs on this one, take the cherries for example. SMBX doesn't have cherries, but thanks to Valerri's Return to Dinosaur Land episode, I manage to grab some graphics and replicate what he did on his levels. The only problem is that the cherries turn into Megamole once killed, so I had to do an extra hack on the effects. There is yet another problem to this. I notice that some NPCs treat the cherries as another NPC so they actually bump on them despite the npcblock=0 attribute on the cherry NPC. There's one more problem, the cherries seem to hide the other NPCs. So I try analyzing the NPC codes and their behavior, and after some time, I manage to resolve the problems. There are some problems I couldn't resolve with the cherries though. They can get killed by Mario's fireball and by the Koopa shells. There's nothing I can do about it.
Now, this level, like SMW's Yoshi Island 2, has the Chargin' Chuck in it. The Chargin' Chuck isn't like the Chargin' Chuck of SMW however, as this one can't be killed by a stomp or a spin attack nor is it vulnerable to fireball. These things can only be affected by Ice and can be killed by shells or hammer. The new Chargin' Chucks will really pose a threat even to the mighty plumber. Sometimes, the best way to deal with it is to run away from it.
And lastly, I also run with another SMBX problem involving the P switch. It turns Yoshi coins into blocks. It's a normal function but can also be problematic. Take for instance, a scenario where you want it to remain a coin. In my case, I put the last Yoshi coin beyond reach, and the only way to reach it is by turning the gold coins into blocks so Mario could use it as a stepping block. However, since the Yoshi coin also turns to a block, you have to wait for the power of the P switch to expire. This renders the purpose of the stepping block useless. But, with a little event trick, that problem was solved.
Anyway, here's the video:
Thursday, December 19, 2013SMBX Tutorial: How to customize NPCs
I am just reposting this since this tutorial was already featured in the SMBX Editor Help File.
How to customize NPCs in SMBX By Redigit and Blue While the feature is implemented in SMBx. It is not part of the actual program's user interface. All custom NPCs are set just like custom graphics and are done manually by the user creating a file in the game folders. In the folder for the level you wish to use a custom NPC in, you will create a file with notepad (a program that comes with your computer) that is named the same exact as the graphic file of the NPC you wish to alter. For example: If you wish to make a goomba not able to be stomped, you would do the following. Create a new .txt file in the desired levels folder. Name the .txt file npc-1 Open that file and then place the following text in it. playerblock=1 jumphurt=0 and then save the file. Now in the level in question, the goomba will no longer be able to be stomped. The following flags can be placed in the .txt file to effect the npc. If you want to set a flag to yes, put =1 and for no =0 NPC Player/World Interactions Flags grabtop= Can Mario pick it up and carry it? grabside= Can Mario grab this from the side and carry it? jumphurt= Will Mario get bounce if he jumps on the top of this NPC? playerblock= Will the player treat this NPC like a block? playerblocktop= Can the player stand on this NPC? npcblock= Will other NPCs treat this NPC as a block? npcblocktop= Will other NPCs walk on this NPC's head? noblockcollision= Passes through blocks. cliffturn= Will it turn around when it comes to an edge, rather than falling off? nohurt= Will not hurt the player if set to 1. noyoshi= If yoshi can't eat it, set this to 1. nofireball= Setting to 1 prevents fire from harming this NPC. noiceball= Setting to 1 prevents ice from freezing this NPC. nogravity= Is uneffected by gravity if set to 1. speed= How fast it moves. (Percentage) 0=0% 1=100% 2=200% score= How many points the NPC should give you upon its death/collection. Score can be set to any number from 0-13. Each gives a different amount of points listed below. 0 give 0 points 1 gives 10 points 2 gives 100 points 3 gives 200 points 4 gives 400 points 5 gives 800 points 6 gives 1000 points 7 gives 2000 points 8 gives 4000 points 9 gives 8000 points 10 gives a 1up 11 gives a 2up 12 gives a 3up 13 gives a 5up (anything higher than 13 will produce a 5up as well.) NPC Appearance Flags foreground= This will be drawn in front of other sprites if set to 1. frames= How many frames the sprites animation uses for a single direction. framespeed= How fast the frames of the sprites animation change. 8 is Normal. framestyle= 0=No Directional Sprites, 1=Left and Right movement, 2=Left and Right movement and inverted (upsidedown) if Held. gfxoffsetx= Moves the graphic in a specific direction (X) -1 is up, 1 is down. gfxoffsety= Moves the graphic in a specific direction (Y) -1 is left, 1 is right. width= The NPCs hitbox width (in pixels) height= The NPCs hitbox height (in pixels) gfxheight= Only set if sprite height is different than Hit box height. gfxwidth= Only set if sprite width is different than Hit box width. Wednesday, December 18, 2013Yoster LakeThis is apparently the second level of Yoster Isle, the 2nd world in Super Mario Quest. There are simple puzzles here that could earn you a star. I believe any Super Mario World veteran already knows how to solve it. Also, if you listen to the music, you'll realize that I edited the original SMBX music of the underwater level. The music no longer fades out like it use to be. Sunday, December 15, 2013Yoster Plain Demo VideoA video of Yoster Plain, one of the levels of Yoster Isle. I have preserved the SMB (Super Mario Bros.) blocks for this level and introduced the Donut Blocks since I intended this level to be a transition level from SMB to SMW (Super Mario World) theme. SMQ Remake of the Hall
My project will continue to evolve as more and more revisions will happen in the future. Wednesday, December 11, 2013Super Mario Quest v.1.0 Demo
After almost a month of laboring on this project, I'm finally done with World 1, and right now, I am releasing a demo. The demo covers from Mario's house up to the Gloom Dome Sewer. Some parts of Princess Toadstool's Castle and that of Gloom Dome may be missing, and the Yoster Isle levels are not yet been set up properly. Bugs are expected to be present despite my thorough testing. Hopefully they can be found and brought to my attention. The demo is an alpha version since I had already tested it, but now I am opening it for beta testing.
Here are some screenshots:
This demo is open for beta testing. Please report any bugs if you found one. Note that I'm only looking for bugs. Graphic clash issues will be address later so please don't tell me about graphic clashes in this demo because I already know that. Bugs include flawed scripts and loopholes in programming that could result in an unexpected function or gameplay. Also I'm not looking for SMBX bugs, I'm only looking for bugs in my episode. SMBX bugs are Redigit's problem, not mine. If there is an SMBX bug, there is nothing I can do about that. Download Notes The file is about 51MB in size. This includes the hacked SMBX and the episode. It is in zip file. To install, just create a new folder and unzipped the zipped file in there. Once unzipped, run the SMBX.exe contained in the zip file to make everything work. Using another SMBX aside from the included SMBX will not render everything properly. You can download the file here. Monday, December 9, 2013The making of Gloom Dome Sewer
Sunday, December 8, 2013Mushroom Garden VideoThis is a demo video of Mushroom Garden. One of the levels of Mushroom Kingdom. Enough said, just watch the vid and leave me some comments if you guys can. My hands are freezing right now. :P Saturday, December 7, 2013Mushroom Garden in the making
Anyway, I intend the level to contain a small sidequest where Mario has to gather special Mushrooms. Luigi will also be present, thus this level will serve as a prelude to the levels where you are allowed to select characters to use on a level. Did you know: Earlier I was using the grassland ground tiles, but I found it unrealistic and an unfitting place for Mushrooms to grow, so I reanalyze the idea and change it to a wet or damp kinda ground. And since some Mushrooms prefer to grow on dead wood, I also incorporated a custom graphics of a dead wood where some Mushrooms grow. Friday, December 6, 2013Palace Treasure Vault Completed!
SMBX also has a bug when it comes to dialogues. I know some SMBX fans won't admit it, but I had verified it. It happens when you load a level with hidden layers and starts with a dialogue. Right after the dialogue, some events misfire and shows the supposedly hidden layers and hides some supposedly showed ones. It can be patched by pulling a series of events that give the dialogue at least a small refresh rate. Now, about the Treasure Vault. Here, you will be tutored by a Toadstool, kinda like Super Mario RPG. He will explain about each item contained in the chests. After that, you will have to exit the room and go to another passage that ends up in Mushroom Garden. Thursday, December 5, 2013Dialogue with the Chancellor completed
Monday, December 2, 2013Kitchen Fixed plus video of a sneak peek of Princess Toadstool's Castle
Unfortunately, the video has no sound and kind of low quality, thanks to BSR Screen Recorder Trial Version and Youtube for degrading them. Anyway, at least it gets to show some parts of the level. There is also a bug at the end of the Hallway. That Mushroom grandpa was not meant to move, but he did learn to walk somehow. Yeah, even without moving his legs. Now, that kind of makes him look like a chess piece. Sunday, December 1, 2013Kitchen Flaw
Saturday, November 30, 2013Princess Toadstool's Castle: Guest Room and Dining Room
Thursday, November 28, 2013Haunted Room
OK, I'm done with haunted room. You may ask, what the heck am I talking about? OK, this is just a little secret, but in Princess Toadstool's Castle, there is a Toad that'll inform you that there is a creepy place in the castle basement, and if you go further into this creepy area, you'll found a door marked by a Starman. That door requires 50 stars, and that's where the noises are coming from. If you can open this door, you'll be in the haunted room.
Now, this is just a rumor, but the room was said to be where the famous artist Vincent Van Gore once stayed. I'm not revealing how the room looks like though... let's keep it as a spoiler.
Tuesday, November 26, 2013Princess Toadstool's Castle: The Basement
OK, so now that the basement is complete, I'm on my way to creating the remaining castle wing, the Treasure Room, the hidden mystery room, the guest room, the Kitchen, the Dining Room, and finally, the Throne Room. Monday, November 25, 2013Super Mario Quest: Princess Toadstool Castle Update
Saturday, November 23, 2013Secret Room #1
Day 3 for the Princess Toadstool Castle and I'm still working on the same level. Bummer. But I don't want to make Princess Peach's castle look gibberish. So gloves off, I am now using everything I know about Photoshop. By the way, I'm not posting any screenshots right now. I don't wanna spoil the fun since the level I am working now is the Secret Room #1. Actually, it's not so secret considering the fact that it can be found along the hallway of the castle, but it needs at least 10 stars to open. I'm also not telling what this level is all about, although I can give a hint that it's red and it has pictures in it.
As an extra update, I manage to hack SMBX's hardcoded graphics (or graphics that had been compiled along with the source code) with the help of Captain N of the SMBX Revived Forum. Now, NPCs no longer have this exclamation mark over their head. Same with the sign boards. I have added a unique feature in Super Mario Quest. A feature that allows players to try to explore Mario's magical world by talking to items and on certain spots. If the exclamation mark is there, then obviously, the players would know that there is a secret item in there, but now that the exclamation mark is gone, the players would have no way of knowing unless he/she explores it.
Thursday, November 21, 2013Super Mario Quest: Princess' Toadstool's Castle featuring the LibraryProgress on Princess Toadstool's Castle has been slow lately due to its immensity and complexity. Princess Toadstool's Castle isn't just your average size level, it's huge with lots of rooms to explore. Within the castle itself, you can expect some magical things to happen, and of course, it's not going to be complete without the easter eggs hidden within. It's gonna be a fun pack adventure for Super Mario. Anyway, in this video, I'm going to focus on the Castle Library. It's currently without sound and is empty, but I plan to add something more into the room in the next coming updates. The library's design was originally conceptualized by BloodElf300 and it use to be called Magic Library (see screenshot below).
Tuesday, November 19, 2013Working on Princess' Castle
The snapshot to the left was taken from the Intro of the stage. Neat hunh? I just hope Nintendo doesn't sue me for using that picture.
The next snapshot was taken on the Main Hall of the Castle. You can find some NPC Toadstools hanging around there. You can interact with them but they offer you nothing but small talk. And although one of them tells you to go straight to reach the Throne Room, it doesn't take a genius to figure that one out.
The neat background is courtesy of Zypher, I couldn't have done it without the guy. Monday, November 18, 2013Mushroom Kingdom DemoOk, now this one really cost me two days to work on. I kind of trick the SMBX engine to do a SMRPG scenario in it, but nope, I did not hack the engine. Seriously, hacking SMBX would be difficult without an ASM blueprint, which only Redigit has. Until, he releases the source code, that won't be happening anytime soon. Anyway, back to the new Mario game I was developing. I ripped off some of SMRPG's graphics by hacking it (thanks for Giangurgolo for that), and I borrowed Squishy Rex's graphics of the Acorn trees and the bushes to get the Mushroom Kingdom theme I was looking for. The Toadstools and some of the isometric photos came from SMRPG of course. In this scenario, I am building an NPC interaction base on the previous Mario adventure — SMRPG: Legend of the Seven Stars story to be more specific. Anyway, just watch the video to get an idea. Sunday, November 17, 2013World Map of Mushroom Kingdom
Saturday, November 16, 2013Mushroom Kingdom Level
The picture to the left is not a snapshot of the Super Mario RPG game, as you would never see Raz and Raini stand side by side inside their house. Though the sprites and the tiles did originate from SMRPG. Well, it's a little trick I did to get the RPG ambient I was looking for.
Friday, November 15, 2013SMBX Super Mario Quest - Mushroom WayHere's one of the levels of the Super Mario Quest game I'm developing. This video was taken from the Mushroom Kingdom level, Mushroom Way. This level is right after the level where a toadstool summons Mario to the palace. The level is accompanied by the presence of toadstools, who would give Mario some basic tips. It is also the level where you would be introduced into a Super Mario Bros.-type Goomba for the first time. New Mario Bros. Sprite
Of course, there are more enhanced pictures to come. But for now, I remodeled the Mario Bros. - Mario and Luigi. The world map may also feature some additional sprites not normally found in the default SMBX engine.
Thursday, November 14, 2013Super Mario Quest
Super Mario Bros. X combines all the essential games of the classic Super Mario All-Stars, Super Mario World, and some extras from Super Mario 64 and Super Mario RPG. Furthermore, it can be customized to create additional stunning effects and unique gameplay. There are so many customized levels for SMBX, and they have been really great. I decided to add one more to that collection, but I intend mine to be unique; something that has never been thought of. So I present the idea of a Super Mario RPG side-scrolling game, which I entitled Super Mario Quest. Currently, Super Mario Quest is on the works, but here's what to expect: - A Mario Bros. game with Mario and Luigi as the players. - An enormous world map that spans at least 16 worlds. - A combination of Super Mario All-Stars, Super Mario World, Super Mario RPG and Super Mario 64 elements, plus its own unique graphics and story line. - It's an RPG side scrolling game. Meaning, it is a 2D side-scroller but with a story line complete with quests and adventures. - Over 1000 levels to explore. - High Replay Value is guaranteed due to the presence of hidden Magic Stars and easter egg secrets. - You can find all the Super Mario All-Star powerups. - You can ride Yoshi from Super Mario World. He comes in different colors. - Quests are available. Including level sidequests. - Unique graphics, music soundtracks and sounds. - High definition graphics may be employed. - Difficulty range from very easy to extremely difficult. - Advance scripts.
You can also expect new enemies in this game, and bosses that come in different forms and sizes. Bowser is still among your foes, but he's not the only one you'll be dealing with.
Subscribe to:
Posts (Atom)
Blog Archive
SubscriptionSite Counter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Powered by Astral Meta Network
|