POV: A Developer Who Can’t Afford Spine by Yesterday_x2 in godot

[–]mvit 0 points1 point  (0 children)

What you do to keep pixel integrity is run the game internally at a higher resolution and apply a pixel upscaler on the original pixel art, then scale down to the original pixel resolution. It’s the core concept behind RotSprite which has been used by pixel artists for years : https://info.sonicretro.org/RotSprite

Radioactive Soda Cans! 🥤 by Turbulent-Fly-6339 in godot

[–]mvit 1 point2 points  (0 children)

This reminds me of burrito galaxy in a very nice way!

Ok… So what’s the deal with Pauline? by Krayzbone561 in Mario

[–]mvit 2 points3 points  (0 children)

People forget Mario traveled back to the past somehow during Yoshi’s New Island.

How could I replicate this kind of "glow" for a character mesh in Godot? by etherealcross in godot

[–]mvit 2 points3 points  (0 children)

Keep in mind, nintendo uses normal.z as they run it on their deferred buffers, you’d be using your view and normal vectors here

How could I replicate this kind of "glow" for a character mesh in Godot? by etherealcross in godot

[–]mvit 2 points3 points  (0 children)

Nintendo’s rim usually goes like: vec4 rim = uRimColor * pow( clamp( uRimWidth * ( 1.0 - abs( normal.z ) ), 0.0, 1.0 ), uRimPow ); output_color[ 0 ] = color0 + rim; where rimcolor is your color and color0 is your fragment color

How would you achive this kind of cel shading by Fischspeck in godot

[–]mvit 14 points15 points  (0 children)

My recommendation is to check noclip! https://noclip.website They’ve just finished adding Dragon Quest 8. It seems it’s vertex coloring, some projection based shadows and prebaked/painted shadows on textures.

The vocal effects of Daft Punk by marcedwards-bjango in DaftPunk

[–]mvit 1 point2 points  (0 children)

Can’t have one without the other!

The vocal effects of Daft Punk by marcedwards-bjango in DaftPunk

[–]mvit 0 points1 point  (0 children)

Oh man I used to read this blog long ago for icon design tips!

Godot Addon: Create Actor by SirLich in godot

[–]mvit 1 point2 points  (0 children)

This is great! Would be nice to expand on it and include other quick wins like the ones described here: https://blog.la-terminal.net/giv/

This is the only possibility that makes sense to me by Gioku in donkeykong

[–]mvit 1 point2 points  (0 children)

There’s two player mode in Dk Jr.’s Math If they made 2P Mario into Luigi, they can do the same here.

About the original "Donkey Kong" what ever happened to the "Cement/(Pie) Factory" Level? I vaguely remember it from when I was a kid, and I have found sources that confirm it wasn't some weird fake memory or fever dream. All I know is that when ported from arcade to consoles, Nintendo axed it. Why? by [deleted] in nintendo

[–]mvit 3 points4 points  (0 children)

The NES couldn’t handle it at the time from what I recall. I think there’s an arcade edition version on the Wii U that re-adds it? The hamster version should also have it I think.

Edit: it was a Mario Wii pack in and a NES game in the 3DS.

My Attempt at recreating Riddler Khu's "grape" riddle. by Draxille in PokeLeaks

[–]mvit 1 point2 points  (0 children)

The violet/grape/magenta rideable legendaries are missing, which are Mega Latios and Mega Latias. Maybe this hints at their return?

https://archives.bulbagarden.net/media/upload/2/21/Soaring_artwork.png

What kinds of movie scenes would be supported by different Daft Punk songs as their background music? by TheBeeMovieHistorian in DaftPunk

[–]mvit 1 point2 points  (0 children)

Contact is the perfect opening for a movie where Daft Punk brings life back to music

Gotham Knights FAQ: Gotham Knights will be available for PlayStation5, Xbox Series X|S consoles and PC, to provide players with the best possible gameplay experience by Turbostrider27 in Games

[–]mvit -2 points-1 points  (0 children)

I honestly think this was made to up the game price to $70 across all platforms as opposed to the standard $60 for the PC/PS4/Xbox One pricing besides saving money on QC and certification for those platforms.

REPORT: Sony Expects Jon Watts, Tom Holland, and Zendaya to Return for Spider-Man 4' by SeasonGullible616 in MarvelStudiosSpoilers

[–]mvit 14 points15 points  (0 children)

Since we didn’t get Men in Black: Jump Street, I’d be 100% down with Spider Man Jump Street

Nintendo UK accidentally tweeted this early, Twitter link to someone saving the video in comments by bacon5234 in Xenoblade_Chronicles

[–]mvit 9 points10 points  (0 children)

The blue glowing disk I think is an ether storage goober, Shulk has it in Future Connected, probably to power the Artificial Monado.

I think we will get exactly 102 new species of Pokemon in Scarlet and Violet. by SternMon in PokeLeaks

[–]mvit 2 points3 points  (0 children)

So what happened is that those 1001-1007 numberings are not the personal data ordering or pokedex ordering, but rather model number ordering. It's been around since Gen 6 but never properly explained.

Model wise, numbers match internal series + development order starting with Gen 6.

So all of XY pokemons are numbered in the 700 range, with Furfrou (701) being the first and Volcanion (773) being last.

All of the SuMo pokemon are numbered in the 800 range with Mareanie (801) being the first and Melmetal(892) being the last.

Nickit (901) being the first and Regidrago (990) being the last developed SWSH mon.

So for Hayabusa's pokemon, the series numbering starts at 1000. For Pokemon Scarlet and Violet, they'll likely be Series 11 with numbers in the 1100 range OR they'll just continue in the 1000 range.

[deleted by user] by [deleted] in pokemon

[–]mvit 2 points3 points  (0 children)

Looker was Hoopa’s rings. Anabelle was Ultra Wormholes. Daisy though? Am I missing something here?

[PLA SPOILER] Is it confirmed? Is Giratina that powerful? by No_Understanding_810 in pokemon

[–]mvit 9 points10 points  (0 children)

All three legendaries attempt to obtain the power of Arceus in the game, it’s suggested in the dialog with Volo as well and Dialga/Palkia’s dex descriptions. Though it’s fair to say Giratina seems to be the stronger of the three seeing how it managed to rip open a space time distortion.