Homebrew [A9LH]BootAnim9 Animations Thread!

Slowe

Member
Newcomer
Joined
May 6, 2016
Messages
18
Trophies
0
Age
32
XP
99
Country
United States
The "Unbuttoned" version:

opU7Ix9.gif

Zip - https://mega.nz/#!IYJU3L4S!qkZCluUjt3AZMWSJ0pTvn_y_KcXeV_xVpAYsNc-Iu3U

Edit - Use the new versions here:

Buttoned: https://mega.nz/#!JZAQSQTA!Xx3ICsMwGX-tNvk54hsJGXnqZa9-v8J2xg5i6xYAJoI
Unbuttoned: https://mega.nz/#!8dRlVZgL!4CXPPh5-xY88rTn7wMVIelhKJFSndW2vKYMxM0BWaOM
 
Last edited by Slowe,

Ricken

Searching for the air to breathe~
Member
Joined
Jan 19, 2016
Messages
2,661
Trophies
1
Age
21
Location
Mid-Michigan
XP
2,958
Country
United States
I made a thing for Luma3DS because I didn't really like any of the existing anims in the thread, or the ones I did like were too dependent on smooth, high framerates, which I was unable to attain.

35TFFlv.gif


Download: https://mega.nz/#!d95VFYbA!mdiSlNVVJ5laaQVSXSW5GfXZjcF_ApmODYWlD2w-NXo


Edit: Here's all the goodies for Sony Vegas to resize and modify the animation as you see fit.
https://mega.nz/#!8kwgCbJL!lZY7xV2NBxj2KHug7RFEfxhjuCiL4ZrfQ0MHWfR-ypE

s1mR_q.gif
<-- The boot animation doesn't have this.

I've made this little simple boot in blender today because I was (once more) bored.

Download: https://goo.gl/vpZw9b
Blender files: https://goo.gl/RwCAOO

I hope you like it. Any constructive criticism is welcome. :)

plz Tell me I'm not the only one that thinks these go great together.
 
  • Like
Reactions: Wolfvak

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,779
Trophies
2
Age
48
Location
Japan
XP
3,679
Country
United States
There are quite a few top screens that I like here. I'd much rather have something that matches (not duplicate, but... You know...) on the bottom screen though. :unsure:
 
Last edited by urherenow,

usagirei

Well-Known Member
Member
Joined
Jan 26, 2016
Messages
164
Trophies
0
XP
255
Country
Brazil
Made a few Oldschool BIOS ones, since it was my splash on MenuHax.

They are Tagged as following:
  • Luma3DS 5.x (To avoid version number madness when at least until v6)
  • Select as Setup (Luma3DS Config)
  • Start as Recovery (Decrypt9)
Downloads: https://mega.nz/#F!O4g0QYqb!00zDmQ5qWunji0nWf2yZQg
Versions: CakesFW and Luma3DS 5.x
Still No Good? Customize Your Own

DON'T FORGET TO RENAME THE ANIM FILE TO JUST "ANIM" (Remove the SDCard Size Identifier)

Each Zip has 7 Variants inside, for SD Cards of: 2,4,8,16,32,64 and 128GB
The Previews have some color artifacts because imgur doesn't let me upload webm's directly
They shouldn't be present in the actual 3DS Screen.

Previews:
O3DS
r88YCu7.gif

N3DS
rFUIva5.gif

2DS
iTHCKnb.gif

Yes, It's Tagged as 3DS (From the 3DS Family), not 2DS, only the model number changes
 
Last edited by usagirei,

Wolfvak

nyaa~
Member
Joined
Oct 25, 2015
Messages
918
Trophies
1
XP
3,386
Country
Uruguay
-kewl classic shite-
wut I thought you just wanted the animations, this is way better to be honest.
Did you actually edit it from scratch or did you use a modded BIOS and recorded from an emulator?

Even though some people might consider doing an animation from scratch easier, I actually consider making a modified BIOS (and a tiny OS) a lot easier (and way more fun!)
 

usagirei

Well-Known Member
Member
Joined
Jan 26, 2016
Messages
164
Trophies
0
XP
255
Country
Brazil
wut I thought you just wanted the animations, this is way better to be honest.
Did you actually edit it from scratch or did you use a modded BIOS and recorded from an emulator?

Even though some people might consider doing an animation from scratch easier, I actually consider making a modified BIOS (and a tiny OS) a lot easier (and way more fun!)

