Jan18101997

Member
  • Content count

    15
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Jan18101997

  1. You all hate it to update your current Exile installation without installing any heavy Software? Then this is the way to go! So I am currently working on a small lightweight Exile Launcher and Downloader and i would like to ask you about your opinion on my small project. It Downloads all data via http! You can download it here: Link (requires .NET 4) (note if your download is to slow i cant do anithing about it it is not my server) Windows 8/8.1/10 skip SmartScreen: Link Changes: Link In case you do not trust me or have any ideas (i can undersand this) here you have the source code: GitHub (all Controls are designed by me feel free to use them in your Project) VirusTotal: Link Some Screenshots: You want to develop something? This is how you can open this code in VisualStudio: License: This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
  2. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    <?php $version = "0.9.6"; $download = "http://namalsk.thealtisproject.co.uk/exile/@Exile-&#60;VERSIONSTRING&#62;.zip"; if(isset($_GET["data"])) { if($_GET["data"] == "version") echo $version; else if($_GET["data"] == "download") echo $download; }
  3. Jan18101997

    EXILE Launcher Feature List

    Communitys can use this one: exile.majormittens.co.uk/topic/1510-lightweight-exile-downloader-and-arma-3-launcher/
  4. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    Yes it is still alive if you want to use "custom" parameters you can use the Custom field.
  5. Jan18101997

    Help in Launching Via VB

    Take a look at this exile.majormittens.co.uk/topic/1510-lightweight-exile-downloader-and-arma-3-launcher/ (code is open) direct link to game starting stuff https://github.com/Jan18101997/Exile-Launcher/blob/master/Exile%20Launcher/GUI/Pages/pageMainMenue.xaml.cs#L146 ( AppSettings.getPropertyValue<string>("GamePath") = Arma3 Install dir e.g. C:\Program Files (x86)\Steam\SteamApps\common\Arma 3)
  6. Jan18101997

    Eigenen Launcher Erstellen

    Siehe pn
  7. Jan18101997

    [Help] Custom made launcher

    Can you tell what does not work for you? Maybe as pn?
  8. Jan18101997

    We need a launcher

    Take a look at this one maybe its something for you: http://exile.majormittens.co.uk/topic/1510-lightweight-exile-downloader-and-arma-3-launcher/
  9. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    btw. ich hoffe es ist noch alles in der about.txt was da vorher drin war. wenn nicht schau dir nochmal diesen teil an: License: This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
  10. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    Omg das es Leute gibt, die da so viel dran modden... Nice!
  11. Jan18101997

    [Help] Custom made launcher

    Have a look at this exile.majormittens.co.uk/topic/1510-lightweight-exile-downloader-and-arma-3-launcher/ if you need help send me a message
  12. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    Sure you can do whatever you want whith it as lang as you dont say it is yurs ore use it commercially. Just added a how to open in VisualStudio guide
  13. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    if you realy want to do this you can download the code and recompile it with your links.
  14. Jan18101997

    Lightweight Exile Downloader and ArmA 3 Launcher

    Moin, hast du alle dateien aus dem .zip ordner entpackt? die beiden ddls werden für die anwendung benötigt. Sie müssen in dem selben Ordner seien.