Jump to content

Josh

Staff
  • Posts

    26,641
  • Joined

  • Last visited

About Josh

Profile Information

  • Location
    USA

Recent Profile Visitors

1,526,280 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. We do not have built-in support for aircraft dynamics. Vehicle physics are currently not support, although this is something I want to add in ASAP. I have some code that produces really nice results, but I just need to spend a month or so integrating it. Moving between different versions is a challenge in any engine, but I can definitely say our API and system is a lot more stable than what I have seen in Unreal. There will be some major shader changes in Leadwerks 5.1, but this will only affect custom shaders. For everyone else, the update will be seamless, as long as they just update the project with the latest shader files.
  2. That's not correct. The installer application is available to download here, and your account can log in and use the software: https://www.leadwerks.com/files/LeadwerksClient.exe
  3. Thia is a great idea. We can already hide and show the vegetation layers, so why not?
  4. Currently, there's not really any way to do this. I think it would be very useful information to have, so I will figure out something here.
  5. In the model editor interface, you can use the File > Load Animation menu item to load an animation from another file. Note that the model hierarchy must match exactly for this to work.
  6. This is the layered image for the current banner. Might be useful to someone in the future. The background was generated / created by @Yue launchparty.zip
      • 1
      • Like
  7. The way it's set up in the sample project, the editor passes a command-line switch to the game called devmode. When this is encountered, the game automatically launched into a 1280x720 window (multiplied by the Windows DPI scaling value). The idea here is that if you are launching from the editor, you probably want to be able to switch back and forth between the editor quickly, either for rapid playtesting or for using the debugger. This code is all found around line 65 of the code file "Scripts/Game/Game.lua".
  8. 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
  9. I will sort this out...
  10. Thank you for the report. (First posts have to be manually approved to prevent the forum from getting flooded with spam.)
  11. 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.
  12. Hmmm, I don't think that is possible right now.
  13. In the model editor, File > Load Static Collider or Load Dynamic Collider, then save the model.
  14. 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.
  15. 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.
×
×
  • Create New...