#Game Launcher

1 messages · Page 1 of 1 (latest)

upbeat peak
#

I want to create a Windows Application. For updating, authorisation and downloading the game. For updates, authorization and downloading the game. With certain functions such as choosing a server, friends, etc. Any framework you could recommend to build this launcher. Programming language can be one of the listed tags.

hollow sundial
#

i have done this stuff before, but it wasn't a game, it was something else..

#

so for all the different parts, of this project, the language may vary.. it might be easier for certain parts (i know java sockets are easier than C# imo) you can do in java, or for more system based things, C# Works better.. but most web things are done JavaScript unless you wanna try to do it in Java

#

for autherizing people, you'll want to get encryption, have ID's and whatnot. For my program i made and to authorize only people who have downloaded it, i had Client ID's (might not be the best but it worked), so when the installer went to install the program, it generated a Client ID number, it was like 50 numbers or something, your id can be whatever you want it to be, and so whenever the program tried to connect to the servers, it had to verify it's self and if the server said no and couldn't verify it, the server just sent out a "not verified" response, and closed the conenction.. Something like that, that is what i did

#

but between all data transfer between servers and clients, you want to have AES-256 bit encryption

#

@upbeat peak if you have any questions please let me know i will be the best of assistance

upbeat peak
hollow sundial
#

Never herasd of electron or react, are the web services of some sorts?

#

what are the rrors are you getting?

upbeat peak
#

React it's js framework what helping to build web sites with components. And have second version React Native for mobile and desktop applications

hollow sundial
#

Oh okay

upbeat peak
hollow sundial
#

Well that makes making the program work with js easier

upbeat peak
#

Yeah i usually using c# for backend and reactjs for frontend. But I found idea about creation my own moded game with custom launcher and servers. And try to find how to do it.

upbeat peak