Animegameremap

Latest version: v4.2.7

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

Scan your dependencies

Page 1 of 3

4.2.0

Changes
- Added new remaps for:
- **Ayaka**
- **Diluc**
- **Klee**

<br>

- Simplified head texture edits for **Ganyu** and **Ningguang**
- Added [Gamma Correction](https://www.cambridgeincolour.com/tutorials/gamma-correction.htm) texture filter
- Can simulate the effect of saving .dds files in *BC7 sRGB* format
- Added a Tint texture filter
- Modernized look of the documentation to use [Furo](https://sphinx-themes.org/sample-sites/furo/) theme

<br>

Bugs
- Fix certain `Keqing --> KeqingOpulent` remaps from having their heads disappearing by setting their *headDiffuse.dds* to be opaque

<br>

Download

File Download
- Click `AGRemap-4-2-7.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.1.0

Changes
- Added new remaps for:
- **Fischl**
- **Kirara**
- **Nilou**

<br>

- Improved remap for **Ganyu** and **Ningguang** by automating texture edits for their `headDiffuse.dds` texture files

<br>

- Automate creation and editing of texture .dds files
- Don't need to install dependencies yourselves! The software will automatically install the dependencies at runtime only when they are used.
- New texture editing features include: *invert alpha, transparency change, hue adjustment, shadow/highlight adjustment, saturation, colour replacement and temperature change*

- Allow multiple key definitions in a particular part in a .ini section
- Can now use ORFix when remapping mods

Bugs
- Fixed Keqing remap, where textures underneath her dress would not load

<br>

Download

File Download
- Click `AGRemap-4-1-8.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

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)

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.