About Store Forum Documentation Contact



Post Reply 
How to start
Author Message
Tottel Offline
Member

Post: #1
How to start
What is the best way to start making your game? Do you copy all data from the SDK folder to your own? Do you copy all the tools?
07-09-2009 09:21 AM
Find all posts by this user Quote this message in a reply
Sarora Offline
Member

Post: #2
Re: How to start
What i did, i created a blank c++ project

Set it up like the tutorial project, made a new folder (to compile the project exe to) and made a Data dir inside that.

Then copy'ed over the esentials (shaders, engine.pak and such), mapeditor, and other editors to the project exe output directory, and went from there.

Sys: Intel Quad @3.4 Ghz, ATI HD 5770 OC Ed (pri), NVIDIA 8800 Ultra (PhysX), 4 Gig Ram, 3.8 TB total HDD.
07-09-2009 09:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #3
Re: How to start
Thank you.
07-09-2009 09:59 AM
Find all posts by this user Quote this message in a reply
Chaplaindm Offline
Member

Post: #4
Re: How to start
Thanks Sarora, I know this is very basic but I have been trying to figure this out.

Chaplain
07-09-2009 02:03 PM
Find all posts by this user Quote this message in a reply
Post Reply