ID:179562
 
1.
What is the difference between "compile" and "clean compile"?

2.
What does "Update" do ?

I've never used them and was just wondering if they are useful...
Thx.
Cravens wrote:
What is the difference between "compile" and "clean compile"?

Clean compile rebuilds the rsc file of your game incase you deleted it or it corrupted.


What does "Update" do ?


If you add new files to the directory use the "Update" button to update the file tree, and view the files.
In response to Nadrew
Nadrew wrote:
Cravens wrote:
What is the difference between "compile" and "clean compile"?

Clean compile rebuilds the rsc file of your game incase you deleted it or it corrupted.

Clean compile rebuilds the rsc file from scratch, removing any resources that might have been inserted in earlier versions, but are no longer be used by the program.
In response to Shadowdarke
I knew it did more than what I said, I just couldn't think of what.