Jump to content
  • 0

Building release


IVeve

Question

Hello, I've played around with the source and made some modifications. Compiling the debug and resolving conflicts was a cinch, but what steps should I now take to make a proper release build with the same file structure you get, when you download the engine release from this website?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Easiest way? Just copy the compiled executable to a folder that already has all your assets.

 

If you don't want the easy way, the client should generate all of its folders on its own and you can populate them after the fact.

Link to comment
Share on other sites

  • 0
10 minutes ago, Cheshire said:

Easiest way? Just copy the compiled executable to a folder that already has all your assets.

 

If you don't want the easy way, the client should generate all of its folders on its own and you can populate them after the fact.

 

So any changes I make to the code are all stored in the executable, not DLLs, correct?

Link to comment
Share on other sites

×
×
  • Create New...