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

Ampersand in mod names handled differently for presets in win version #217

Closed
Michael-Nunley opened this issue Mar 29, 2022 · 1 comment · Fixed by #218
Closed

Ampersand in mod names handled differently for presets in win version #217

Michael-Nunley opened this issue Mar 29, 2022 · 1 comment · Fixed by #218

Comments

@Michael-Nunley
Copy link

After making a preset with a mod containing & , people running this launcher are able to load the preset just fine, however windows users are unable to load the preset.
In the windows launcher, it would be written as & .
Example mod that has this behavior: http://steamcommunity.com/sharedfiles/filedetails/?id=2183975396

unix-launcher generated preset snip:

<tr data-type="ModContainer">
   <td data-type="DisplayName">S & S</td>
   <td>
      <span class="from-steam">Steam</span>
   </td>
   <td>
      <a href="http://steamcommunity.com/sharedfiles/filedetails/?id=2183975396" data-type="Link">http://steamcommunity.com/sharedfiles/filedetails/?id=2183975396</a>
    </td>
</tr>

Windows generated preset snip:

<tr data-type="ModContainer">
   <td data-type="DisplayName">S &amp; S</td>
   <td>
      <span class="from-steam">Steam</span>
   </td>
   <td>
      <a href="http://steamcommunity.com/sharedfiles/filedetails/?id=2183975396" data-type="Link">http://steamcommunity.com/sharedfiles/filedetails/?id=2183975396</a>
    </td>
</tr>
@muttleyxd
Copy link
Owner

Fixed by #218, feel free to reopen or comment if issue persists

@muttleyxd muttleyxd reopened this Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants