Jump to content

Can't create a new empty project


krisztian
 Share

Recommended Posts

I'm completely new to Leadwerks. I try to be very complete when I do something. Could someone please list what exactly can be deleted. I never scripted with Lua and there is also a huge number of Lua scripts. At the same time, I do not want to use any scripts that I do not write myself or that are not utility scripts, until I'm ready to incorporate other's code snippets. So basically I'm starting from scratch. Leadwerks 3.1 seems intuitive enough, but it can be a little confusing.

 

gamecreator - I will also check out your project cleaner.

Link to comment
Share on other sites

Scripts- Everything but App.lua and Error.lua can be deleted.

You may want to hold onto AnimationManager.lua(keep this if you are using animations), GetEntityNeighbors.lua, CollisionTrigger.lua, and ReleaseTableObjects.lua as they are useful but for an empty project you may delete them.

Sound-Everything can be deleted.

Models-Everything can be deleted. (Keep the folder "Models/Characters/Generic" if you are using the character controller)

Shaders-All PostEffects can be removed. (just delete PostEffects folder)

Prefabs-delete everything.

Materials(this gets a bit tricky)--

--do not delete these folders--

Common

Developer

Effects

Fonts

Icons

Sky(keep this if you don't want to delete the skybox texture)

delete everything else.

Maps- delete all

 

That is what I do. I never tried deleting the whole Materials folder but if it works it works.

Link to comment
Share on other sites

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.

 Share

×
×
  • Create New...