Frictional Games Forum (read-only)
If I wanted to start programming where do I start? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Frictional Games (https://www.frictionalgames.com/forum/forum-3.html)
+--- Forum: Off-Topic (https://www.frictionalgames.com/forum/forum-16.html)
+--- Thread: If I wanted to start programming where do I start? (/thread-12571.html)



If I wanted to start programming where do I start? - darkely - 01-13-2012

I want to make games where do I start? how do engines work? what programming languages do I need to learn?


RE: If I wanted to start programming where do I start? - Tanshaydar - 01-13-2012

You could start with opening topics in right places Smile
Probably you should start with modding to see what it's like, then move on to more advanced projects.
We've seen people without experience starting projects and those projects did die.


RE: If I wanted to start programming where do I start? - Khyrpa - 01-13-2012

I once stumbled upon this, might be useful.
https://sites.google.com/site/vidyadevresources/



RE: If I wanted to start programming where do I start? - Elven - 01-13-2012

(01-13-2012, 07:59 AM)Tanshaydar Wrote: You could start with opening topics in right places Smile
Probably you should start with modding to see what it's like, then move on to more advanced projects.
We've seen people without experience starting projects and those projects did die.
^ This... I am studying PHP atm and I can say that because of amnesia modding (Even tho I still haven't released any CS Angel ) it is much much easier Smile.


RE: If I wanted to start programming where do I start? - darkely - 01-13-2012

(01-13-2012, 07:59 AM)Tanshaydar Wrote: You could start with opening topics in right places Smile
Probably you should start with modding to see what it's like, then move on to more advanced projects.
We've seen people without experience starting projects and those projects did die.
I had a after thought about that sorry x(


RE: If I wanted to start programming where do I start? - Tanshaydar - 01-13-2012

Hey, no problem pal.
On topic, next thing I could recommend is to implement some 2D games to have a basic grasp on game programming logic. Writing a gameloop will change for your life Big Grin


RE: If I wanted to start programming where do I start? - darkely - 01-13-2012

I think I will try and look into that - I looked up gameloop and it seems like it will be interesting to try Big Grin. I actually got into modding with GTA San Andreas - I know that it is simple using the mod programs but driving around in the Warthog from Halo was worth it. It was a pain once I actually got the Warthog into the game when I got into it the game would crash :'( and I was stupid and did not back up the original files so I had to do a fresh install. I would love to see the next game from Frictional Games using dx11 - I recently played Saints Row: The Third which was the bomb great graphics and a good story line too Smile. My point I would like to see one crysis 2 level graphics in the next game - I am not a developer and I know it would be extraordinarily hard to do but it is just a thought Big Grin. Any way to conclude this long reply that you may or may not be getting sick of reading I am looking into this guide (of sorts): https://sites.google.com/site/vidyadevresources/ (thanks Khyrpa Big Grin). I hope to hear (or read) from you guys again soon.

@Elven like simple mods such as replacing objects with my own custom ones and things like that?


RE: If I wanted to start programming where do I start? - Wooderson - 01-15-2012

I'm not a programmer by any stretch of the imagination but a lot of people learn basic coding using Javascript. You can find some decent guides on learning it too. HTML is another which usually comes first from what i've read upon.

OR even taking a college course for it (if you're old enough). Once I get my C grade in maths i'll be doing Computing which is a course that has A LOT of programming involved. Not sure about similar courses that you'd be able to find would be the same but on the one I found they don't expect you to have ANY EXPERIENCE at all.