Hello every body!
I have a question which seems a little strange
I have an Unreal project and I wanna package it for just a single user.
simply when I package the project, I will get an .exe file (with some other folders) which every one can use it.
how can I add some limitation or password or key and… to prevent people to copy my packaged project and use it?
license system is a complicated thing. but I can suggest a basic solution.
Create a widget → Create text box. When user commit text and if it is not equal to your password, it will call “Quit game” node.
Put it to event begin play and pause game. Make sure that only that widget and pause game widget (if you have) work at pause time.
You can look at pause widget samples in YouTube.
Normal users can’t bypass it but a hacker probably will destroy it.
there are plugins for sending emails or if you are /have a web programmer you can send a report to you with an HTTP POST request.
Just get computer name (which located in Documents folder), date, if you know c++ you can even get Mac address.
With these you will know when your customer shared your project without your permission and…
sue them, destroy their hopes and families and loved ones because their mischief !
Thank u very much. I think second solution is better and more standard
destroying their loved ones, right ? yeees ! it is more standard…
I love u so much dude : *
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.