I Wrote a custom renderer (that writes to a framebuffer) that blits glyph data from a fixed width bitmap font (8x16 in this case)
Then just made it write and export frames like:

Code:
var b = new VgaBuffer(50, 15, 8, 16);
b.LoadFont("FONT.png");
b.FontPage = VgaBuffer.FontPages.Green; // Each Channel a Different set of Font Glyphs
b.Foreground = VgaBuffer.VgaColors.Yellow;
b.DrawSprite(0, 0, 17, 5, 50 - 17, 1); // Energy Star Logo
...
...
b.WriteLine("Luma3DS v5.x - ARM9LoaderHax");
...
b.ExportFrame();
...
b.SpinWait(); // Spinning Thingy
...
 
Last edited by usagirei,

A_Random_Guy

Officially That Dev
Member
Joined
May 22, 2015
Messages
859
Trophies
0
Location
Somewhere
Website
n3dshack.weebly.com
XP
453
Country
Malaysia
Made a few Oldschool BIOS ones, since it was my splash on MenuHax.

They are Tagged as following:
  • Luma3DS 5.x (To avoid version number madness when at least until v6)
  • Select as Setup (Luma3DS Config)
  • Start as Recovery (Decrypt9)
Downloads: https://mega.nz/#F!O4g0QYqb!00zDmQ5qWunji0nWf2yZQg

DON'T FORGET TO RENAME THE ANIM FILE TO JUST "ANIM" (Remove the SDCard Size Identifier)

Each Zip has 7 Variants inside, for SD Cards of: 2,4,8,16,32,64 and 128GB
The Previews have some color artifacts because imgur doesn't let me upload webm's directly
They shouldn't be present in the actual 3DS Screen.

Previews:
O3DS
r88YCu7.gif

N3DS
rFUIva5.gif

2DS
iTHCKnb.gif

Yes, It's Tagged as 3DS (From the 3DS Family), not 2DS, only the model number changes

Could we get a CakesFW one?
 

usagirei

Well-Known Member
Member
Joined
Jan 26, 2016
Messages
164
Trophies
0
XP
255
Country
Brazil
You can't chainload with Cakes.
But me personally, i want the Hold Start to Recovery changed to "Hold [Select] to Boot Manager"

I'll make the default for CakesFW only "Hold [L] to enter Setup" and upload them.

However...

I also uploaded the program i made to create them (took me a while to make it end-user useable)
Included is a .bat file with the available commands for you to generate your custom BIOS BootAnimation

Try it Here
 
Last edited by usagirei,

NCorp.

Well-Known Member
Member
Joined
Aug 24, 2015
Messages
156
Trophies
0
Location
Somewhere in India
Website
ncorpsshack.blogspot.in
XP
207
Country
India
The new and improved Custom X (v2) - For those that don't know what this is, it is my pixely disastrous first attempt at making a boot screen :P

Inspired ( ripped of off ) :-

s1mR_q.gif
<-- The boot animation doesn't have this.

I've made this little simple boot in blender today because I was (once more) bored.

Download: https://goo.gl/vpZw9b
Blender files: https://goo.gl/RwCAOO

I hope you like it. Any constructive criticism is welcome. :)



The bottom screen has the spinning luma slightly modified and the top screen displays luma3ds with a Nintendo logo and 3ds version on top :)

Preview:-
Preview - Top.gif

Preview - Bottom.gif

Download Link :- https://mega.nz/#!Pk4g2ahS!PgeAHsQnUKmmoAMLeLtrQyoFUmBodp79y4zOYIYr7-A
 
Last edited by NCorp.,

kheldar

Well-Known Member
Member
Joined
Jul 4, 2014
Messages
522
Trophies
0
XP
420
Country
I made a quick animation in After Effects.
rDzK3l3.gif

PjVihEd.gif

Amazing work, thanks! Is there a way to play this at 30 fps though?


The new and improved Custom X (v2) - For those that don't know what this is, it is my pixely disastrous first attempt at making a boot screen :P

Inspired ( ripped of off ) :-






The bottom screen has the spinning luma slightly modified and the top screen displays luma3ds with a Nintendo logo and 3ds version on top :)

Preview:-

Download Link :- https://mega.nz/#!Pk4g2ahS!PgeAHsQnUKmmoAMLeLtrQyoFUmBodp79y4zOYIYr7-A

Also is there a n3ds version with 30 fps?
 
Last edited by kheldar,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Lol rappers still promoting crypto