-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
65 lines (43 loc) · 1.25 KB
/
README.txt
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
eSTKai is open source software, here's how to use it:
First, run the batch file: estkai-setup
It will ask you for an "addons repo". Type in the path to install addons from.
WARNING:
Do not execute eSTKai setup after setting up. It won't work.
From there, use the estkai batch file.
Syntax of command:
estkai [karts/tracks] [package name]
When you execute the following command, estkai will install the package name from the repo that you listed.
Result:
Installing package [package name] from [repo]...
Removing packages:
Syntax:
estkai-remove [karts/tracks] [package name]
Searching for packages:
estkai-search [karts/tracks]
Make your own repo!
How to:
Step one: make a new directory called "repo"
Directory structure:
KART STUFF
|
test
|
test.zip
|
tracks karts
| |
|_______| test.zip
| |
| |
repo estkai-files
test.zip test
|__________|
|
karts tracks
| |
|_______|
|
|
addons
Now, set the repo using estkai-config.txt (see config location at FAQ.txt)
Made by Buggem & DARKNESS