BrUnOXaVIeRLeiTE / SCUE5-Plugin

SCUE updated to Unreal 5.
Other
18 stars 6 forks source link

No source code for SCUE5_Key-Generator.exe #3

Open mazegen opened 1 month ago

mazegen commented 1 month ago

Why is the source code for SCUE5_Key-Generator.exe missing?

BrUnOXaVIeRLeiTE commented 1 month ago

ASCII_KEY is simply the ASCII_DIC with characters shuffled around. The "generator" simply creates a string of the same length, with set of characters, where their positions are random.

It's fairly easy to code this with your programming language of choice.

mazegen commented 1 month ago

Well, the question is then, what is SCUE5_Key-Generator.exe good for and when it should be used?

EDIT: is the program written in C++/CLI?