-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodfile.txt
46 lines (34 loc) · 1.06 KB
/
modfile.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
Load Priority 100
Import "MyGoodShades.lua"
Import "Assists.lua"
Import "Auction.lua"
Import "Cornucopia.lua"
Import "Legion.lua"
Load Priority 100
To "CrowdControlContent/MyGoodShades.cs"
Replace "MyGoodShades.cs"
:: Language Text
To "Game/Text/en/HelpText.en.sjson"
SJSON "Text/en/HelpText.en.sjson"
:: Animations
To "Game/Animations/Fx.sjson"
SJSON "Animations/Fx.sjson"
To "Game/Animations/GUIAnimations.sjson"
SJSON "Animations/GUIAnimations.sjson"
To "Game/Animations/PortraitAnimations.sjson"
SJSON "Animations/PortraitAnimations.sjson"
:: Assets
To "Win/Packages/MyGoodShades.pkg"
Replace "Packages/MyGoodShades.pkg"
To "Win/Packages/720p/MyGoodShades.pkg"
Replace "Packages/MyGoodShades.pkg"
To "Win/Packages/MyGoodShades.pkg_manifest"
Replace "Packages/MyGoodShades.pkg_manifest"
To "Win/Packages/720p/MyGoodShades.pkg_manifest"
Replace "Packages/MyGoodShades.pkg_manifest"
:: Projectiles
To "Game/Projectiles/PlayerProjectiles.sjson"
SJSON "Projectiles/PlayerProjectiles.sjson"
:: Weapons
To "Game/Weapons/PlayerWeapons.sjson"
SJSON "Weapons/PlayerWeapons.sjson"