MMOCoin

Likes Likes:  0
Results 1 to 1 of 1
  1. #1
    Beginner

    Join Date
    Feb 2010
    Posts
    1
    Post Thanks / Like
    Rep Power
    17
    Reputation
    1

    Lightbulb [Release]Create youre own Custom WoW Launcher in .net

    So you ever wanted to make youre own custom WoW launcher?
    But are to lazy to do most of the coding?
    u know a .net language?

    i Created a set of DLL's with most of the functions a custom WoW launcher needs like:

    * Multi Realmlist support
    * Localisation Support
    * Cache\wtf cleaning

    So if u wanna give it a try, u can download the API here:
    Download WoW_Launcher_API.zip
    The readme is inside with all of the details, and test assemblies for nunit testing.

    Have fun
    If u want the source just dissasemble the DLL's or ask me for the full source.

    [edit(forgot the realms.xml]
    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <realms>
      <realm>
        <id>1</id>
        <name>Blizzard-enUS</name>
        <realmlist>set realmlist us.logon.worldofwarcraft.com</realmlist>
        <patchlist>set patchlist us.version.worldofwarcraft.com</patchlist>
        <realmlistbn>set realmlistbn ""</realmlistbn>
        <portal>set portal us</portal>
      </realm>
      <realm>
        <id>2</id>
        <name>Blizzard-enGB</name>
        <realmlist>set realmlist eu.logon.worldofwarcraft.com</realmlist>
        <patchlist>set patchlist eu.version.worldofwarcraft.com</patchlist>
        <realmlistbn>set realmlistbn ""</realmlistbn>
        <portal>set portal eu</portal>
      </realm>
      <realm>
        <id>3</id>
        <name>Local-WoW</name>
        <realmlist>set realmlist 127.0.0.1</realmlist>
        <patchlist> </patchlist>
        <realmlistbn> </realmlistbn>
        <portal> </portal>
      </realm>
      <realm>
        <id>4</id>
        <name>test dummy</name>
        <realmlist>set realmlist test dummy</realmlist>
        <patchlist> </patchlist>
        <realmlistbn> </realmlistbn>
        <portal> </portal>
      </realm>
    </realms>
    Just save the snippet as realms.xml and put in the app root folder(or Launcher GUI project).




    › See More: [Release]Create youre own Custom WoW Launcher in .net
    Last edited by VizualG; 12-11-10 at 12:02 PM. Reason: forgot realms.xml



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •