Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a small tool to sync files between the repo and their locations #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gitignore
env2
env
*log
*swp
__pycache__/
config.py
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
help:
@echo "Elite:Dangerous and Saitek x52/x52Pro helper tool"
@echo " - - - "
@echo "It helps you manage the configurations of both things:"
@echo "deploy - put the files from the repo to the app folders"
@echo "collect - get the files from the app folders to the repo"

deploy:
python edx52man.py deploy

collect:
python edx52man.py collect
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,27 @@

* "X52ProElite v2.2.3.1.8.binds" needs to be copy & pasted into ```"C:\Users\<yourname>\AppData\Local\Frontier Developments\Elite Dangerous\Options\Bindings"```.
* It will show up in the 'Controls' drop down ingame as ```"X52ProElite v2.2.3"```.

# Using the tool to deploy and collect files

If you have already python and make, nothing to worry about, just run `make deploy` and `make collect`.

If you don't have python, install it and put it in the path, or install it and modify the Makefile with the path to your python.exe

If you don't want to use make, check the Makefile on how to run the script and just do that.


# GOTchas when editing profiles

- the tool is shit. sorry, there is no way to put it softer. is just really bad. having said that, amazing people can get amazing results with it. I struggled.

- If you change 1 setting, in 1 of the modes, the other 3 will change too.

- If you want to change a setting, is better to do it first in the profile editor.

- If you want to change a setting that already has a button, and is assigned in ED, change it in the profile.

- if it doesn't exist yet, add a key combination there. then go to E:D

-

Loading