Page 1 of 3
In what programming languages?
Posted: Sun Dec 02, 2012 7:56 pm
by Howto
Good Evening guys,
i would like to know in what programming languages are Call of Duty or Black Ops(generally those high graphics games) are written on?
Re: In what programming languages?
Posted: Mon Dec 03, 2012 10:02 am
by Kees90
Howto wrote:Good Evening guys,
i would like to know in what programming languages are Call of Duty or Black Ops(generally those high graphics games) are written on?
hello howto, i dont know the languages but i think that the shaders the textures and the graphics are things for a game designer and that the gun shoots the walking jumping sprinting aiming and spawning and the camera places enz are things for a scripter.
but the languages they use are: c# and c and more, this is what i think it is
greetings kees90
Re: In what programming languages?
Posted: Mon Dec 03, 2012 12:40 pm
by Xian Nox
Usually Windows games are written in C++ or C#. I don't know the exact details about those two, and this doesn't mean other languages aren't used either.
Re: In what programming languages?
Posted: Mon Dec 03, 2012 12:46 pm
by Howto
thank you for your answered.
can someone experienced please tell me in what parts a game code must be divided? [Sorry but i can't say it properly in English

]
for example as Kees90 said: -gun shoot[must be coded properly for the] :
-speed of the bullets, -for the reload speed. and more
jump[must be coded properly for the]:
-height of jump, -distance and more
If you understand what i am saying please help me understand how call of duty modern warfare 3[for example..] works.
Re: In what programming languages?
Posted: Mon Dec 03, 2012 5:07 pm
by Kees90
howto, you wanna know a script?
greetings kees90
Re: In what programming languages?
Posted: Mon Dec 03, 2012 7:43 pm
by Howto
yes please ;P
Re: In what programming languages?
Posted: Mon Dec 03, 2012 9:04 pm
by Kees90
howto, this is a easy script that prints something on your screen its a java script
1 public class Helloworld {
2 public static void main (String[] args) {
3 System.out.println("This text comes on yourscreen");
4 }
5 }
Re: In what programming languages?
Posted: Mon Dec 03, 2012 9:24 pm
by Howto
thanks Kees90,
one more and last question. What is a class? i know it sound stupid but i am still a beginner in programming and i kinda need help for the basics too :]
Re: In what programming languages?
Posted: Mon Dec 03, 2012 10:40 pm
by xerpi
Howto wrote:Good Evening guys,
i would like to know in what programming languages are Call of Duty or Black Ops(generally those high graphics games) are written on?
The "powerful" parts are written on C/C++ (maybe some ASM, but this would break multiplatform support) for sure.
Re: In what programming languages?
Posted: Tue Dec 04, 2012 6:34 am
by wololo