Page 1 of 1

What language?

Posted: Wed Oct 16, 2013 9:14 pm
by pugglesthecow
What language does Ace of Spades use? I have tried accessing its files with python command line and Python GUI, am I just doing it wrong or do I need a different program?

Re: What language?

Posted: Thu Oct 17, 2013 12:28 am
by Kuma
Ace of spades is written in C (hope I am right) using ken's voxlap engine. Its not python, pysnip is written in python.
And AoS is not open source so yea.

Re: What language?

Posted: Thu Oct 17, 2013 4:23 am
by pugglesthecow
Are you sure if it is C or C++ or does that not matter? (I am only familiar with Python)

Re: What language?

Posted: Thu Oct 17, 2013 9:26 am
by Kuma
pugglesthecow wrote:
Are you sure if it is C or C++ or does that not matter? (I am only familiar with Python)
Yes, I am sure it is written in C or C++. Also they are two different language. C++ came after C

Re: What language?

Posted: Sat Oct 26, 2013 4:32 am
by pugglesthecow
Yes but is there an easy was to convert C++ to C (I was informed that there is by one of my friends but I have been unable to figure out how)

Re: What language?

Posted: Sat Oct 26, 2013 4:49 am
by Kuma
pugglesthecow wrote:
Yes but is there an easy was to convert C++ to C (I was informed that there is by one of my friends but I have been unable to figure out how)
Its possible, but won't be maintainable manually.(As the code will be machine generated, it won't be the way you write the code)
Or are you talking about converting a exe to C? Because just forget about it, it will give you very odd code.