SWTOR emu - Draft menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 68
  1. #46
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    image here
    Last edited by polimorfic; 02-07-2012 at 02:21 AM.

    SWTOR emu - Draft
  2. #47
    Analhammer's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha very nice!

    Any plans on releasing binarys or even source?

    btw what language is the emu coded in?

  3. #48
    Synix's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by polimorfic View Post
    Does the cipher for SSL actually matter?

    Code:
    SWTOR Official:
    Cipher Suite: TLS_RSA_WITH_RC4_128_MD5 (0x0004)
    Certificate(
    id-at-commonName=*.swtor.com,
    id-at-organizationalUnitName=Online Operations,
    id-at-organizationName=Electronic Arts,
    id-at-localityName=Austin,
    id-at-stateOrProvinceName=Texas,
    id-at-countryName=US)
    
    Mine:
    Cipher Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x0039)
    Certificate(
    id-at-commonName=*.swtor.com,
    id-at-organizationalUnitName=Online Operations,
    id-at-organizationName=Electronic Arts,
    id-at-localityName=Austin,
    id-at-stateOrProvinceName=Texas,
    id-at-countryName=US)
    Last edited by Synix; 02-06-2012 at 02:40 PM.

  4. #49
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Analhammer View Post
    haha very nice!
    btw what language is the emu coded in?
    c++


    >Does the cipher for SSL actually matter?

    sorry i don't understand about what you ask. and yes, swtor checks server ssl certificates.

  5. #50
    MOXOS's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why C++? It's Java, I think..

  6. #51
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    VisualBasic?

  7. #52
    henhouse's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If any swtor server core begins to be written, it better be in C++ if you ever except to have live servers that can hold more than 10 players.

  8. #53
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    agree
    i think about c++ + boost:asio

    new images:
    http://i43.tinypic.com/6nqk4w.jpg
    http://i43.tinypic.com/21pysg.jpg

  9. #54
    hungryhippo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These screenshots look amazing polimorfic, thanks for the update, and great job!! Thanks for all the hard work from you and the team Can't wait to see and hear more about this project!

  10. #55
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -- removed --
    Last edited by polimorfic; 02-11-2012 at 01:01 AM.

  11. #56
    ledarksider's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Congrats on the amazing progress, guys

    Keep up the good work, and keep us posted!
    Last edited by ledarksider; 02-10-2012 at 09:16 AM.

  12. #57
    gurluas's Avatar Active Member
    Reputation
    73
    Join Date
    Feb 2007
    Posts
    527
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep it up ^^

  13. #58
    Mikanor's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For networking boost:asio has some speed issues and do not intend to be used in highload game servers. I think the POCO lib will do best, through it has some differences. Anyway - its your choice.
    Last edited by Mikanor; 02-13-2012 at 12:16 PM.

  14. #59
    polimorfic's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2011
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    POCO is nice too. I think about it, thanx. At this time i dont think about high load, packets reversing take all my time.

  15. #60
    gurluas's Avatar Active Member
    Reputation
    73
    Join Date
    Feb 2007
    Posts
    527
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any news here?

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. open source SwTor emu project
    By the1domo in forum SWTOR Emulator Servers
    Replies: 0
    Last Post: 09-10-2012, 07:09 AM
  2. github for swtor-emu
    By the1domo in forum SWTOR Emulator Servers
    Replies: 2
    Last Post: 05-02-2012, 10:44 PM
  3. SwTor Emu Beta News
    By the1domo in forum SWTOR Emulator Servers
    Replies: 12
    Last Post: 02-19-2012, 06:01 AM
  4. A Couple WoW Emu Questions
    By Avianar47 in forum World of Warcraft General
    Replies: 2
    Last Post: 06-19-2006, 03:31 PM
  5. anybody got links for Emu?
    By Krazzee in forum World of Warcraft General
    Replies: 4
    Last Post: 06-10-2006, 04:49 PM
All times are GMT -5. The time now is 07:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search