Welcome to the RaGEZONE - MMORPG development forums.

C# Server Starter Source

This is a discussion on C# Server Starter Source within the FlyFF Releases forums, part of the Flyff category; Its terribly coded since its the first working program i've made in C# and fairly messy ^.^ Any help( constructive ...

Results 1 to 11 of 11
  1. #1
    I R IS SEXY
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Queensland
    Posts
    309
    Liked
    91

    C# Server Starter Source

    Click
    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 12:34 PM.

  2. #2
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    90
    Liked
    31

    Re: C# Server Starter Source

    this looks nice good job :3

  3. #3
    I R IS SEXY
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Queensland
    Posts
    309
    Liked
    91

    Re: C# Server Starter Source

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

  4. #4
    Ultimate Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    System32
    Posts
    188
    Liked
    4

    Re: C# Server Starter Source

    very good :D
    Studio FlyFF Forever, New server ;-)

  5. #5
    I R IS SEXY
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Queensland
    Posts
    309
    Liked
    91

    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
    Tha MonsteR!
    Rank
    Member +
    Join Date
    Mar 2009
    Location
    Poland
    Posts
    570
    Liked
    167

    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 02:18 PM.

  7. #7
    I R IS SEXY
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Queensland
    Posts
    309
    Liked
    91

    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 02:31 PM.

  8. #8
    Tha MonsteR!
    Rank
    Member +
    Join Date
    Mar 2009
    Location
    Poland
    Posts
    570
    Liked
    167

    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
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Queensland
    Posts
    309
    Liked
    91

    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 08:22 AM.

  10. #10
    Tha MonsteR!
    Rank
    Member +
    Join Date
    Mar 2009
    Location
    Poland
    Posts
    570
    Liked
    167

    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
    Happy Franklin Day!
    Rank
    Alpha Member
    Join Date
    Sep 2008
    Location
    World of Morrow
    Posts
    2,800
    Liked
    453

    Re: C# Server Starter Source

    nice job.
    <-- Proud of it!
    Test My Beta Importer and get rep and credit as a tester! ~ Link

 

 

Posting Permissions

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