Hola, este es mi primer aporte para la comunidad, se que son modificaciones pocas y muy básicas, pero el Launcher esta funcional y es algo distinto a lo que estamos acostumbrados, espero pueda servirles a alguno por las ideas que le integre.
Capturas:(https://i.imgur.com/KZUSVxi.png)
(https://i.imgur.com/v43LCaE.png)
(https://i.imgur.com/N2UnzBN.gif)
=============================================================
Características del Launcher- Traducido al español
- Modificaciones menores
- Contiene el Launcher Original y Generador de Actualizaciones
- Interfaz simple
- Inicio Simple de Main.exe
- Autoactualizable
Configurar Launcher en /Source files/Globals.csVisual Studio 2013
public static string ServerURL = "http://51.38.79.147/"; - COLOCAR IP DEL SERVIDOR
public static string PatchlistName = "Update.txt"; - ARCHIVO TXT GENERADO
public static string BinaryName = "Main.exe"; - NOMBRE DEL MAIN
DESCARGAR (LINK INCLUYE LAUNCHER + GENERADOR + SOURCE(http://i.imgur.com/Z9MYwwl.png)
CONTRASEÑA ARCHIVOtuservermu.com.ve
Espero disfruten este pequeño aporte, no es nada de otro mundo, seguire mejorando :)
Creditos:
- YCR4ZY LAUNCHER
- GXGAMING LAUNCHER
Thanks for this interesting release!
// -----
Faced with the fact that the launcher is trying not to access the update files, but to the root of the ServerURL site and receives an update error:
Networking.cs; line: 34
WebClient client = new WebClient ();
client.OpenRead (Globals.ServerURL);
// -----
403 Forbidden
You do not have permission to access / on this server.
It is solved through htaccess or by adding the index file index.php (.html)
This must be done or, instead, it is better to call the update list file immediately: ServerURL/Update.txt?
// -----
English translation (if someone will need):
{"UNKNOWNERROR", "Unable to connect to server: \n{0}"},
{"MISSINGBINARY", "The game can not start {0} is missing."},
{"CANNOTSTART", "It is not possible to start the game!"},
{"NONETWORK", "It is not possible to connect to the server."},
{"CONNECTING", "Connecting to the server..."},
{"LISTDOWNLOAD", "Downloading server information..."},
{"CHECKFILE", "{0} Verifying..."},
{"DOWNLOADFILE", "{0} Downloading... {1}/{2}"},
{"COMPLETEPROGRESS", "Progress: {0}%"},
{"CURRENTPROGRESS", "Downloading Files: {0}%|{1} kb/s"},
{"CHECKCOMPLETE", "The files are updated, Good game!"},
{"DOWNLOADCOMPLETE", "The files are updated, Good game!"},
{"DOWNLOADSPEED", "{0} kb/s"}
Sorry For My Bad English