Jump to content

Recommended Posts

Posted

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?

Posted

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"

Posted

@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...

Posted

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.

Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590

LE / 3DWS / BMX / Hexagon

macklebee's channel

Posted

If you just rename the werk file itself and re-import it into the project manager, it will be a new name.

My job is to make tools you love, with the features you want, and performance you can't live without.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...