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)