Jump to content

Disable rendering should disable script paint


Bobbey

Recommended Posts

  • 2 weeks later...
On 10/24/2021 at 11:37 PM, Bobbey said:

When running many accounts with scripts that have beautiful cpu using ui and stats it would be nice to be able to at least disable the script paint using cli. This would save some performance even though the game is still renedered

Drawing a 2D image or some basic text isn't going to be any of your performance concern tbh... you won't feel any difference in a paint being drawn or not unless you are drawing 1000's of them.

Only reason that I can think of is when a scripters tries to load and paint Objects/Npcs inside the onPaint method, this can get ugly pretty fast. but that shouldn't be your repsonsibility.
Scripters could implement this is a cli parameters in the script if they want.

Edited by Khaleesi
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...