i would like to know in what programming languages are Call of Duty or Black Ops(generally those high graphics games) are written on?
In what programming languages?
In what programming languages?
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?
i would like to know in what programming languages are Call of Duty or Black Ops(generally those high graphics games) are written on?
Advertising
Re: In what programming languages?
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.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?
but the languages they use are: c# and c and more, this is what i think it is
greetings kees90
Advertising
PS vita:Cfw 1.81 Urbanix Exploit by Coldbird
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
- Xian Nox
- Retired Mod
- Posts: 2749
- Joined: Fri Nov 05, 2010 5:27 pm
- Location: Over the hills and far away
Re: In what programming languages?
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?
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.
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?
howto, you wanna know a script?
greetings kees90
greetings kees90
PS vita:Cfw 1.81 Urbanix Exploit by Coldbird
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
Re: In what programming languages?
yes please ;P
Re: In what programming languages?
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 }
1 public class Helloworld {
2 public static void main (String[] args) {
3 System.out.println("This text comes on yourscreen");
4 }
5 }
PS vita:Cfw 1.81 Urbanix Exploit by Coldbird
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
Psp 3003: 6,60 LME-1,4
Psp 2000: 6,60 LME-1,4
Trying to make my game called "Zombie" Dead
Re: In what programming languages?
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 :]
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?
The "powerful" parts are written on C/C++ (maybe some ASM, but this would break multiplatform support) for sure.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?
Re: In what programming languages?
http://en.wikipedia.org/wiki/Class_%28c ... ramming%29Howto wrote:What is a class?
If you need US PSN Codes, this technique is what I recommend.
Looking for guest bloggers and news hunters here at wololo.net, PM me!
Looking for guest bloggers and news hunters here at wololo.net, PM me!

