New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/undan/dota2-camera-fixer

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/undan/dota2-camera-fixer

  • v1.1.1-0.20220824205806-d6b7c7a497cc
  • Source
  • Go
  • Socket score

Version published
Created
Source

dota2-camera-fixer

Description

Simple tool to fix default DOTA 2 camera. There are 2 files (excluding executable) needed for application to work properly:

  • camera-values.json - contains camera attributes with its actual values and replace values, feel free to change value of 'newValue' fields to get results that will satisfy you;
  • config.ini - file containing path to Steam directory and other user preferences that you can change, you must replace the path inside to your actual path to Steam directory. Do not change anyting in "AppSettings" section!

First usage

  1. Check game files integrity via Steam to make sure your client.dll is not modified;
  2. Open config.ini and change value of "SteamDirPath" field to path to your Steam directory, for example C:\Program Files (x86)\Steam for Windows;
  3. Open camera-values.json and change 'newValue' field values to more suitable for you, but keep in mind that all values are integers and:
    • dota_camera_distance_min must be less than 10000
    • dota_camera_fov_min must be less than 90
    • dota_camera_distance_teamspec must be less than 100
    • sv_noclipaccelerate must be less than 10000
  4. Run dota2-camera-fixer executable and wait until message 'Done' is printed.
  5. Run DOTA 2 and enjoy your fixed camera.
  6. In case something goes wrong (e.g. game crashes just after being launched):
    • You got any errors in terminal output: if you don't have a single thought why that error occures and how to fix it, make an issue on this repo, we'll try to figure it out together;
    • Game crashes on stratup: make sure the application was run with unmodified client.dll file and try to run it again;
    • Game still crashes on startup after previous step: make an issue on this repo, we'll try to figure it out together;

User preferences (config.ini):

  • SteamDirPath - path to your Steam directory, change it to yours;
  • ShowLogInfo - change to false if you do not want to see info logs (error logs and "Done" message still will be shown);
  • BackupDirName - name of the backup directory, you can change it to whatever name you like;
  • CameraValuesFileName - change this value only if you have renamed "camera-values.json" file.

How to install

The simplest way:

Just download the archive attached to the release and extract the application folder somewhere you good with.
DO NOT PLACE APPLICATION FILES FROM ARCHIVIED FOLDER TO SEPARATE LOCATIONS, ALL THESE FILES MUST BE LOCATED TOGETHER IN THE SAME FOLDER!!!

The hardest way:
  1. Download and install Golang.
  2. Clone this repo to your local machine.
  3. Open repo directory in terminal.
  4. Execute go build -o dota2-camera-fixer.exe command.
  5. Now you can feel yourself a very skilled Golang developer and run created executable file just from this folder.

FAQs

Package last updated on 24 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc