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

Potentially undesired issues with t-shirts? #56272

Closed
Meandering-Breviger opened this issue Mar 21, 2022 · 5 comments · Fixed by #56290
Closed

Potentially undesired issues with t-shirts? #56272

Meandering-Breviger opened this issue Mar 21, 2022 · 5 comments · Fixed by #56290
Labels
<Bug> This needs to be fixed [C++] Changes (can be) made in C++. Previously named `Code` Items / Item Actions / Item Qualities Items and how they work and interact Scenarios New Scenarios, balancing, bugs with scenarios

Comments

@Meandering-Breviger
Copy link
Contributor

Describe the bug

See this video for clarity (on reddit since it's easier).
If you watch the video you will notice the obvious, the game can't decide on what t-shirt to use and switches between the new variants added in #56041 upon every arrow key press.
Perhaps #56041 can be moved to tshirt_text or have tshirt_text be merged into tshirt as its kinda redundant by this point?

Steps to reproduce

  • Start up character creator
  • Go to professions
  • Look for something with a t-shirt like Science Club Member
  • Hit the left and right arrow keys.

Expected behavior

Kinda expected nothing would change and it just be a generic t-shirt.

Screenshots

No response

Versions and configuration

  • Linux Tiles
  • Experimental as of 3/20/22

Additional context

No response

@anothersimulacrum anothersimulacrum added <Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact Scenarios New Scenarios, balancing, bugs with scenarios [C++] Changes (can be) made in C++. Previously named `Code` labels Mar 21, 2022
@NetSysFire
Copy link
Member

Ping @Maleclypse

@Maleclypse
Copy link
Member

Maleclypse commented Mar 21, 2022

It might be possible to fix it by changing the character creation menu to use a specific t-shirt variant. I believe there is still a genericized variant t-shirt that could be used for this. If that's the case then this could be fixed with JSON only I think.

@Meandering-Breviger
Copy link
Contributor Author

Meandering-Breviger commented Mar 21, 2022

You're right Maleclypse tis a json thing. Every instance where a generic tshirt is wanted (of which there are 29) (edit: There's more...) is now going to need one of these.

      "entries": [
          {"item": "tshirt", "variant": "generic_tshirt"}
      ]
    },

I'll do a pr for this soonish.

@anothersimulacrum
Copy link
Member

We probably need a C++ solution to this in the future (only select variants once).

@ZhilkinSerg
Copy link
Contributor

UI should probably allow to select item variants, but selecting random variant (as it does now) is also fine if it would be selected only once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed [C++] Changes (can be) made in C++. Previously named `Code` Items / Item Actions / Item Qualities Items and how they work and interact Scenarios New Scenarios, balancing, bugs with scenarios
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants