Skip to content

Conversation

NoahDomingues
Copy link
Contributor

Just a few tiny changes:

  • Updated NefsEdit.exe icon
  • Updated form icon for EditorForm and OpenFileForm
  • Modified to show Open File window on startup

N =)

@ptasev
Copy link
Collaborator

ptasev commented Aug 2, 2025

I can take the open file dialog on startup change, but it doesn't make sense to use the "25" icon for this app since it's Victor's app.

I need to find someone that's good at making icons to make an ego engine cube icon template with black box to differentiate it for every app. Something like this, but with the ego engine cube in the background. Then each app can have different text like "lng", "nefs", "pssg", and etc. in the black box.
image

@NoahDomingues
Copy link
Contributor Author

Hello!

Thank you for the feedback. I'm also a graphic designer (when I'm not modding xD), I could probably come up with an icon template if I understand what you're looking for.

If you'd like I can message you on Discord if it's easier to converse

N =)

Copy link
Collaborator

@ptasev ptasev left a comment

Choose a reason for hiding this comment

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

I'm no expert in WinForms, but this is how I've done icon setting in past apps. I think the way that it's done currently will result in the app size increasing since the icon is embedded in the resources multiple times.

  1. Put the ico file in the Resources directory
  2. Reference the icon in the csproj file
  3. Using VS add the icon.ico in the Resources/Resources.resx. It should generate this
  4. In each form's constructor set icon to the instance in the resources

If someone reading this knows a better way, please let us know.

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