C# Server Starter Source

Results 1 to 13 of 13
  1. #1
    I R IS SEXY xHeinrich is offline
    MemberRank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    C# Server Starter Source

    Its terribly coded since its the first working program i've made in C# and fairly messy ^.^ Any help( constructive criticism ) is kindly welcome.

    Update:Added XML config file for variables instead of hardcoding into the source ~ Learnt how to do this from spikens patchmaker source so credits to him. Updated source below
    Multiupload.com - upload your files to multiple file hosting sites!

    Used VS2010

    Pic:
    Spoiler:


    Whats coming next: Local server admin panel in C#
    Last edited by xHeinrich; 04-08-11 at 01:34 PM.


  2. #2

    Re: C# Server Starter Source

    this looks nice good job :3

  3. #3
    I R IS SEXY xHeinrich is offline
    MemberRank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    Re: C# Server Starter Source

    Quote Originally Posted by EternityDevest View Post
    this looks nice good job :3
    Thanks

  4. #4
    Proficient Member mikederoobs is offline
    MemberRank
    Jul 2009 Join Date
    System32Location
    188Posts

    Re: C# Server Starter Source

    very good :D

  5. #5
    I R IS SEXY xHeinrich is offline
    MemberRank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    Re: C# Server Starter Source

    Quote Originally Posted by mikederoobs View Post
    very good :D
    Thank you :)
    Something i've been working on that i will probably release in the next couple of days:
    Spoiler:



  6. #6
    ~FlyFF DeV~ Jomex is offline
    MemberRank
    Mar 2009 Join Date
    PolandLocation
    588Posts

    Re: C# Server Starter Source

    where should i put it because it pops up error that it can't find file and i don't have vs2k10....

    So I can't edit globalvars to make it work for me :<
    Last edited by Jomex; 03-08-11 at 03:18 PM.

  7. #7
    I R IS SEXY xHeinrich is offline
    MemberRank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    Re: C# Server Starter Source

    Quote Originally Posted by Jomex View Post
    where should i put it because it pops up error that it can't find file and i don't have vs2k10....

    So I can't edit globalvars to make it work for me :<
    //Server locations
    public const string AccountS = "1. AccountServer.exe";
    public const string DataBaseS = "2.DatabaseServer.exe.lnk";
    public const string CoreS = "3. CoreServer.exe";
    public const string CertS = "4. Certifier.exe";
    public const string LoginS = "5. LoginServer.exe";
    public const string CacheS = "6. CacheServer.exe";
    public const string WorldS1 = "7.WorldServer.exe - Shortcut.lnk";
    //Process names
    public const string AccountSPN = "1. AccountServer";
    public const string DataBaseSPN = "2. DatabaseServer";
    public const string CoreSPN = "3. CoreServer";
    public const string CertSPN = "4. Certifier";
    public const string LoginSPN = "5. LoginServer";
    public const string CacheSPN = "6. CacheServer";
    public const string WorldS1PN = "7. WorldServer";

    I will probably edit this to work with a XML variable file soon

    Place the restarter in your "Program" folder
    Last edited by xHeinrich; 03-08-11 at 03:31 PM.

  8. #8
    ~FlyFF DeV~ Jomex is offline
    MemberRank
    Mar 2009 Join Date
    PolandLocation
    588Posts

    Re: C# Server Starter Source

    Quote Originally Posted by xHeinrich View Post
    //Server locations
    public const string AccountS = "1. AccountServer.exe";
    public const string DataBaseS = "2.DatabaseServer.exe.lnk";
    public const string CoreS = "3. CoreServer.exe";
    public const string CertS = "4. Certifier.exe";
    public const string LoginS = "5. LoginServer.exe";
    public const string CacheS = "6. CacheServer.exe";
    public const string WorldS1 = "7.WorldServer.exe - Shortcut.lnk";
    //Process names
    public const string AccountSPN = "1. AccountServer";
    public const string DataBaseSPN = "2. DatabaseServer";
    public const string CoreSPN = "3. CoreServer";
    public const string CertSPN = "4. Certifier";
    public const string LoginSPN = "5. LoginServer";
    public const string CacheSPN = "6. CacheServer";
    public const string WorldS1PN = "7. WorldServer";

    I will probably edit this to work with a XML variable file soon

    Place the restarter in your "Program" folder
    I know what is in GlobalVars but I can't edit and compile because as I said I don't have vs2k10 and I can't rename my files just for that program ;/

  9. #9
    I R IS SEXY xHeinrich is offline
    MemberRank
    Dec 2010 Join Date
    QueenslandLocation
    311Posts

    Re: C# Server Starter Source

    Quote Originally Posted by Jomex View Post
    I know what is in GlobalVars but I can't edit and compile because as I said I don't have vs2k10 and I can't rename my files just for that program ;/
    Im gonna recode it to work with an XML config file by tomorrow night so you can choose w/e directory you want.

    Edit: Updated first post with newest source + binary
    Last edited by xHeinrich; 04-08-11 at 09:22 AM.

  10. #10
    ~FlyFF DeV~ Jomex is offline
    MemberRank
    Mar 2009 Join Date
    PolandLocation
    588Posts

    Re: C# Server Starter Source

    That's funny because of the fact your simple app needs framework 4 my framework 1 got it's files stop working and I had to reinstall it to make my server work ...

  11. #11
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    Re: C# Server Starter Source

    nice job.

  12. #12
    Account Upgraded | Title Enabled! Ratpack is offline
    MemberRank
    May 2011 Join Date
    309Posts

    Re: C# Server Starter Source

    any reup or new release with source?

  13. #13
    Enthusiast Roundness is offline
    MemberRank
    May 2013 Join Date
    45Posts

    Re: C# Server Starter Source

    Could you please upload it on a diffrent page ? Multiupload does not work for me sadly.



Advertisement