Coder Social home page Coder Social logo

dragons-dogma-2-auto-character-creator's People

Contributors

kitthaven avatar mx772 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kitthaven

dragons-dogma-2-auto-character-creator's Issues

Frieren template wrong

Not sure how the templates are added, if it gets validated or not before adding to it, but for example the hair is wrong, and other parts in it.

Supposed to be 36 not 14, like shown in the video.

image

Exception in Tkinter callback

Exception in Tkinter callback with v0.0.14 using any of the included templates. Tried Ciri first then tested all of the others and ran into same issue

Steps to reproduce the behavior:
Select any template and run through the auto silder

Preset/Template
Any of the included templates unedited

image

W10

Human male doesn't seem to work

While the Human Female works, I can't seem to make the Male script work.

For example below I only changed 5 values compared to the default ini, and it seems to break it.

Values changed for testing:

[head_base_head]
base_head = 1
base_skin = 1
skin_color = 1
wrinkles = 1
skin_sheen = 1

Result:

2024-04-05.12-47-28.mp4

Exception in Tkinter callback with belaDimitrescu.ini

Describe the bug
I'm going to contribute some full body pictures of the templates that are missing photos and trying to use the belaDimitrescu template causes this error in the console:

Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\mxrid\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 1921, in __call__ File "src\main.py", line 289, in run_program File "src\main.py", line 307, in main File "src\main.py", line 37, in read_config File "src\main.py", line 38, in <dictcomp> ValueError: invalid literal for int() with base 10: 'skip'
So far I have only done arwen as I'm going in alphabetical order and arwen ran just fine so I'm not sure if it's an issue with this .ini or not.

Version:
v0.0.13

To Reproduce
Steps to reproduce the behavior:
Try to run the belaDimitrescu.ini through the Auto Slider.

Preset/Template
I'm using the default one included in the script, unaltered.

Screenshots
If applicable, add screenshots to help explain your problem.
2024-03-31 16_14_38-New Issue · Mx772_dragons-dogma-2-auto-character-creator - Opera
I tried running it twice. I also tried rebooting the program as well as restarting the DD2 character creator just in case and it always gave this error.

Desktop (please complete the following information):
Windows 11

Thanks!

Only integer allowed

The Creator does not allow integer as input, while the character creator (e.g. Chest Shape) does.

Just some comments/ideas

Hi there,

Just some ideas when I looked through the code:

  • Did you try using pynput or the default keyboard, mouse libraries for button press/release? I think it might would be easier to implement
  • I also thought about using the mouse drag and release to move the sliders, instead of pressing keyboard buttons repeatedly, together with screengrab to find the slider positions and evaluate the actual values. But I think it would make everything overly complex and would cause more issues to solve to get the precision right.

Chest Shape

Found a bug with the Chest Shape slider for female humans. It seems to only input half the value. (i.e. if I set 40 in the config it will result in 20 in the creator.) I believe this is due to the Chest Shape slider uniquely using .5 increments instead of a whole value increments. Current workaround is to double the desire value in the template (If I'm aiming for 40, set the template value to 80.)

(Cool project btw)

Body Menu

Im using a Template for Slider but i t stays on the Menu when i use it. its the Idu and Brakka mods it just does not want to move to adjusting the other body parts when i use the template in slider i cant post the templates in here i guess first time here

Nose Bridge Issue

Hi,

Found another small problem. I'm not sure if it is for all Parent/Child Sliders, but at least for Bridge Bump (Overall) in the nose section I ran into this issue.

The Template calls for the following:

bridge_bump_overall = -100
bridge_bump_upper = -90
bridge_bump_lower = -100

The Overall section works fine, setting the value to -100. When this happens, both the Upper and Lower values are set in game to -100 as well. However, when your utility goes to edit the Upper and Lower, the in game value ends up being wildly different. This is outputted in the log as the following:

Going from 0 to -100 for bridge_bump_overall
Going from -182 to -90 for bridge_bump_upper
Going from -166 to -100 for bridge_bump_lower

In game the utility ends up setting the following values:
Overall: -100
Upper: -8
Lower: -34

I'm guessing what is happening is the utility doesn't take into account that the Upper and Lower values are capped in game at -100. This makes the utility way overshot the needed adjustment to these values.

Thanks for all your work! I'm having a blast making templates.

Small bug and question

Just wanted to let you know the female default you provided has the arm tattoo vertical positions at -45 then they should be at 0, no big deal.

Also, how does this exactly work when it comes to the additional edit options? Could I just simply copy the list under the first and add a 2 after body/left/right?

exe starts and closes immediately

Describe the bug
Running the .exe normally or as administrator causes a cmd to flash (open and close very quickly). No GUI appears.

Version:
v0.0.13

Python Version
3.12.2

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'C:\Users*\Desktop\DD2AutoSlider'
  2. Click on 'DD2AutoSlider.exe'
  3. See error

Preset/Template
Can't get that far

Expected behavior
A GUI appears

Screenshots
No added context

Desktop (please complete the following information):
Edition Windows 11 Home
Version 23H2
Installed on ‎3/‎22/‎2024
OS build 22631.3296
Experience Windows Feature Experience Pack 1000.22687.1000.0

Fem Beastren KeyError: 'bridge_bump_upper'

Describe the bug
I'm creating a female Beastren preset and when I was testing it it got to the bridge_bump_overall section and then stopped. When looking in the console it says it's trying to find bridge_bump_upper but that isn't an option for Beastren. They also don't have bridge-bump_lower.

Version:
v0.0.11

To Reproduce
Steps to reproduce the behavior:
Try to make a female Beastren with an edited nose I guess lol. I haven't tested if this is an issue with the male Beastren as well but it might be.

Screenshots
2024-03-30 10_18_32-New Issue · Mx772_dragons-dogma-2-auto-character-creator - Opera
2024-03-30 10_19_01-Greenshot

Desktop (please complete the following information):

  • OS: Windows 11

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.