generated from szapp/patch-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FreeAiming.vm
54 lines (46 loc) · 1.1 KB
/
FreeAiming.vm
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
[BEGINVDF]
Comment=Free aiming patch for Gothic, Gothic Sequel, Gothic 2 and Gothic 2 NotR%%NGothic Free Aim, Copyright (C) 2016-2024 Sören Zapp, subject to MIT License%%Nhttps://github.com/szapp/GothicFreeAim
BaseDir=.\
VDFName=.\FreeAiming.vdf
[FILES]
; Modular resources
_work\Data\Anims\*.MDS
_work\Data\Anims\MDS_Mobsi\*.MDS
_work\Data\Anims\MDS_Overlay\*.MDS
_work\Data\Anims\_compiled\*.MAN
_work\Data\Anims\_compiled\*.MDH
_work\Data\Anims\_compiled\*.MDL
_work\Data\Anims\_compiled\*.MDM
_work\Data\Anims\_compiled\*.MMB
_work\Data\Anims\_compiled\*.MSB
_work\Data\Meshes\_compiled\*.MRM
_work\Data\Meshes\_compiled\*.MSH
_work\Data\Presets\*.ZEN
_work\Data\Sound\SFX\*.WAV
_work\Data\Sound\Speech\*.WAV
_work\Data\Textures\_compiled\*-C.TEX
_work\Data\Textures\_compiled\*.FNT
_work\Data\Worlds\*.ZEN
; Ninja resources
Ninja\FreeAiming\* -r
; License and README
LICENSE
README.md
[EXCLUDE]
; Exclude sub-directories
*\Ninja\* -r
*\_work\* -r
; Exclude source scripts
_work\Data\Scripts\* -r
; Exclude metadata
.empty -r
*.vm
*.vdf
*.bat
*.cfg
.*
[INCLUDE]
; License and README
LICENSE
README.md
[ENDVDF]