Jump to content

SpiderPig

Members
  • Posts

    2,296
  • Joined

  • Last visited

Posts posted by SpiderPig

  1. enum UserPath
    {
    	PATH_DESKTOP,
    	PATH_DOCUMENTS,
    	PATH_PROGRAMDATA,
    	PATH_APPDATA = PATH_PROGRAMDATA
    };

    I see PATH_APPDATA is currently defined as program data.  Should it be?  If yes... can we get a path to the Local or Roaming Appdata path for game saves?

  2. Did a fresh install of 1.0.2, created a new project, built in release and got the same error.  VS2022 is up to date.  v17.6.2?

     

    Microsoft Visual Studio Community 2022
    Version 17.6.2
    VisualStudio.17.Release/17.6.2+33723.286
    Microsoft .NET Framework
    Version 4.8.04084

    Installed Version: Community

    Visual C++ 2022   00482-90000-00000-AA189
    Microsoft Visual C++ 2022

     

  3. 15 hours ago, Josh said:

    I've actually been thinking about adding a command that lets you change the orientation and/or gravity of the player controller. It won't come out until later this year, but I think there are some interesting things that can be done there.

    Can't wait for this. 😁

×
×
  • Create New...