Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change characters? #34

Open
taozhiyuai opened this issue Mar 30, 2024 · 4 comments
Open

how to change characters? #34

taozhiyuai opened this issue Mar 30, 2024 · 4 comments

Comments

@taozhiyuai
Copy link

it seems Qwen 0.5B is better model to run. by the way, how to change characters?

Alex, Twelve, Hugo, Sean, Makoto, Elena, Ibuki, Chun-Li, Dudley, Necro, Q, Oro, Urien, Remy, Ryu, Gouki, Yun, Yang, Ken

@oulianov
Copy link
Contributor

oulianov commented Apr 1, 2024

There is a way to change characters, but it's not easy right now

  1. You need to change the Diambra parameters here
Capture d’écran 2024-04-01 à 09 00 07
  1. You need to change the "character color" and "enemy color". That's how we know character position : by looking at the pixels of this color.

  2. You need to edit the moves in config.py so that the special moves of each character is properly mapped.

With better configuration, this could be easier to do, but that was not a priority for now

@Suenynis
Copy link

Suenynis commented Apr 1, 2024

Wow this is awesome project

@taozhiyuai
Copy link
Author

There is a way to change characters, but it's not easy right now

  1. You need to change the Diambra parameters here
Capture d’écran 2024-04-01 à 09 00 07 2. You need to change the "character color" and "enemy color". That's how we know character position : by looking at the pixels of this color. 3. You need to edit the moves in `config.py` so that the special moves of each character is properly mapped.

With better configuration, this could be easier to do, but that was not a priority for now

it is not easy for me to modify files.

@oulianov
Copy link
Contributor

oulianov commented Apr 2, 2024

You should download VS Code and learn some more python !
It's not easy but it's worth it. You'll be able to do this and much more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants