-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
51 lines (32 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
gemrb-config-1.0 2013-02-25
---------------------------
GUI for setting up a config file for GemRB.
GENERAL USAGE NOTES
---------------------------
Platform: gnu/linux
In order to run the script you will need:
python3
python3-libs
python3-gobject
For python2.7 compatible version you'll need:
python2.7
You will need at least python2.7 to run this program.
INSTALL & USE CASE
---------------------------
1. Download whole package as is and copy it to same directory
2. Run gemrb-config.py
3. Select the options you desire in GUI
4. Hit Commit, this will generate gemrb.cfg in the directory where gemrb-config.py is placed
5. gemrb.cfg is now ready to be used, copy it in gemrb directory
CONTACT INFO
---------------------------
email: [email protected]
FINISHED
---------------------------
GUI for all option properties, clickable connected to signals for buttons
Set all values to default when program starts
Make 'commit' button to generate gemrb.cfg
TODO
---------------------------
Separate code into functions, increase readability, add comments
Make the code more effective, less C - like