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

Sorting issues with the loadout config names in gzdoom.ini on Linux #10

Open
ElonSatoshi opened this issue May 8, 2024 · 0 comments
Open

Comments

@ElonSatoshi
Copy link

ElonSatoshi commented May 8, 2024

  1. Run GZDoom version g4.12.2-m on Linux
  2. Run the latest commit of Hideous Destructor with the latest commit of hdest-extra-loadouts
  3. Check ~/.config/gzdoom/gzdoom.ini. Ctrl-F (or push / depending on your favorite editor) and look for hd_loadout

image

Possible solutions:

  • Get the original Hideous Destructor to call their default loadouts hd_loadout001, hd_loadout002, etc
  • Rename this mod's loadout variables to hd_newloadout### to sort them under hd_loadout in alphabetical order

Workaround with Vim editing gzdoom.ini:

  • /hd_loadout
  • manually select all hd_loadout lines with visual select mode (not sure if there's another way to do this)
  • run :!sort -V to sort all the selected lines by "version" order
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

1 participant