FE Asset Repository Discussion Thread

It’s on the repo. The lance version isn’t uploaded so i guess it wasn’t finished. Female version has it though.

1 Like

Thanks a lot, really!

@Revian
This is the discussion thread.

My bad

A post was split to a new topic: Captain Falcon Animation

Does anybody have a roy fe6 battle animation? I normally use klok’s repo, but I couldn’t find it there. If there is somewhere else I should be looking please, if so then please tell me.

Move us to the other thread pls U da man Darr. OR SHOULD I SAY U DARRMAN!

Could someone do a white recolor of Eyes of God? That would be great. Thanks.

It should be relatively easy to do yourself if you’re making use of it, it’s just a palette swap.

As a spell animation, each frame has its own palette. That is why ShyuterZ has made spell recolors. Recoloring spells is relatively hard, but the 16 colors per frame rather than for the whole animation does give the original creator more freedom.

Honestly, i’ll just grab each sprite individually, hit it with a filter, and call it a day

I created _re-repo_update.bat.

Since we get a lot of questions about image and music repositories, I created a batch file that automatically downloads them.
FE-Repo
FE-Repo-Music
These are automatically git cloned.
When you run it a second time or later, it will perform a git pull and download only the updated diffs.

In addition, song7z and DirectPlayS are also downloaded.

To run, you will need git, 7z, and curl.
If you do not have these, we will direct you to a site where you can download them and run it again.

https://cdn.discordapp.com/attachments/171833225944104961/1103838791954862091/re-repo_update.bat

_re-repo_update.bat

@echo off
where git > nul
if %errorlevel% neq 0 (
	echo "git is required."
	echo "Please install it from the following website."
	echo "https://gitforwindows.org/"
	pause
	start https://gitforwindows.org/
	goto EXIT
)
where 7z > nul
if %errorlevel% neq 0 (
	echo "7z is required."
	echo "Please install it from the following website."
	echo "https://www.7-zip.org/download.html"
	pause
	start https://www.7-zip.org/download.html
	goto EXIT
)
where curl > nul
if %errorlevel% neq 0 (
	echo "curl is required."
	echo "Please install it from the following website."
	echo "https://curl.se/windows/"
	pause
	start https://curl.se/windows/
	goto EXIT
)



if not exist "FE-Repo" (
	echo "The first download takes about 20 minutes."
	git clone https://github.com/Klokinator/FE-Repo
) else (
	cd FE-Repo
	git pull
	cd ..
)

if not exist "FE-Repo-Music" (
	git clone https://github.com/Klokinator/FE-Repo-Music
) else (
	cd FE-Repo-Music
	git pull
	cd ..
)

if not exist "song" (
	curl "https://cdn.discordapp.com/attachments/1078054076803207179/1103807951468249239/song.7z" -O song.7z
	7z x song.7z
	del /q song.7z
)
if not exist "DirectPlayS" (
	curl -L "https://github.com/FEBuilderGBA/DirectPlayS/releases/download/20230504/DirectPlayS.7z" > DirectPlayS.7z
	7z x DirectPlayS.7z
	del /q DirectPlayS.7z
)

:EXIT
pause
3 Likes

Hey, is there a class card for this yet? and also was just wondering if you are okay with me using it, and if you all would want credit on it :slight_smile:

Hey thanks :heavy_heart_exclamation: I am very grateful that you liked it; but use this channel to say something, the one you wrote is just for submitting resources :slightly_smiling_face:

1 Like

I did script the Leo’s wyverns but didn’t do the axes btw.
So if anyone wants to do axes, feel free to.

@Ladyknight_Alex Any questions about animations or the repo will go here, just for future reference. To answer your question, If you are talking about in terms of palettes, I have no idea. They seem to share colors but the palette order may not be the same. I doubt the animations would be interchangeable.

Oh my apologies, the intricies of this site are still an enigma to me. Not really used to posting on forums lol

2 Likes

they do look really amazing! Are they compatable at all with any of his similar sword anims for cavs on the repo? I think they’d go well together!

Ooooh okay.
Not used to this site, but alright.
I do sorta wish all the animations did have similar palette order, would make mix & matching them for a unit’s class easier.

2 Likes

Don’t we all heh