Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I found the Terrain tools a bit unintuitive. 1. Its not really clear, what the upper Buttons belong to. You first think, its to load a material for the layers, not for the terrain heightmap itself. 2. Once you added a Layer and you then notice you don't need it, there is no way to delete it again. Only Replace it with another one. (Or i just haven't found any way).
  3. Editor Crashes and just closes when selecting "None" for Shader family on any material.
  4. Today
  5. If you change the brush type, it'll start working again, but only in one viewport apparently.
  6. Adding to this list: In order for me to attach a NavAgent to a entity already in the world I have to move the entity to 0,0,0 and rotation 0,0,0 then attach it, then SetPosition() and SetRotation() the agent back to the normal spot for it to work. Simply creating the agent, moving it to pos and rot then attaching it causes some weird effects usually resulting in the model/entity being placed all about the map.
  7. Adding to this list: navagent:Stop() is missing in lua.
  8. Nevermind, looks like grid snapping is now an option!
  9. When using the vertex tool, it's a free for all and the point no longer snaps to the nearest grid.
  10. Working on the xform map and noticed that I can't see the size dimensions on brushes. However, on a new map, it works fine.
  11. Also trying to mimic the creation in code results with an error: navmesh = CreateNavMesh(world, 100, 64, 64, 32, 0.25, 0.4, 1.8, 0.5, 45) CreateNavMesh(shared_ptr<World> world, const float height, const int tilesx, const int tilesz, const int tileres = 32, const float voxelsize = 0.25, const float agentradius = 0.4, const float agentheight = 1.8, const float stepheight = 0.501, const float maxslope = 45.01)
  12. Josh, can you expose the NavMesh class to lua? I need to access an editor created Navmesh but i cant cast it and lua thinks its Entity class. So CreateNavAgent(navmesh) fails. navmesh = NavMesh(navmesh) or nav:As<NavMesh>()
  13. You just need to let the edior open while you do something else. But dont minimize it. Just switch the tab in windows.
  14. Is NavMesh creation currently turned off in the editor? Nothing happens whatsoever when I click Build NavMesh. just wondering Strike that, I just realized I was doing it wrong.
  15. FotoMuseo 3D v4.0 Official Trailer: Finally released!!
  16. 0.9.6 Fixed bug when saving animated models with out-of-order bones IDs. Fixed bug where animation controls could crash editor if extract animation window had not been opened yet.
  17. I can see the bone IDs in the saved model do not match the original. This is likely the cause...
  18. 0.9.6 Fixed bug where removing an entity component still saved it in the scene.
  19. I couldn't convert FBX to MDL. I thought it was a bug. Turns out, you need to download VS2012 run-time. https://www.microsoft.com/en-us/download/details.aspx?id=30679 Now the FBX to MDL works. Thanks Josh!
  20. Update WL #5 - Mounts After a lot of changes to how I originally was going to implement mounts, I finally decided on a path and began working on it. To my surprise I did not run into many speed bumps other than animating in blender and getting formats to work as they should. There's still some polishing to do overall with mounts but the framework is there and it's solid. In trying to follow the standard way of doing things in UAGC, I made a prefab for mounts with as little options as possible to keep things simple. That's really all there's needed to get a rideable mount into a game using UAGC, I will be including my horse mount as a starter mount but by using the same skeletal rigging - any mount mesh will work. I have later plans on adding exotic mounts like dragons and bears and such but for now I'm happy with just having this framework completed. This component took a good 2 weeks to complete and contains over 2,000 lines of optimized code. The update: Added: Mounts component Unlimited mounts allowed per map Mounts are configurable with variables such as scale, speed and handling. Mount name label system Mounts can go to sleep after x amount of time of no use. ( they wake back up when the player gets within range ) . Mount component is now intertwined with the player controller routines to provide a submersive experience. Sound effects added for all areas of mount riding. Mounts interact with the environment allowing for collection of powers ups and loot boxes from within the saddle. Added functions to easily allow me to install swimming and water interaction abilities when I get that far along. Added expandable functions for flying mounts. ( wip ) Combat functions are in place, not working yet but they will as soon as I get enemy AI in place. Combat from the saddle will be possible. The animal itself will be configurable for combat. ( battle-mounts* ). And much more ! The media:
  21. Update WL #5 - Mounts After a lot of changes to how I originally was going to implement mounts, I finally decided on a path and began working on it. To my surprise I did not run into many speed bumps other than animating in blender and getting formats to work as they should. There's still some polishing to do overall with mounts but the framework is there and it's solid. In trying to follow the standard way of doing things in UAGC, I made a prefab for mounts with as little options as possible to keep things simple. That's really all there's needed to get a rideable mount into a game using UAGC, I will be including my horse mount as a starter mount but by using the same skeletal rigging - any mount mesh will work. I have later plans on adding exotic mounts like dragons and bears and such but for now I'm happy with just having this framework completed. This component took a good 2 weeks to complete and contains over 2,000 lines of optimized code. The update: Added: Mounts component Unlimited mounts allowed per map Mounts are configurable with variables such as scale, speed and handling. Mount name label system Mounts can go to sleep after x amount of time of no use. ( they wake back up when the player gets within range ) . Mount component is now intertwined with the player controller routines to provide a submersive experience. Sound effects added for all areas of mount riding. Mounts interact with the environment allowing for collection of powers ups and loot boxes from within the saddle. Added functions to easily allow me to install swimming and water interaction abilities when I get that far along. Added expandable functions for flying mounts. ( wip ) Combat functions are in place, not working yet but they will as soon as I get enemy AI in place. Combat from the saddle will be possible. The animal itself will be configurable for combat. ( battle-mounts* ). And much more ! The media:
  22. So far I am unable to produce this error.
  23. Yesterday
  24. I actually prefer hotkeys for the translate, rotate and scale manipulators as I use them TONS more than the surface selectors. But I guess it's a matter of opinion in the end. Plus coming from LEADWERKS I'm already hitting 1,2,3 in the editor but nothing happens ( yet )..
  25. Working on the skills menu at the moment. First shown is the old one in Leadwerks, and then the current WIP in Ultra. Also updated the discord link at the beginning of this thread. Current in Ultra;
  26. 0.9.6 Fixed player collision on terrain mesh layers loaded from a map. Some fixes to navmeshes in editor.
  1. Load more activity
×
×
  • Create New...