Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE - Add custom icon, banner and jingle for CIA #51

Open
mkst opened this issue Oct 12, 2020 · 5 comments
Open

FEATURE - Add custom icon, banner and jingle for CIA #51

mkst opened this issue Oct 12, 2020 · 5 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mkst
Copy link
Owner

mkst commented Oct 12, 2020

I lack the creative talent for this, but hopefully someone can create some nice, copyright-free, assets to use when building the CIA.

  • Icon needs to be 48x48 png
  • Banner needs to be 256x128 png
  • Jingle needs to be a short .wav
@mkst mkst added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 12, 2020
@Smoker1
Copy link

Smoker1 commented Oct 13, 2020

@mkst - Also need Commands for specifying which type a User wants to Build.
Example - I was wanting to Build the 3D-NFS-60FPS Variant, but I got the Homebrew, Basic Build.

@mkst
Copy link
Owner Author

mkst commented Oct 13, 2020

@Smoker1 so 3D is in there by default, just choose 400px from the bottom-screen mini menu and use the slider to apply/increase the effect. Note that AA does not work in 3D mode as there's not enough VRAM. When I find the time I'll add support for AA in 400px mode when the slider is down (i.e. no 3D-effect).

To build with 60FPS you need to apply the patch before building:

git apply enhancements/60fps.patch

If you have already built, you need to do

make clean

before you recompile.

To build the CIA you can do:

make --jobs 4 cia

^^ the instructions to build CIA are in the README; note that I updated the instructions, there are 2 extra steps as you need makerom to build the CIA.

What is NFS?

@Smoker1
Copy link

Smoker1 commented Oct 15, 2020

No Frame Skip. I saw that Optional Build on another Commit I found. Am I correct that that is just the 60FPS?

@mkst
Copy link
Owner Author

mkst commented Oct 15, 2020

No frame skip is in the readme "Naïve frame-skip if frame takes longer than 33.3ms (1 / 30 FPS) to render":

Disable by building with DISABLE_N3DS_FRAMESKIP=1

so:

make DISABLE_N3DS_FRAMESKIP=1

No audio is in the readme:

Choice to disable audio at build-time; add build flag DISABLE_AUDIO=1

so:

make DISABLE_AUDIO=1

Does this make sense?

@pupsicola
Copy link

pupsicola commented Jun 6, 2021

Made some today, let me know what you think! Love the project!
https://i.ibb.co/7jX5wn0/banner.png
https://i.ibb.co/X5NHcNT/icon.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants