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

Josh

Staff
  • Posts

    26,834
  • Joined

  • Last visited

Profile Information

  • Location
    USA

Recent Profile Visitors

1,528,303 profile views

Josh's Achievements

Grand Master

Grand Master (14/14)

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

Recent Badges

17.2k

Reputation

1.2k

Community Answers

  1. The command is actually SetShadowCascadeDistance. I must fix the documentation.
  2. Newer GameInput library exists, but apparently requires installing a redistributable and I am saying no to that: https://gamedev.stackexchange.com/questions/214465/ms-gameinput-gameinputcreate-returns-e-notimpl-on-some-machines From the nuget package: GameInputRedist.zip
  3. 5.0.2 beta Update for bug report:
  4. I updated the editor and I am no longer able to cause this problem to occur.
  5. Linux is not yet supported. There's a lot of requests for Linux support, and I am an experienced Linux developer. I want to get version 5.1 out before I start adding another platform. In most cases, since your game code has its own dedicated thread to run, C++ and Lua games will run at the same speed. However if you are running a game with very demanding code, like something with hundreds of enemies, the executation speed of Lua would probably start to be to slow. By default, C++ projects are set up to use C++17. I tried changing the languiage setting in Vidual Studio to "C++23 preview" and added the macro _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS, and my Leadwerks game compiled and ran with no apparent issues.
  6. I was able to produce this error after using the scrollbar:
  7. Maybe something is wrong with the scroll bar logic...although that's not actually supposed to affect the popup window.
  8. 5.0.2 beta Added program:SetViewportLayout() to editor scripting API. Start scripts will execute later in the program startup sequence now, right before the main window is shown.
  9. You probably want to resolve this with Valve before ordering anything directly from me. It's probably best to avoid making things any more complicated than they are right now.
  10. You can send the amount to the email address shown here via PayPal if you like, and I will send you a Steam key, but you might want to wait to see if this gets sorted out: https://www.leadwerks.com/contact
  11. It should look something like this, but make sure you are viewing all apps, and not just the installed ones: Please keep us posted!
  12. Hi, thanks for your purchase. The full Leadwerks product is a separate product from the trial version. It should appear in your Steam library. You can uninstall the trial version and install the full version now. If the software does not appear in your library, please contact Valve. I don't have any information on specific transactions. But it sounds like you probably are trying to run the trial version still. The real version should be available on your Steam account. Sorry for any confusion!
  13. Okay, sorry for all the questions. There are many people here with your same hardware. I seem to remember something about a setting in the Nvidia app causing a problem like this, but I don't remember exactly what it was. This sounds very familiar to me... Adding a screenshot to make it easier to show to others: This looks so familiar, I think there's a setting in the Nvidia control panel that will cause this, but I can't remember. For all those settings in the Nvidia control panel, you usually want them set to "application-controlled" or "use the 3D application setting". Maybe some anti-alias override is causing this?
  14. Can you tell me what graphics card and driver version you have?
  15. I believe this will go away if you update your graphics drivers.
×
×
  • Create New...