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

Modify application? #6

Open
SirTobil opened this issue Jun 15, 2023 · 4 comments
Open

Modify application? #6

SirTobil opened this issue Jun 15, 2023 · 4 comments

Comments

@SirTobil
Copy link

Hello,

Are we allowed to modify this program? I wanted to build on this and add an adjustment slider for the lifetimes and maybe more in the future.

@MrX13415
Copy link
Owner

Sure 👍
You can create pull requests or when you intend to improve this in the future create a fork.
You can do whatever you want with the code. This was just a quick and dirty tool I created. I'm more surprised that this got so much attention.

@SirTobil
Copy link
Author

cool thanks!

I am new to computer programming (I currently program PLCs) so I was using this as a learning exercise.

I have a question for you if you are willing to entertain it:

I was playing around in Visual Studio 2022 and figured out how to publish a program that can be installed. I can't for the life of me figure out how to publish as a .exe file as you did with this program. Can you help with that at all?

@griha41
Copy link

griha41 commented Jun 21, 2023

cool thanks!

I am new to computer programming (I currently program PLCs) so I was using this as a learning exercise.

I have a question for you if you are willing to entertain it:

I was playing around in Visual Studio 2022 and figured out how to publish a program that can be installed. I can't for the life of me figure out how to publish as a .exe file as you did with this program. Can you help with that at all?

By default if you has a Community version of MSVS - you can't use installation stuff. In that way you have 2 options:

  1. You may build your own installation application with MSVS.
  2. You may use installation frameworks (Install Shield, or use NSIS (Nullsogt Scriptable Installation System) for already builded project for Release.
  3. You may buy a Professional MSVS licence where you may create an installation sub project and build your own installation build.

@griha41
Copy link

griha41 commented Jun 21, 2023

cool thanks!

I am new to computer programming (I currently program PLCs) so I was using this as a learning exercise.

I have a question for you if you are willing to entertain it:

I was playing around in Visual Studio 2022 and figured out how to publish a program that can be installed. I can't for the life of me figure out how to publish as a .exe file as you did with this program. Can you help with that at all?

Sorry I forgot to apply some additional info, you shall check out the code of application it might be out dated, coz dayz dev team chaged some types for types.xml and that may cause some problems for parsing for app and for server (missing definitions and etc).

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

3 participants