-
Notifications
You must be signed in to change notification settings - Fork 1
/
Readme.txt
116 lines (80 loc) · 4.58 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Mountfix Installer For Obsidian Conflict: (rev 104)
Original manual workaround solution discovered by raidensnake (OC Beta) & Neico (OC Dev)
Original LUA Mountfix by Neico (OC Dev)
Improved C# version Coded by mrchemist (OC Beta)
Uses .NET Framework 4.5
Uses HLlib 2.4.5 by Nemesis (Ryan Gregg)
Uses SteamCMD by Valve Corporation
Uses SourceMod/MetaMod Source by AlliedModders LLC
Uses Obsidian Conflict Sourcemod Extensions by The Obsidian Conflict Development Team
Base Server Config based On the XenoAisam OC Anime Server by raidensnake & The Obsidian Conflict Development Team
Digitally Codesigned by raidensnake (OC Beta)
Lead Testing & Debugging:
raidensnake (OC Beta)
mrchemist (OC Beta)
Testers:
Shana (OC Dev Leader)
Maestro Fénix (OC Beta)
Special Thanks:
Neico (OC Dev)
Shana (OC Dev Leader)
Tesla-X4 (OC Dev)
Nemesis (Ryan Gregg)
Valve Corporation
AlliedModders LLC
Obsidian Conflict Development Team
Obsidian Conflict Community
Steam CMD & Source Engine ©Valve Corporation http://www.valvesoftware.com
Obsidian Conflict ©Obsidian Conflict Development Team http://www.obsidianconflict.net
Mount fix ©mrchemist http://www.jfmhero.me & Raidensnake's Den Website Network (RSDNTWK) http://www.raidensnakesden.net
SourceMod & Metamod Source ©AlliedModders LLC http://www.alliedmods.net/
HLLib ©Nemisis (Ryan Gregg) http://nemesis.thewavelength.net/
Confirmed Tested Client OS:
Windows 7 32/64-bit SP1 All Editions
Windows 8/8.1 32/64-bit All Editions
Windows 10 Tech Preview #2 32/64-bit All Editions
Confirmed Tested Server OS:
Windows Server 2008/R2 64-bit All Editions
Windows Server 2012/R2 64-bit All Editions
Windows Server 10 Tech Preview #2 64-Bit All Editions
Requirements:
.NET framework 4.5
Download Link: http://www.microsoft.com/en-gb/download/details.aspx?id=30653
Features:
Client & Server-side mount fixing
Supports Server-side steamguard authorisation
Client-side mount loading by writing blank files into the obsidian/mounts folder
Server-side mount download & installation
Server-side folder cleanup
Command-Line options for Installer Intergration
Usage:
Double Clicking Method:
Client side:
when prompted type client and press enter, the mountfix will run the process automaticly.
Server side:
When prompted type server and press enter
a dialogue will ask for the installation location.
Enter the location including the obsidian folder in the path using quotes " and press enter. eg. "c:\obsidian conflict\obsidian"
Please Note: The obsidian folder will not be touched only the path that leads to it will be used for the mounts eg. "c:\obsidian conflict" during the installation process.
A new window will appear asking for a valid steam username and password and a steamguard authorisation option for code verification as well as options to disable mounts you don't need or have. To proceed enter your steam username and password and click install server. The mountfix will begin the process.
PRIVACY & DATA PROTECTION LEGAL DISCLAIMER:
The steam username and password that is requested by the mountfix is only ever used for the login to Official Valve SteamCMD background commands and is never logged or stored in any way shape or form.
The login details entered are automaticly purged when the mountfix has completed the SteamCMD downloading tasks.
We respect people's privacy and data protection.
Please Note: Even if people don't have mounts both client and server side and forget to disable the mounts the mountfix will simply ignore those mounts with the exception of source sdk base 2007 which IS required.
Command Line Method:
Please Note: These commands can also be used for installer integration.
The usage commands are available by typing the command -help and pressing enter
Client side:
to run the mount fix use cmd to point to the obsidian folder and type mountfix.exe -client
Example:
cd "c:\program files (x86)\steam\steamapps\sourcemod\obsidian"
mountfix.exe -client
Just like the double click method the process will be automated
Server side:
To run the server side commands, use the following syntax on cmd -server "<steammountfolder\obsidian>" steamusername steampassword "mounts to remove"
Example:
cd c:\mountfix
mountfix.exe -server "c:\obsidian conflict\obsidian" steamusername steampassword "ep2,episodic,hl2,css,dod,hl1"
Pease Note: The mounts listed in the brackets are the ones that can be removed. As stated before even if the mounts part isn't entered and people don't have some mounts the mountfix will ignore them if they are not found.
Just like before in the earlier disclaimer. The login details used are only used for SteamCMD commands and are never logged or stored in any way shape or form.