Jump to content

Josh

Staff
  • Posts

    26,634
  • Joined

  • Last visited

Profile Information

  • Location
    USA

Recent Profile Visitors

1,526,171 profile views

Josh's Achievements

Grand Master

Grand Master (14/14)

  • Well Followed
  • Dedicated
  • Conversation Starter
  • Reacting Well
  • Problem Solver

Recent Badges

17.1k

Reputation

1.2k

Community Answers

  1. Cast the entity to a model, and then call the Animate method: function MyScript:Start() local model = Model(self) if model ~= nil then model:Animate("walk") end end https://www.leadwerks.com/learn/Model_Animate?lang=lua
  2. I will sort this out...
  3. Thank you for the report. (First posts have to be manually approved to prevent the forum from getting flooded with spam.)
  4. I think I will probably end up getting rid of this requirement, and go back to using a Visual Studio property sheet where the path is stored. It's just easier not to have that information stored somewhere else.
  5. Hmmm, I don't think that is possible right now.
  6. In the model editor, File > Load Static Collider or Load Dynamic Collider, then save the model.
  7. We currently do not support Linux, so it's difficult to consider this a "bug", although I understand your point of view here. I don't have a release date for a native Linux build, but I can tell you I have never seen this much interest in Linux in my life, and not just online.
  8. 1. Most people prefer the name Leadwerks. 2. The Steam algorithm prefers the Leadwerks app ID, and will always show it more than the Ultra app ID.
  9. Podcast?
  10. If you need 4.6 it's still available:
  11. We meet each Saturday at 10:00 Pacific Standard Time to review the week's developments and discuss future plans. Join us: https://discord.com/events/1175951843118031049/1393684974539902997
  12. Leadwerks 5 can load model, texture, and map files from Leadwerks 4, but the API and shaders have changed a lot and it can't load a full Leadwerks 4 project.
  13. When a new C++ project is created, the editor will attempt to create an environment variable called LEADWERKS, if it does not exist already. The environment variable points to your Leadwerks installation path and tells the compiler where to look for headers. It sounds like maybe you clicked "No" and did not let it create the environment variable, or maybe it failed to for some other reason? See the section here titled "Environment Variable": https://www.leadwerks.com/learn/Programming?lang=cpp
  14. No, the engine will load both scripts.
  15. You'd probably want a separate script that you add to each powerup object.
×
×
  • Create New...