Hey I was wondering if I'm making a new game and I already set up nfrringe and stuff, do i have to do it again for a new game?
Announcement
Collapse
No announcement yet.
unrealscript
Collapse
X
-
With UDK it's best to control projects by installing UDK again to a new folder, so for instance your first project might be at UDK/Project1 instead of UDK/UDK-Feb14 or whatever the default name is. When you want a new project, install again but to a different folder like UDK/Project2. You would then have to setup your programming tools to that new folder.
Reasoning is so that you can keep the code and assets from the two projects separate.
Comment