1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What language is used to develop the MMORPG Ragnarok?

Discussion in 'Programming' started by TheVccMatey, Oct 12, 2009.

  1. #1
    I just really want to know which language was used to develop Ragnarok. Can anyone help me?:p
     
    TheVccMatey, Oct 12, 2009 IP
  2. superdav42

    superdav42 Active Member

    Messages:
    125
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I'd guess C++ but I don't know how one could tell that for sure unless it is revealed on their site somewhere.
     
    superdav42, Oct 14, 2009 IP
  3. organicCyborg

    organicCyborg Peon

    Messages:
    330
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's been a while since I played RO, but I'm 99% sure it's written in C++. I believe that the server component is also written in C++, but there are a couple of different implementations of both, including some open source applications.
     
    organicCyborg, Oct 14, 2009 IP
  4. TheVccMatey

    TheVccMatey Peon

    Messages:
    5,346
    Likes Received:
    208
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks. I just started doing some game coding in C. I thought it was C++ but just needed to be sure.
     
    TheVccMatey, Oct 16, 2009 IP
  5. pneulameiro

    pneulameiro Peon

    Messages:
    440
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It is really c++. You can see in the dump of the binary executable file. There are strings with the names of some libraries and system calls, typical of a c++ compiler job.
     
    pneulameiro, Oct 16, 2009 IP
  6. TheVccMatey

    TheVccMatey Peon

    Messages:
    5,346
    Likes Received:
    208
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Fascinating! That game is one of the best!
     
    TheVccMatey, Oct 17, 2009 IP
  7. LemonHunter33

    LemonHunter33 Active Member

    Messages:
    324
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #7
    yea its done in C++, can do alot of good stuff with that language once you get the hang of it.

    creating an MMO from scratch is extremely hard. if you are thinking of doing so, i suggest making many one player games in C++ so you really get fluent with it, then you can think of tackling an MMO with some friends perhaps.
     
    LemonHunter33, Oct 18, 2009 IP