The game engine takes care of those.Howto wrote: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.
In what programming languages?
Re: In what programming languages?
Advertising

Re: In what programming languages?
Thats true unity 3D is the almost the same you need to make the script in it but the popular games like Gta 4 and Call of Duty black ops 2 are not made it in game engines they are made of scratch (Nothing) but if you wanna make a game then i think... you gonne use a game engine because it makes it easier to make a game im working at my own game and the game engine i like is unity 3Dm1k33 wrote:The game engine takes care of those.Howto wrote: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.
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
Re: In what programming languages?
hmm thanks for all the information guys!
-
PSVita Guy
- Posts: 34
- Joined: Sat Oct 20, 2012 9:39 am
Re: In what programming languages?
and in what programming languages are PSP,PSVita,PS3,XBox 360 games?
Re: In what programming languages?
I'm guessing here, but C++/C# are most likely. Simply cause its high-end, tons of game-engines available. But there is no reason all games should use the same language, or be limited to even one.PSVita Guy wrote:and in what programming languages are PSP,PSVita,PS3,XBox 360 games?
I took an optional course in a game-designer/developer education and it was C++ they used. Working from an existing in-house game-engine.
About Unity, I think it aims for web/portable gaming not so much for triple-A game looking. But it din't support 'nix at first, so boehoe !
Re: In what programming languages?
As many people has said, C++ is pretty much the standarize language to develop the game engine. Then on top of that engine u can use a scripting language to create the logic of ur game. Or u could use C++ for that also!
Re: In what programming languages?
Huge success 3D games never use C#: they often use C++.
Their store can sometimes use C# but that is very unlikely.
Their store can sometimes use C# but that is very unlikely.
Funny stuff
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
Re: In what programming languages?
You can write a game in any programming language that has graphics libraries, which is almost all of them. It highly depends on what you want to do (2D/3D, mixed? shaders?, dynamic lightning?...) and what level of performance you're expecting. Low-level languages are usually faster, e.g. assembly, C, C++ but using these requires more programming experience to code a game with. Higher-level languages are easier to program with but usually slower. So for high performance games you will need to learn C++, which I think is THE language for top 3D games. You will also need to learn either OpenGL (all platforms) or DirectX (only Windows), because this libraries do all the tedious and slow 3D calculations for you.
For the physics part (bullets, collisions, shockwaves, movement, gravity...) you need to know, as it name implies, physics. You have to modelize physics formulae so the computer can calculate trajectories, collisions, etc... There are also libraries for this, like Unity (as mentioned above). I strongly suggest you check these tutorials because I think with your level, this is what you are looking for
Good luck with it!
PS: oh and consoles are no different from PCs, they are all computers; have fun!
For the physics part (bullets, collisions, shockwaves, movement, gravity...) you need to know, as it name implies, physics. You have to modelize physics formulae so the computer can calculate trajectories, collisions, etc... There are also libraries for this, like Unity (as mentioned above). I strongly suggest you check these tutorials because I think with your level, this is what you are looking for
Good luck with it!
PS: oh and consoles are no different from PCs, they are all computers; have fun!
I wanna lots of mov al,0xb

"just not into this RA stuffz"

"just not into this RA stuffz"
Re: In what programming languages?
m0skit0 said it all, you can write a game in every programming language. (text games are games after all)
Someone could argue some programming languages are better then other, but then again, Notch made minecraft in Java and that turned out pretty succesfull
Someone could argue some programming languages are better then other, but then again, Notch made minecraft in Java and that turned out pretty succesfull




