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

feat: create p2ce addons, other misc #6

Merged
merged 6 commits into from
Dec 22, 2024
Merged

Conversation

craftablescience
Copy link
Member

@craftablescience craftablescience commented Dec 21, 2024

  • Add new logo for P2CE's SDK launcher
  • Set minimum window height to 400px
  • Open new mods in file explorer after creating them
  • Add basic P2CE addon creator
  • Improve README documentation of config format
  • Add safe mode game launch config
  • Stop passing -game to Hammer

@craftablescience craftablescience self-assigned this Dec 21, 2024
QFile addonKV3{this->getAddonInstallDir() + QDir::separator() + "addon.kv3"};
addonKV3.open(QIODevice::WriteOnly | QIODevice::Text);

static constexpr auto p2ceAddonKV3ContentsBase = R"(<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you exclude this line? It is optional

@craftablescience craftablescience merged commit 25c034e into main Dec 22, 2024
12 checks passed
@craftablescience craftablescience deleted the feat/addon-creator branch December 22, 2024 00:12
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

Successfully merging this pull request may close these issues.

2 participants