Advertising (This ad goes away for registered users. You can Login or Register)

In what programming languages?

Programming on your favorite platform, for your favorite platform? Post here
Howto
Banned
Posts: 70
Joined: Thu May 12, 2011 12:03 pm

In what programming languages?

Post 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?
Advertising
Kees90
Posts: 79
Joined: Sat Oct 20, 2012 6:09 pm
Location: In Unity 3D

Re: In what programming languages?

Post 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
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
Xian Nox
Retired Mod
Posts: 2744
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: In what programming languages?

Post 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.
Howto
Banned
Posts: 70
Joined: Thu May 12, 2011 12:03 pm

Re: In what programming languages?

Post 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 :roll: ]

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.
Kees90
Posts: 79
Joined: Sat Oct 20, 2012 6:09 pm
Location: In Unity 3D

Re: In what programming languages?

Post by Kees90 »

howto, you wanna know a script?

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
Howto
Banned
Posts: 70
Joined: Thu May 12, 2011 12:03 pm

Re: In what programming languages?

Post by Howto »

yes please ;P
Kees90
Posts: 79
Joined: Sat Oct 20, 2012 6:09 pm
Location: In Unity 3D

Re: In what programming languages?

Post 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 }
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
Howto
Banned
Posts: 70
Joined: Thu May 12, 2011 12:03 pm

Re: In what programming languages?

Post 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 :]
xerpi
HBL Collaborator
Posts: 139
Joined: Sat Apr 23, 2011 10:45 am
Location: Barcelona

Re: In what programming languages?

Post 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.
wololo
Site Admin
Posts: 3621
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: In what programming languages?

Post by wololo »

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!
Locked

Return to “Programming”