Jump to content

Recommended Posts

Posted

I am wondering how I can get rid of a message box that pops up when loading a scene in 2.32 and 2.4. The message box says can't open scripts/class. I do not use the leadwerks built in lua script and therefore I don't need any scripts made by leadwerks. Is there anyway to disable it or turn off?

Intel 2nd Generation i5 Quad Core Running at 3.30GHz. 8GB RAM, GeForce GTX 460 1024MB DDR5.

Posted

I'm not calling any of those scripts in my code. Does the engine call those scripts automatically and load them if the script is found?

Intel 2nd Generation i5 Quad Core Running at 3.30GHz. 8GB RAM, GeForce GTX 460 1024MB DDR5.

Posted

you don't have to call it... For example: if you are using the standard directional light object as found in the editor, it has a lua script associated with it that sets its properties. Inside that script, the class.lua script is being called. Thats why I am saying if you are using any of the standard entities from the editor it will try to load class.lua.

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

LE / 3DWS / BMX / Hexagon

macklebee's channel

  • 1 year later...
Posted

Thanks macklebee. I was able to get rid of that message box.

I'm getting the same thing since upgrading. How did you get rid of it?

Windows XP SP3

Intel Core2 Extreme 3GHz

2GB DDR2 RAM

2x NVIDIA GeForce GTX 280 in SLI

Posted

Place the Scripts folder into your working directory if you are using lua or do not use entities in the editor that have scripts if you are not using lua.

Worked like a charm :D

Windows XP SP3

Intel Core2 Extreme 3GHz

2GB DDR2 RAM

2x NVIDIA GeForce GTX 280 in SLI

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