Jump to content

ccss

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by ccss

  1. Thanks. That makes sense. 

    In case anyone else has this issue in the future. I'll note that my game was closing because of a quiet exception from calling the Screenshot function at the end of the render function. By moving the call to Screenshot into PostRender. It fixed the issue.

    Thanks again for the help! 

     

  2. I need to create a series of still images from inside my game project.

    I can't seemed to find any api commands (lua) that would allow me to do this.

     

    There is the Context.Screenshot() function, but calling this function will immediately end the game and open up a steam page.

     

    How can I grab a screen rendering and save it to disk via Lua?

     

    Thanks

×
×
  • Create New...