Jump to content

Why certain things don't show in the editor?


Vida Marcell
 Share

Recommended Posts

The Leadwerks 2 Editor was designed to run scripts directly, while this came in handy for things like additions it was also dangerous. Scripts with errors could have easily break the editor. In le3 and later this was leaved out, but in ultraengine I would assume that it will be possible again ( not with lua, but with direct plugins).

even if it was cut of there are some ways to have interactive scripts. While normal lua scripts are not executed, those for posteffects are. Unfortunately the naming is a of an entity is not accessible in the editor, at least if I remember correctly. But in theory you could access all items in the loaded map and generate whatever you want. Of course you need to remove the posteffect later for the release.

  • Intel® Core™ i7-8550U @ 1.80 Ghz 
  • 16GB RAM 
  • INTEL UHD Graphics 620
  • Windows 10 Pro 64-Bit-Version
Link to comment
Share on other sites

Lua scripts will work in the editor, but not the entity game scripts. Editor scripts are  event-driven and are meant for creating additional features and tools, in which case a road creation tool could show the created mesh as you are using the editor.

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

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