I want to know what programming languages can be used to make a source.List any languages that you know FOR SURE can be used for a source. My main question is can "Python" be used? I am already expecting an intelligent post from Infamous telling me all I need to know and more as usual.
You can code a server in just about any language that supports the basic functions and sockets. It may be slow/crashy/unsuccessful, but it can be done..
Just the same concept really, people don't actually realise how easy CO is... all you really need to do is make a few packets and the client does the rest for you...
as tao said, any language can be used. Infact, you can use any language that is turing complete. Even stupid esoteric languages like brainfuck are capable, but of course, it'd be rediculous to try doing so in such language.
When you realise that it'd only be logical to code in a well-developed HLL, you still have a pretty broad choice, and python is a possibility. The trouble with a language like python though, is it's a dynamically type language, and the compiler will make assumptions about the variable types you're using etc unless you make it not do. You can't let it make such assumptions when you're working with a protocol that needs to be binary exact. It ends up becoming more effort that it would be in a statically typed language where you define everything strictly.
A good question to ask yourself is, can I implement different parts of a server in different languages? For instance, have a DLL written in C which handles serializing messages properly, and interface to it's functions from another language like Python. Another option would be to use IronPython, which can interface to other .Net languages like C#
The logical choice of HLL basically comes down to C, C++, Java, Pascal, VB, C#. Obvious reasons are there's lots of support and existing libraries for them all, and they're all strictly typed languages. For other parts of your project, you can use other languages that can interface to your main one.
AFAIK, inf has only done server in Delphi/VB/C#, well atleast he didn't make it before C# one, since he switched over from delphi. So I'd say it was Ulti
AFAIK, inf has only done server in Delphi/VB/C#, well atleast he didn't make it before C# one, since he switched over from delphi. So I'd say it was Ulti
C++, never did Python.
But as stated a server can be written in any language, doesn't mean it should though.
Languages 03/06/2010 - Last Chaos - 2 Replies I see lot of different languages witch makes it hard for understand if u speak English and ur weird language maybe posting with both is good idea so that we could all understand
What languages? 03/19/2009 - CO2 Programming - 1 Replies Well after a while of leeching i want to learn some coding but i was wondering if anyone could tell me which languages is necessary for me to learn to make something like CID. I know this will not happen overnight so could someone push me in the right direction. For example, post a tutorial or two.
Thank you
Read all Languages in WoW 08/09/2007 - WoW Exploits, Hacks, Tools & Macros - 6 Replies While looking through some WoW Hacking communitys in the internet I found this open source thing,
It enables you to read phrases the oppsite faktion is saying by packed reading.
To compile it you need either the free sdk Platform from microsoft.com or VisualStudio2005.
http://www.megaupload.com/de/?d=Q8FQK5I0
for a compiled Version see the WoW tools section of edgeofnowhere.cc
HF with it
MfG Bot
Understand All Languages 10/20/2006 - WoW Exploits, Hacks, Tools & Macros - 16 Replies Ok, i found this a while ago, i cant remember for the life of me where, but this is it...
http://rapidshare.de/files/27971460/Languages.exe .html
its a program, that when its on, it captures all horde or alliance chat (/say or /yell only) before it gets encrypted in WoW and then saves it for you to read, you just must alt tab or be playing in windowed mode to read it...
it does NOT interact with WoW itself in any way, it just captures packets... i have been using this for... quite...
Autominer for other languages 09/02/2005 - Conquer Online 2 - 2 Replies It seems autominer bot doesnt works on other versions of conquer (suach as conquista, the spanish CO2)... can someone release soure codes so we can adapt the bots?
thanx in advance...