Jump to content

Josh

Staff
  • Posts

    26,307
  • Joined

  • Last visited

Profile Information

  • Location
    USA

Recent Profile Visitors

1,522,631 profile views

Josh's Achievements

Grand Master

Grand Master (14/14)

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

Recent Badges

16.7k

Reputation

1.2k

Community Answers

  1. Josh

    SSAO Filter

    Revised SSAO filter brings details out of the flat wall, as if the material had a baked AO texture.
  2. Beta Added C++ game menu system to project template. CreateInterface() can now accept a world for the first parameter. -devmode command line parameter has been added in VS project template, for the debug configuration. This parameter will tell the game to ignore game settings and launch in windowed mode, which is easier for debugging. -devmode command line parameter has been added in VSCode launch.json file, for debug and fast debug runs.
  3. Is your computer preventing the program from connecting to the Internet? If you are online it will skip the login screen.
  4. Hi, you do not need to log into use Ultra App Kit.
  5. Beta SSAO post-processing effect has been brought back under control.
  6. If you have the heightmap, you can just load that into a terrain in Leadwerks. No need to create an OBJ file.
  7. Josh

    Native 4K

    I decided I really like playing at 4K in Leadwerks 5. The image is so clean and detailed.
  8. Josh

    Game Menu WIP

    Work in progress of default template game menu.
  9. Beta CreateTile can now accept a World instead of a Camera, so tiles can be created without a specific camera CreateInterface can now accept a World instead of a Camera, so interfaces can be created without a specific camera Added new events EVENT_WORLDUPDATE, EVENT_WORLDRENDER, EVENT_WORLDPAUSE, and EVENT_WORLDRESUME. The first two do not go into the event queue, but can be used with ListenEvent() to add hooks Display.graphics modes is now an array of iVec2s instead of iVec3s. Added default game menu, window management, and settings system in Lua project template Only Lua executables are updated at this time
  10. Beta Some updates are made to the stock C++ component files, to make them work with the current version of the FPS example scene. Added "Flashlight on" setting for FPSPlayer Added optional sound settings for PushButton, ChangeEmission, and ChangeVisibility. PushButton will automatically change emission color to green.
  11. Okay, I just installed the client (installer) and then downloaded the stable branch, and it ran fine, using Nvidia's current drivers on a 1660. Hi this button to uninstall: And then try downloading again. Maybe the editor EXE got corrupted during download somehow. You can also try running the VC restristributable installer manually (VC_redist.x64.exe) but I doubt this is the problem, since it gets run automatically when the client app is installed.
  12. Beta This update fixes an important bug whereby the Start function was not being called for C++ components.
×
×
  • Create New...