Jump to content

All Activity

This stream auto-updates

  1. Today
  2. 1 download

    Skybox 01
  3. 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.
  4. 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.
  5. I want to combine several FBX (one anim per file) to a single FBX with all the animations and materials. I know it possibly can be done in Blender, but I was wondering if there's a easiest tool like a simple converter.
  6. Well... not the same exactly, but mixed things (copy paste issues ) https://www.leadwerks.com/learn/CreateCapsuleCollider?lang=cpp https://www.leadwerks.com/learn/CreateCylinderCollider?lang=cpp
      • 1
      • Thanks
  7. Title says all (about an animated model)
  8. CountAnimationFrames gives error 404: https://www.leadwerks.com/learn/CountAnimationFrames?lang=lua
      • 1
      • Thanks
  9. Link for reference: https://www.leadwerks.com/learn/mapbrowser?lang=lua When reading through this section of the manual I encounter the Environment Properties section. When you select the root scene node, the Properties panel showcases the environment properties... Only the panel does not display when I click on the root node for the map (is this the same as scene?). I am guessing that these settings have been moved to the World Settings (first gear icon on toolbar, or Edit -> World Settings). These (World Settings) seem to imply they would be set for the entire game rather than just a scene/map? EDIT: I noticed a button name change from the documentation as well, the last section "Adding Components" says the button to push to add new functionality is "Add Component", now it seems to be "Select Script" (at least for my lua project).
      • 1
      • Thanks
  10. 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
  11. 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".
  12. In relation to the assets/downloads panel, I was able to view some details for a few assets, I then used category view to narrow down to environments, clicked on Sample Terrain and the panel darkened but didn't display the asset information. I have had this on a few items yesterday also (I didn't screenshot yesterdays though). The issue persists (not able to load the assets information panel from downloads) until I close Leadwerks 5 and start it again.
      • 1
      • Thanks
  13. When setting a user profile picture on the community forum/website/account page and adjusting the borders to zoom into the area of the image to use for the profile picture, this zoomed version does not flow through to the editor profile picture (the bottom left of editor). The full size image is displayed. Also, when changing the image on the website, the original image is used (in editor) and not the updated image (uploaded to website account page). Also, the image seems to only come in when logging out of the editor and back in again. Also, when clicking on the bottom-left account icon in the editor, my profile names lower/hanging/descender letter parts are cut off. Unsure if that is due to the 125% dpi screen change I made yesterday to my system.
      • 1
      • Thanks
  14. Yesterday
  15. Every time I run a test game, it defaults to 1280 x 720. I always have to select a new resolution. It would be great if Leadwerks would remember the last used resolution and default to that each time a test game is run until changed. Thanks.
  16. After building a probe, the lighting in the 3D viewport is different than in the test game - it seems harsher in the 3D viewport (see attached screen shot).
  17. Oh that was quick. Thank you!
  18. Every time I compile and run, the resolution is 1280x720 and in windowed mode. Is possible to keep the selected resolution without enter each time on options?
  19. This appears to be happening when you tick Cast Shadows to False. Works fine if Cast Shadows is active.
  20. 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
  21. If I have a Lua script (component) attached to an animated model, how can play one of these animations at start?
  22. I will sort this out...
  23. How do I get the steam version? I bought Ultra Engine on this website but I can't figure out how to get the Steam Key :\
  24. I've run into an issue where the box light shows up in the 3D viewport, but doesn't in a test game. This often occurs after the box light has been placed and then, later, moved or rotated. So, if I create a box light and position initially, then run a test game, it shows up fine. But if I then move or rotate the box light, it fails to work in test game even though it continues to show correctly in the 3D viewport (see screen shot).
  25. Currently, after creating a prefab, there's no 'connection' to the original. What I mean is, I can make changes to the original models still in the scene and the prefab does not change to match. Why would this matter? Let's say that I create a prefab of a hall chunk that contains a floor, two walls, ceiling, model of a light, and a point light. I use this to create several hallways very quickly. Then, after testing, I realize the point lights are too bright or too dark. I can select the point light in the scene panel within the prefeb, but I cannot change it (i.e. the brightness of the light, the color, etc.). If I go back to the original (non-prefab), I can change that, but that only affects the original and not any of the prefabs. If the original from which the prefab was made could be stored and changed, affecting all prefabs, this would allow for quicker editing, I think.
  26. I found I could do what I wanted with a few light boxes, but the shadow edge is very sharp compared to the point and spotlight. Thanks for the suggestion. Still, it would be nice, in some instances, to have the spotlight be able to go more than 90 degrees.
  27. I have and was getting unsatisfactory results. But I may have been doing something wrong. I'll experiment more with the box light to see ...
  1. Load more activity
×
×
  • Create New...