Warcraft 3-Speed Optimization Batch Processing

Source: Internet
Author: User
Tags blizzard

The content of play. bat is

Set Sound = "HKCU \ Software \ Blizzard Entertainment \ Warcraft III \ Sound"
Reg add % Sound %/v positional/t REG_DWORD/d 0/f
Reg add % Sound %/v environmental/t REG_DWORD/d 0/f
Reg add % Sound %/v ambient/t REG_DWORD/d 0/f

Set String = "HKCU \ Software \ Blizzard Entertainment \ Warcraft III \ String"
Reg add % String %/v userlocal/d \ "% COMPUTERNAME % \"/f

Set Video = "HKCU \ Software \ Blizzard Entertainment \ Warcraft III \ Video"
Reg add % Video %/v reswidth/t REG_DWORD/d 800/f
Reg add % Video %/v resheight/t REG_DWORD/d 600/f
Reg add % Video %/v colordepth/t REG_DWORD/d 16/f
Reg add % Video %/v adapter/t REG_DWORD/d 0/f
Reg add % Video %/v refreshrate/t REG_DWORD/d 75/f
Reg add % Video %/v gamma/t REG_DWORD/d 30/f
Reg add % Video %/v modeldetail/t REG_DWORD/d 1/f
Reg add % Video %/v animquality/t REG_DWORD/d 1/f
Reg add % Video %/v texquality/t REG_DWORD/d 1/f
Reg add % Video %/v miplevel/t REG_DWORD/d 0/f
Reg add % Video %/v texcolordepth/t REG_DWORD/d 16 p/f
Reg add % Video %/v participant/t REG_DWORD/d 1/f
Reg add % Video %/v lights/t REG_DWORD/d 1/f
Reg add % Video %/v lockfb/t REG_DWORD/d 1/f
Reg add % Video %/v unitshadows/t REG_DWORD/d 1/f
Reg add % Video %/v occlusion/t REG_DWORD/d 1/f
Reg add % Video %/v cinematicoverrides/t REG_DWORD/d 0/f
Reg add % Video %/v cinematicrefresh/t REG_DWORD/d 75/f
Reg add % Video %/v cinematicbpp/t REG_DWORD/d 20/f
Reg add % Video %/v cinematicwidth/t REG_DWORD/d 320/f
Reg add % Video %/v cinematicheight/t REG_DWORD/d 258/f
Reg add % Video %/v spellfilter/t REG_DWORD/d 0/f

Start war3.exe

This batch of processing has optimized the display and sound configuration without affecting the quality of the Game image, making the player's mouse movement smoother, positioning accurate, and humanized the game environment step by step.
This batch of processing adds the computer-name player function for the game, saving the players' hearts and minds in one step.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.