-
Notifications
You must be signed in to change notification settings - Fork 1
/
_Hitman 2 Silent Assassin.ini
106 lines (72 loc) · 3.49 KB
/
_Hitman 2 Silent Assassin.ini
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# ___ UniGame Launcher v1.5.1 © 2017-2020, SalFisher47
# * custom build for 'Hitman 2: Silent Assassin'
[exe]
# ___ Executable to run, command-line parameters & compatibility settings
# For optional compatibility settings, use WIN95 / WIN98 / WINXPSP2 / WINXPSP3 / ...
# ... VISTARTM / VISTASP1 / VISTASP2 / WIN7RTM / WIN8RTM with or without RUNASADMIN
exe_run = Hitman2.exe
exe_cmd =
exe_compat =
# ___ Executable to run only at first launch, command-line parameters & compatibility settings
# Use it only if you need to run the game through a different executable (e.g. settings launcher) at first launch, ...
# ... or same as above, but with different command-line parameters & compatibility settings
exe_run_alt =
exe_cmd_alt =
exe_compat_alt =
# ___ If 1, automatically runs 'exe_run' after 'exe_run_alt' is closed
# To be used with certain configuration utilities that can't launch the game
run_next = 0
[process]
# ___ If specified, the following processes will be terminated before starting the game
# Add incompatible background processes here (executable names), separated by ', '
end_process =
# ___ If you set a binary affinity mask, the game will run only on specified cpu cores
# Useful to run some older games that don't run properly on multi-core cpus
# - Example 1:
# CORE------> 8 7 6 5 4 3 2 1 ; affinity_mask = 1
# ENABLED---> 0 0 0 0 0 0 0 1 ; game will run only on 1st core
# - Example 2:
# CORE------> 8 7 6 5 4 3 2 1 ; affinity_mask = 101010
# ENABLED---> 0 0 1 0 1 0 1 0 ; game will run only on 2nd, 4th and 6th core
affinity_mask = 1
# ___ Real game executable - same as 'exe_run' if not specified
# Currently it's only required if you use 'affinity_mask'
exe_real =
[savegame]
# ___ Savegame folder & subfolder
# If specified, _savegame.lnk will be created
# _MyDocs_ ...for C:\Users\username\Documents
# _PublicDocs_ ...for C:\Users\Public\Documents
# _LocalAppData_ ...for C:\Users\username\AppData\Local
# _RoamingAppData_ ...for C:\Users\username\AppData\Roaming
# _ProgramData_ ...for C:\ProgramData
# _UserProfile_ ...for C:\Users\username
# _SavedGames_ ...for C:\Users\username\Saved Games
# _GameDir_ ...for game folder
savegame_dir = _GameDir_
savegame_subdir = Save
[firewall]
# ___ Block the following executables in firewall, for inbound or outbound connections
# Add relative paths to exes, separated by ', ' -> '_Block <exe> - SalFisher47' rule will be created
exe_block_inbound =
exe_block_outbound =
# ___ If 1, the executables will be unblocked -> '_Block <exe> - SalFisher47' rule will be removed
exe_block_Reset = 0
# ___ Open the following TCP/UDP ports in firewall, for inbound and outbound connections
# Add TCP/UDP ports, separated by ', ' -> '_Open TCP/UDP port <port> - SalFisher47' rule will be created
port_open_TCP =
port_open_UDP =
# ___ If 1, the ports will be closed -> '_Open TCP/UDP port <port> - SalFisher47' rule will be removed
port_open_Reset = 0
[launcher]
# ___ If 1, runs this launcher as administrator at first launch
# Running from another PC, username or game folder, will do the same
run_admin = 1
# ___ If 1, unpacks '_1st_run.zip' and executes the commands in '_1st_run.ini'
# Runs only at first launch per PC, username or game folder
1st_run = 0
[custom]
# ___ Horizontal / Vertical resolution
# 0 / 0 -> to run the game at your native resolution
desktop_width = 0
desktop_height = 0