0 of 0

File information

Last updated

Original upload

Created by

Victor Sousa

Uploaded by

victorluisbessa

Virus scan

Some suspicious files

Tags for this mod

Documentation

Readme

View as plain text


# Hogwarts Legacy Switch Mod Manager
[b]Important: Mods only work on Nintendo Switch consoles with a modified firmware running Atmosphere.[/b]

[b]Importante: Os mods só funcionam em consoles Nintendo Switch com o firmware modificado utilizando o Atmosphere.[/b]


If your Switch is using official (stock) firmware, mods will not work under any circumstances.

Atmosphere is a custom firmware that allows running homebrew applications and modifying games.
🇺🇸 English
This is a simple program designed to organize mods for Hogwarts Legacy on the Nintendo Switch. It allows users to select .pak files and automatically places them in the correct folder structure required by Atmosphere.

Only .pak format mods are compatible with the Nintendo Switch.
Mods that use additional textures or extra files are not supported and will not work.

This project is the beginning of a mod manager for the Switch, and we plan to add support for more games and additional features in the future.

🇧🇷 Português
Este é um programa simples desenvolvido para organizar mods do jogo Hogwarts Legacy no Nintendo Switch. Ele permite ao usuário selecionar arquivos .pak e os coloca automaticamente na estrutura de pastas correta exigida pelo Atmosphere.

Apenas mods no formato .pak são compatíveis com o Nintendo Switch.
Mods que utilizam texturas adicionais ou arquivos extras não são compatíveis e não funcionarão.

Este projeto é o início de um gerenciador de mods para o Switch, e planejamos adicionar suporte a mais jogos e funcionalidades adicionais no futuro.


## Documentação
🇺🇸 English
How to Use
Run the program (converter.exe if compiled, or python converter.py).

Click "Select .pak Files" to choose the mod files you want to install.

Click "Create Folders and Copy Files".

The program will create a folder called mod[i]manager inside your Documents folder.[/i]

Inside mod[i]manager, the following structure will be generated:[/i]


Open the folder using the "Open Destination Folder" button.

Copy everything from inside the hogwarts[i]legacy folder to the root of your SD card, where Atmosphere is installed.[/i]

Command Line Usage
You can also run the program from the command line and provide .pak files directly:


These files will be automatically added to the list and copied when you click the "Create Folders and Copy Files" button.

Important Notes
Only .pak mods are compatible with the Nintendo Switch.

Mods that use additional textures or extra files will not work on Switch.

More games and new features will be supported in the future.

🇧🇷 Português
Como Usar
Execute o programa (converter.exe se estiver compilado ou python converter.py).

Clique em "Selecionar Arquivos .pak" para escolher os mods que deseja instalar.

Clique em "Criar Pastas e Copiar Arquivos".

O programa vai criar uma pasta chamada mod[i]manager dentro da sua pasta Documentos.[/i]

Dentro da pasta mod[i]manager, será gerada a seguinte estrutura:[/i]


Abra a pasta pelo botão "Abrir Pasta de Destino".

Copie tudo que está dentro da pasta hogwarts[i]legacy para a raiz do seu cartão SD, onde o Atmosphere está instalado.[/i]

Uso por Linha de Comando
Você também pode rodar o programa via terminal e informar os arquivos .pak diretamente:

Esses arquivos serão adicionados automaticamente à lista e copiados quando você clicar em "Criar Pastas e Copiar Arquivos".

Notas Importantes
Apenas mods .pak são compatíveis com o Nintendo Switch.

Mods que utilizam texturas adicionais ou arquivos extras não são compatíveis e não funcionarão.

Mais jogos e funcionalidades serão adicionados no futuro.


pyinstaller --onefile --icon=icon.ico mod[i]manager.py[/i]