FE Asset Repository Discussion Thread

That is just a symbol. The Fire Emblem of Elibe is the red gem on the hilt of the Binding Blade (Which would make the blade itself ALSO the Fire Emblem)
image

Here’s the art of Gunivere from Cipher which better illustrates the Fire Emblem in her possesion

4 Likes

Hi! I hope this is the right place to put this, but a few of my class card submissions to the repo are not properly credited to me. These are:

  • General (U) Cape Lance {IS}.png (in the “Infantry - Knights, Generals, Armors” section)
  • Bow Knight (U) Helmeted {flasuban, RobertFPY}.png (in the “Mounted - Cavs, Paladins, Rangers” section. flasuban and RobertFPY should also absolutely be credited on this one, but I did the helmeted edit here)

Additionally accreditation of flasuban should be added to the “Wyvern Knight (U) Axe {topazlight}.png”, “Wyvern Lord (U) Axe {topazlight}.png”, and “Wyvern Rider (U) Axe {topazlight}.png” class cards, which are currently credited just to me. They sprited that slick axe; I just edited it onto the vanilla class cards.

6 Likes

The symbol is almost certainly either the Pherae or Lycian League symbol, which may have been modified if it appears in game to fit the minimug dimensions.

Edit: Also, there should be no debate wrt Cipher’s canonicity; it is canon to itself because it literally does not take place in an existing continuity.

3 Likes

@Revian you can download the merchant anims from the repo directly in the miscellaneous section

The fact they don’t have their furry tail is regrettable :rofl:

Hey, I just wanted to say thay I really like this concept, but the dropbox link doesn´t work any longer… So I was wondering if there was still a way of downloading the file? :')

2 Likes

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