mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Update ReadMe.md
This commit is contained in:
36
ReadMe.md
36
ReadMe.md
@@ -1,7 +1,7 @@
|
||||
<h1 align="center">XFW - <code>Xtreme Firmware</code> for the Flipper Zero</h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://user-images.githubusercontent.com/55334727/210267703-bf9a4181-30a6-4735-a288-431d5d2d66db.png">
|
||||
<img src="https://user-images.githubusercontent.com/55334727/215170306-051eeb8f-8f72-437f-8c2d-0e4be009bdad.png">
|
||||
</p>
|
||||
|
||||
[Intro](https://github.com/ClaraCrazy/Flipper-Xtreme#What-makes-it-special) | [Animations](https://github.com/ClaraCrazy/Flipper-Xtreme#Animations--Asset-Packs) | [Docs](https://github.com/ClaraCrazy/Flipper-Xtreme/wiki) | [Changelog](https://github.com/ClaraCrazy/Flipper-Xtreme#list-of-changes) | [Known bugs](https://github.com/ClaraCrazy/Flipper-Xtreme#Known-bugs) | [Install](https://github.com/ClaraCrazy/Flipper-Xtreme#Install) | [Build](https://github.com/ClaraCrazy/Flipper-Xtreme#build-it-yourself) | [Discord](https://discord.gg/flipper-xtreme)
|
||||
@@ -13,7 +13,7 @@ This firmware is a complete overhaul of the [Official Firmware](https://github.c
|
||||
<br>
|
||||
<h2 align="center">What makes it special?</h2>
|
||||
|
||||
I have spent many hours perfecting this code even further, and getting the most out of it.
|
||||
We have spent many hours perfecting this code even further, and getting the most out of it.
|
||||
|
||||
The goal of this Firmware is to regularly bring out amazing updates based on what the community wants, with an actual understanding of whats going on. Fixing bugs that are regularly talked about, removing unstable / broken applications (.FAP) and actually using the level system that just sits abandoned everywhere else.
|
||||
<br><br>
|
||||
@@ -28,6 +28,27 @@ The goal of this Firmware is to regularly bring out amazing updates based on wha
|
||||
- Up2Date: This firmware receives updates from a few repositories, not just from its Upstream. If there are functional, but yet un-merged Pull requests on another flipper firmware that are good, they will be in here!
|
||||
|
||||
|
||||
-----
|
||||
<br>
|
||||
<h2 align="center">Xtreme Settings:</h2>
|
||||
|
||||
|
||||
We wrote a powerful yet easy-to-use application specifically for our Firmware, that gives you easy-access to all the fancy things we implemented:
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/55334727/215137728-529274e8-ab95-4164-a2a0-9ff712c9d3c7.gif" align="left" width="400px"/>
|
||||
|
||||
<code>Base Graphics:</code> Change the fallback assets used. Its either SFW (default) or NSFW
|
||||
<br><code>Asset Pack:</code> Allows you to easily customize your firmware, more on that below
|
||||
<br><code>Anim Speed:</code> Speed in which the animations play
|
||||
<br><code>Cycle Anims:</code> Duration of how long animations are played before switching to next
|
||||
<br><code>Unlock Anims:</code> Custom setting just for NSFW fallback animations. Figure it out ;)
|
||||
<br><code>Battery style:</code> Classic Firmware battery style toggle, just at a more convenient place
|
||||
<br><code>XP Level:</code> Changes your Flippers level
|
||||
<br><code>SubGhz Extend:</code> Allows you to extend the subghz range beyond what FZ devs planned
|
||||
<br><code>SubGhz Bypass:</code> Allows you to bypass the subghz region locks of the Flipper
|
||||
|
||||
<br clear="left"/>
|
||||
|
||||
-----
|
||||
<br>
|
||||
<h2 align="center">Animations / Asset Packs:</h2>
|
||||
@@ -58,9 +79,14 @@ After installing the packs to Flipper, hit the <code>Arrow UP</code> button on t
|
||||
<br>
|
||||
<h2 align="center">Levels:</h2>
|
||||
|
||||
This firmware contains some NSFW animations to bring a twist to the boring community, and added a fun leveling-system around them, that you can easily add to your own `Asset Packs`.
|
||||
This Firmware has 30 levels, not just the basic 3 the official one has.
|
||||
|
||||
The idle_animations are tied to the level system. Each level you reach, unlocks a new animation. The higher your level, the more lewd it will become. Rumors have it, I'm to be found in at least one of those too
|
||||
With this new system in place, it allows for some cool stuff like locking animations behind a certain level. This can be done fairly easy: The idle_animations are tied to the level system. Specifically, the `Min level` variable of your manifest file is used here. Each level you reach, unlocks a new animation. The higher your level, the more animations people can see.
|
||||
|
||||
<details>
|
||||
<summary>Our example</summary>
|
||||
|
||||
In our case, this is used with the NSFW animations. Dont worry, these are disabled by default because I know not everyone likes to see my / anime tits and thats fine. Anyways.. each level gives a brand new background animation, they also become more and more lewd over time. (Funfact for those reading.. thats why the repository has this warning. Github doesnt like my tits :c)
|
||||
|
||||
| Level | Animations |
|
||||
| ------------- | ------------- |
|
||||
@@ -68,7 +94,7 @@ The idle_animations are tied to the level system. Each level you reach, unlocks
|
||||
| 11-20 | Some tits, maybe an ass |
|
||||
| 21-30 | Fully NSFW, graphic scenes |
|
||||
|
||||
By default, SFW mode is selected, but if you want to enable all of the above simply hit `Arrow UP` from the main menu, select `Xtreme Settings` and change to NSFW graphics.
|
||||
</details>
|
||||
|
||||
-----
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user