Close
Showing results 1 to 4 of 4

Threaded View

  1. #2

    Default

    I'm sorry I think I figured it out. I changed every gxNewResolution to RenderScale and replaced the resolution values with decimals (.8 and .5). Should I delete this thread?

    New working codes
    Code:
    /run local nr = ".8"; if GetCVar("RenderScale") == nr then nr = ".07" else nr = ".8" end; SetCVar("RenderScale", nr); RestartGx();
    and
    Code:
    /run local nr = ".07"; if GetCVar("RenderScale") == nr then nr = ".8" else nr = ".07" end; SetCVar("RenderScale", nr); RestartGx();
    I made the 50% even lower to 7%. It's very blurry but the npc dialogue box shows up at the same quality as any other. I just needed to make sure my mouse broadcast is going through on both clients. For accepting and turning in quests at the same time successfully. And the lower quality will put less stress on my system. Maybe able to turn it up to 100% on the main client.


    Last edited by oxalicacid224 : 08-07-2018 at 05:07 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •