Lunarovich Posted March 19, 2015 Share Posted March 19, 2015 I know that it's a stupid question, but is there a way to change a project name in Leadwerks? Some automated way that changes all relevant filenames from the root folder? Or can I just change the name of the executable? Quote Link to comment Share on other sites More sharing options...
CreativeOcclusion Posted March 19, 2015 Share Posted March 19, 2015 Hey Lunarovich, You can change it in the App.lua file where the name you want will show at the top of the game play window... function App:Start() --Initialize Steamworks (optional) Steamworks:Initialize() --Set the application title self.title="MyGame" Quote Link to comment Share on other sites More sharing options...
Lunarovich Posted March 20, 2015 Author Share Posted March 20, 2015 @CreativeOcclusion, thanx! But I was talking rather about folder name and the name in the project manager... Is there a way to change it? 'Cause I don't see any option in the project manager to rename a project and I suppose that I cannot simply change the name of the folder... Quote Link to comment Share on other sites More sharing options...
macklebee Posted March 20, 2015 Share Posted March 20, 2015 I suspect you would have to do it through windows explorer with the editor closed. Rename the project folder, the *.werk file, and the release/debug executables. Then after opening the editor, go to the Project Manager and import the new project via the newly named *.werk file. Or just create a new project via the Project Manager and copy/move the required assets/maps over into the newly created Project. Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Lunarovich Posted March 20, 2015 Author Share Posted March 20, 2015 OK, thanx. Although it's simple, it would be nice to have this functionality out of the box. 1 Quote Link to comment Share on other sites More sharing options...
drarem Posted March 24, 2015 Share Posted March 24, 2015 Yep, like Clone Project or something.. Quote Link to comment Share on other sites More sharing options...
Josh Posted March 25, 2015 Share Posted March 25, 2015 If you just rename the werk file itself and re-import it into the project manager, it will be a new name. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.