Jump to content

LE3 modify project folder rights ?


YouGroove
 Share

Recommended Posts

I modified some Lua code nothing special and tried to run the game again, but it lauched and didn't go far without creating 3D contest and the message was saying it couldn't access folder project.

I verified project folder and it was read only.

Does LE3 modify the rights of project directory ?

Stop toying and make games

Link to comment
Share on other sites

The log said suddenly it could not access the base folder of my project : "C:\....\spaceShooter"

The folder thatcontains all models,materials, shaders etc ...

I verified and it was read only, i tried to modify that , but no way.

I just ask if LE3 modify rights or not ?

 

That's strange caus that error happened after i added some Lua code to some Lua file ?

It occured in another project test same problem after changing some Lua code.

 

Or it is my freshly installed Windows 7 from two months that would already do bad things ?

 

I did nothing special at all, the game runned well, i just modified some Lua code and i got that error :

post-3271-0-37696600-1397383965_thumb.jpg

Stop toying and make games

Link to comment
Share on other sites

Well it was code problem.

http://leadwerks.wikidot.com/wiki:entityindexer

--Load a map
local mapfile = System:GetProperty("map","Maps/start.map")
-- if Map:Load(mapfile)==false then return false end
if Map:Load(mapfilename,"Callback")==false then return false end
self.level = true

I just avoid Callback and all was running like before, so no callback is better.

Stop toying and make games

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