NintendoAge http://nintendoage.com/forum/ -Sqooner [Homebrew] The Banketh - The Video Game http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-13T15:21:56 -05.00 RetroNES software 61
Before they were very ugly.

Before:


Now:
]]>
[Homebrew] The Banketh - The Video Game http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T19:15:25 -05.00 RetroNES software 61  

Please keep us updated - I'd gladly back you again! ]]>
[Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T17:36:18 -05.00 RetroNES software 61
In 2017 I tried to do a crowfunding to make a hundred units, but it did not work out well.

In fact, this thread was active during that time, but it should not have attracted too much attention.

I have been busy in other aspects of my life, and now I have taken up the project with enthusiasm. I have managed to correct many things in this game, and as you can see, I am also improving others.

Yes, my intention is to make a new crowfundign again, and yes, also one hundred units.

I'll put the progress here. ]]>
[Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T15:48:45 -05.00 RetroNES software 61 [Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T15:07:44 -05.00 RetroNES software 61 [Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T14:43:26 -05.00 RetroNES software 61 [Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T10:16:39 -05.00 RetroNES software 61 [Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2019-04-12T09:57:07 -05.00 RetroNES software 61 UPDATE 2019

After two years of the crowfunding attempt to be able to manufacture one hundred units of The Banketh, this April I have finally returned to the project.

As you know, the aforementioned crowfunding stayed at a thousand euros to achieve the goal and had to give up. After this, I disregarded the project and got involved in others of lesser depth, although equally difficult and laborious, where I was able to learn new things and develop better in the programming techniques to take advantage of the console.

Right now the Banketh project has been redone, taking advantage of the original code as much as possible, but making very important base restructurings.

IMPROVEMENT OF BACKGROUNDS CREATION:
Among the improvements we have the metatiles inclusion to form the scenarios. Before I used the tool to create backgrounds and sprites NEStool, from Shiru. This tool made it possible to create our graphic tileset easily, and allowing to save raw and compressed backgrounds, than the CC65 compiler, understood and then expressed in our final development. The downside is that in the end consumed a lot of space in the ROMs we have for our video game, and used again and again tiles that we repeated constantly in each background. Come on, that everything less optimal.

Now we have created a system of METATILES of 16x16, where we use the tiles that we need to create these metatiles. This generates an address file forming a hexadecimal array that represents these metatiles, which we can then use to create our screens thanks to the Tiled map editor. This gives us a range of possibilities and we managed to compress A LOT the space destined for backgrounds that The Banketh had.

In addition, the space for the marked lives, points, etc ... that was repeated on each screen, now only read once and repeated where we want, which helps to further compress the space.

To show an image:

This was the space reserved for the five original levels of The Banketh's beta in 2016:

This is the current space using the same five levels taken from the beta of The Banketh using the metatile system:

As you can see, the space used is WOW, which allows it to be used to create even bigger and more complex levels, add new ones, improve them, put better cutscene, etc ... Whatever comes to your mind.

Now I'm still using the NEStool tool from Shiru, but only to create the tiles and in any case capture backgrund tests to see how the graphic creations are on the screen, before creating an array of final metatiles. Apart from this, I still use it for the creation of sprites and frames of animations, which is very good.

IMPROVEMENT OF COLLISIONS:
The collision system has been partially changed. The way in which our sprites interpret the map where they have to move, but with improvements is preserved.

The mapping of collisions, which was previously a file independent of the background that was loaded after this in memory, now with the same fate, associating each metatile created a data type of "colision", "no_colision", of so that it is read only once, it gets into memory and the machine already knows that metatiles collide and which do not.

In addition, thanks to the library [b]nesdoug[/b] we use the function chek_collision(), written in assembler, for the collision between sprites. Before I used a code written in C for this same function, but it consumed many resources and gave some problems (sometimes, it is not known why, there were invisible collisions in the map) that have now been solved.

IMPROVEMENT OF BOSS LEVEL 2:
Right now I'm going with this on my hands. In the original beta of The Banketh, the boss was a helicopter with three attack routines. This did not make much sense, since all the enemies are mere mutants, even the bosses, and the helicopter was an easy way out that I found at the time to finish the project on time.

Now it has been changed by a giant city pigeon, which... I think you'll like it. It is not finished yet, but it looks very good:

Version 2016

Current now



VIDEO:
This video game was never really dead, there have simply been changes in my life and I have had to delay it. But I've always had the intention of improving it again and creating another crowfunding in the near future.

I leave a video for you to see how this boss of level 2 behaves. You have to improve things:
https://www.youtube.com/watch?v=XVJ2bSnw5Dk

In this video I show how the progress of the script of the final boss of level 2 of the game The Banketh is going.

Originally, in the beta version, this was a helicopter, but this did not make any sense given that the history of the video game narrates an attack of mutant monsters, and in this way, it was best to put a transformed animal and not something mechanical.

I chose for this a city pigeon, typical of Santander, and transformed into a mutant.

It has three differentiated attack routines as you can see.

You still have to fix some details, but practically, this will be the final boss of this area and his way of attacking.



NOTE: This text is translated with Google Traslater from Spanish ]]>
[Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2017-03-20T11:30:32 -05.00 RetroNES software 61 [Homebrew] The Banketh - The Video Game. CROWDFUNDING FAIL http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=170207 2017-03-20T11:05:02 -05.00 RetroNES software 61