❄️🎁⛄ The Winter Games Tournament is Live! 🎄🎅❄️
Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Scene::Save and Scene::Load seems to be not working.
  3. One of the main challenges for a solo video game developer is art. It's no secret that any game, even a tiny one, needs hundreds of megabytes of images, models, textures, music, sounds, video installations and other digital data to make game worlds interesting, exciting and entertaining, sometimes funny, sometimes scary, but always emotional. And since a solo developer works alone, he has to create all these digital things himself. When you work in a team where all the roles are distributed, you can do the most interesting thing for you, for example, programming, and let your colleagues do other, more boring things. But an indie developer is deprived of such a privilege, but he has the entire vision of the project at his disposal. For our specific case of participating in a gamejam, you can use additional services. I'm not calling for buying art for evergreen dollars. Especially at the beginning of the jam @Josh allowed us to use any art on the condition that the license for it would not be violated. I want to share some very cheap or completely free art sources that I use to develop my game. To create dynamic objects: characters, enemies, NPCs, I use a well-known website Mixamo.com . It can be used completely free of charge. On the Characters tab, select the prepared character, then on the Animations tab, select the desired animation for it. Ready! The character is animated! Now you can download the character along with the animation to your computer in FBX format (using the Download button). On Mixamo.com dozens of characters and even more animations have been prepared. In addition, you can create additional two-legged characters in Fuse, which can be downloaded for free on Steam. Please note that the skeleton in Mixamo is intended only for bipedal upright characters.
  4. Today
  5. https://youtu.be/kTVZ2PfCHk8
  6. Josh

    Get an Object

    The scene object is passed in the script Load function. You can get the navmesh there.
  7. OK, I'll consider this file. How can I get a map from the file? While I'm reading the source code I see that Map and Scene are the same.
  8. I don't remember what caused the file to break. I'm just letting you know so you know.
  9. Hi, I cannot investigate this unless there is a reliable way to produce the error.
  10. Josh

    Get an Object

    Navmeshes are stored in the scene. See the Monster script for an example.
  11. this transformation does not work: mesh = NavMesh(nav_mesh)-- nav_mesh is Entity, but NavMesh s = type(mesh)-- s = nil
  12. Yesterday, my map file suddenly got corrupted. The editor crashed when I loaded it. Git saved my life.
  13. @Josh Unfortunately, the documentation for the Scene class is very short. There's only one example for the LoadScene method. When running, it produces an error: This example shows how to create a Scene object in code, but the question remains: how to retrieve it from a map file, which was created in the editor? Scene:GetEntity is described well. Is the UUID always unique? Does it never change? How is it generated? Is it some kind of COM identifier?
  14. I'll try later
  15. Awesome! Thank you, I didn't know there was a repository. I appreciate you taking the time to reply.
  16. The repository where all the documentation is stored can be downloaded here: https://github.com/Leadwerks/Documentation The toc.json file contains the table of contents.
  17. Hello, I'm interested in using Leadwerks for a new project, now that I have the time for it. There's one thing I've been unable to find are offline documentation. I understand the "F1" hotkey in the engine leads you to the website; however, I work a lot offline and since I'm still learning the engine, a PDF, .docx, or even a zip file with html files in it would immensely help. I took a look around the forum and docs before posting this, so is there a way to get offline documentation of the engine? Any help would be great, thank you!
  18. Yesterday
  19. Josh

    Get an Object

    https://www.leadwerks.com/learn/Scene_GetEntity
  20. Josh

    No contents

    Sorry about that. This is a rare situation that will happen if I accidentally forget a comma when I am editing the TOC json file. It's fixed now.
  21. Okay, it'll work as a temporary solution. I hope they'll fix the site.
  22. vega

    No contents

    Can confirm that its broken. Workaround for now: https://web.archive.org/web/20251215073636/https://www.leadwerks.com/learn You can just use the index at the left, copy the link of what you want, then extract the target url. Example: https://web.archive.org/web/20260108190151/https://www.leadwerks.com/learn/Collider?lang=cpp turns into https://www.leadwerks.com/learn/Collider?lang=cpp
  23. yurembo

    Bullets

    I will upload
  24. How to get an object (which was made in the editor) from the scene to control it programmatically (from a script)?
  25. Does anybody see this on the web-site? Content of the left panel isn't loading.
  26. What kind of code backup system are you using in your current primary Leadwerks project?
      • 2
      • Confused
  1. Load more activity
×
×
  • Create New...