Animegameremap

Latest version: v4.0.1

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

4.0

The project name changed from:
***Fix RaidenBoss 2*** --> ***Anime Game Remap (AG Remap)***

<br>

Changes
- Can remap a character's mod onto the character's skin and vice versa for many other characters other than Ei's Boss
- Specify the type of mods to remap using the ``--types`` option

*eg.*
bash
--types jean,kequeen,amber

- Currently, the following character remaps are added:
- Amber <--> AmberCN
- Arlecchino --> ArlecchinoBoss
- Barbara <--> BarbaraSummertime
- Ganyu <--> GanyuTwilight
- Jean <--> JeanCN <--> JeanSea
- Keqing <--> KeqingOpulent
- Mona <--> MonaCN
- Ningguang <--> NingguangOrchid
- Rosaria <--> RosariaCN
- Shenhe <--> ShenheFrostFlower

For more info on how to specify a mod to remap through the command line, go [here](https://github.com/nhok0169/Anime-Game-Remap/tree/nhok0169/Anime%20Game%20Remap%20(for%20all%20users)/api#mod-types)

**Note:** For some characters, their remap may contain some distortions. Please see [Remap Grading](https://anime-game-remap.readthedocs.io/en/latest/remapGrading.html) to see the current quality and limitations of a character's remap
- Characters can be remapped to a specific version of the game using the `--version` option

*eg.*
bash
--version 4.1


- Remaps can basically *"time travel"* to the past (eg. the time before the "Great Hash Update")
- For some mods that may remap to multiple other skins (eg. *Jean* remapping to *JeanCN* and *JeanSea*), you can specify which skin to remap to using the `--remappedTypes` option
- If the `--remappedTypes` option does not contain any of the skins for a mod to be fixed, then by default, will map the mod to all its corresponding skins

*eg*
If you specified the following options
bash
--types kequeen,jean
--remappedTypes jeanSea

the software will do the following remap:

keqing --> keqingOpulent
Jean --> JeanSea

- New Pypi Package
- The new name for the Python package is [AnimeGameRemap](https://pypi.org/project/AnimeGameRemap/)
- You can download the package using pip by typing on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd):

bash
python3 -m pip install -U AnimeGameRemap

- For those who cannot conveniently run the above pip download and are worried they cannot receive the newest update, we have backwards compatibility (we did not forget you!) --> *see feature change below*
- New Documentation Link: https://anime-game-remap.readthedocs.io/en/latest
- Allow backwards compatibility:
- Users who have the [FixRaidenBoss2](https://pypi.org/project/FixRaidenBoss2/) package installed in their Python environment can still receive the latest changes from this project! (Just remember the `-U` option when you do a `pip install` to update your package)

*eg*
bash
python3 -m pip install -U FixRaidenBoss2

- Is your favorite character not covered by this software, you can request for the character to be remapped using the [Remap Request Issue Template](https://github.com/nhok0169/Anime-Game-Remap/issues/new?assignees=&labels=enhancement&projects=&template=remap_request.yml&title=%5B+character+name+%5D+remap+request)

Bugs
- Allow .ini files to reference global sections out of the scope of the file (eg. TexFx)


Download

File Download
- Click `AGRemap.py` download link below

Pypi Download
- Run `python -m pip install -U AnimeGameRemap` on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd)

4.0.0

3.7.1

Changes
- Quality **improved a lot** through automated [unit tests](https://github.com/nhok0169/Fix-Raiden-Boss/actions/workflows/unit-tests.yml) and [integration tests](https://github.com/nhok0169/Fix-Raiden-Boss/actions/workflows/integration-tests.yml)
- Added ability to fix a generic type of mod in the API *( preview of Arlecchino fix??! )*

Bug Fixes
- Fixed cases to handle irregular spacing in `.ini` files
- Handle cases of `.ini` files having sections with the same names
- Handle cases of `.ini` file sections defining the same key multiple times without branching
- Fixed statistical summary and warning summary of mods

Download

File Download
- Click `FixRaidenBoss2.py` download link below

Pypi Download
- Run `python -m pip install -U FixRaidenBoss2` on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd)

3.6.1

Changes
- **API is officially out. Visit https://fix-raiden-boss.readthedocs.io/en/latest/ for more details on how to use the API**
- **Can fix .ini files given only a string containing text content in the .ini file**
- **Can fix Blend.buf files given only the raw bytes to the file**

Bug Fixes
- **Fixed cases of using if statements and subcommands within the "resource" sections**
Although GIMI breaks for the case above, we try to stay consistent with the modified .ini language that GIMI introduced

- **Fixed statistical summary from displaying negative numbers**

Download

File Download
- Click `FixRaidenBoss2.py` download link below

Pypi Download
- Run `python -m pip install -U FixRaidenBoss2` on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd)

3.5.5

Changes
- **Added the `--all` option to read in all .ini files encountered instead of reading .ini files that only have the section `[TextureOverrideRaidenShogunBlend]`**
- **Developers can now just fix the Blend.buf files using the `Mod.blendCorrection` function in the API**

Bug Fixes
- **Maintain the order of the variables in the `.ini` files when adding the fix.**
Before, GIMI does not recognize the fix if the `vb1` variable is ordered after `handling` and `draw` variables. Now [this mod](https://gamebanana.com/mods/495998) and [this mod](https://gamebanana.com/mods/490757) works with the fix

Download

File Download
- Click `FixRaidenBoss2.py` download link below

Pypi Download
- Run `python -m pip install -U FixRaidenBoss2` on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd)

3.5.1

Changes
- Revamped internal algorithm to now support almost every custom mod
- Can now fix multiple mods at once
- Program can be run in GIMI's `Mod` folder (similar to the mod fix script during every new patch)
- Added summary table of how many mods are fixed or skipped

Download

File Download
- Click `FixRaidenBoss2.py` download link below

Pypi Download
- Run `python -m pip install -U FixRaidenBoss2` on [CMD](https://www.google.com/search?q=how+to+open+cmd+in+a+folder&oq=how+to+open+cmd)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.