-
Notifications
You must be signed in to change notification settings - Fork 7
/
cli.sbf
49 lines (39 loc) · 857 Bytes
/
cli.sbf
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
; all \ params are deprecated and only left for backward compatibility
; no new \ params to be added
; hides the splash screen at startup
1=--no-splash
1=\nosplash
; see --game
2=\gta3
3=\vc
4=\sa
5=\lcs
6=\vcs
7=\sa_mobile
; sets the Debug options
8=\debug
8=--debug
; --compile input [output]
; opens the input file, compiles
; and saves as the output file (or uses the Formats options to identify the output file)
9=\compile
9=--compile
9=-c
; --mode id
; selects the mode from modes.xml which attribute id is equal to id
10=--mode
10=-m
; -x file
; loads modes.xml from the file
11=-x
; selects the default edit mode for the game
; where game is one of: gta3, vc, sa, lcs, vcs, sa_mobile
; the same effect as \gta3, \vc, \sa, \lcs, \vcs, \sa_mobile
12=--game
12=-g
; settings override
13=--option
13=-o
14=--use-source
15=--decompile
15=-d