CS:S客户端安装脚本
这是一个测试版本。利用这个脚本,可以从GCF中100%提取CS:S客户端。
至于做到non-steam的,就用hCUPa的3.02b程序了。:13:
附件收费,免费的在点通交流FTP的non-steam目录下。:43: No1 up No1 大家可以在这贴反馈运行的错误。
如果可行的话,我会直接做成EXE文件。:13: 噢
买了,ftp里没找到。>_<||
/////////////////////////////////
找到了。在nonsteam\里 >_<|| Post by BoeZombie
噢
买了,ftp里没找到。>_<||
/////////////////////////////////
找到了。在nonsteam\里 >_<||
在FTP里面的non-steam的dtcss2301.zip呀?:43: 提取以后怎么玩 Post by ZLOVE
提取以后怎么玩
你没玩过Emporio版本么?这个脚本得到的文件与Emporio版本90%相同。
不同的是升级文件,以及一些Beta的材质? :confused:
由于是100%的valve官方GCF文件,因此符合某些人的嗜好。:sure:
当然要运行起来少2个文件,一个steam.dll和steamemu.ini文件。:boss: 老闪,你提到的hCUPa的3.02b,是不是还得修改其中的.ini?具体操作是? Post by BoeZombie
老闪,你提到的hCUPa的3.02b,是不是还得修改其中的.ini?具体操作是?
不要,复制steam.dll替换bin目录下的steam.dll文件。
复制到steamemu.ini到hl2.exe目录下。
这样运行
hl2.exe -steam -game cstrike
哈哈。 :boss:
附件是个steamemu.ini样本。
; Steam Emulation Library Configuration File
; Version 3.02b - hCUPa
; 金闪闪@C.H.M修改
; Directory Path in which the Steam GCFs (Game Cache Files) can be found
; If a path is not specified SteamApps if the game dir is used,
; as a last resort the Valve Steam Client SteamApps directory is used.
;BaseDir=SteamApps
; Prefer local files tells the emulator to load files from disk first
; instead of from the GCF. This will allow for game mods,
; for optimal performance PreferLocal is turned off as default.
PreferLocal=1
; Overwrite existing files by function SteamGetLocalCopy()
OverwriteLocalCopy=0
; Enable online Steam play
; This enables the ability to play Half-Life 2: Deathmatch and Counter-Strike: Source on any server.
; Log in to the Valve Steam client with a valid steam account (no subscriptions to games needed)
; And enter the Steam information here
; For example:
;SteamOnline=1
;SteamUser=MySteamUser
;SteamPassword=MySteamPassword
SteamOnline=0
SteamUser=
SteamPassword=
; Directory to the original steam.dll, if not specified defaults to steam.org in the valve client dir
OriginalSteam=E:\Valve\Steam\steam.dll
Games=HL2.EXE_HL2,HL2.EXE_HL2MP,HL2.EXE_CSTRIKE,HL.EXE_CZERO,SRCDS.EXE_CSTRIKE
; Directory Path in which Game directories can be found,
; can be either absolute or relative from launcher executable location
BaseDir=SteamApps
;==============================================================================
;== Game configuration goes here ==============================================
;==============================================================================
; Half-Life 2 needed GCF's
Name=Half-Life 2
Directory=half-life 2
; Source Engine Base Files, required to play Source Engine games
GCF01=source engine.gcf
GCF02=source models.gcf
GCF03=source materials.gcf
GCF04=source sounds.gcf
; Half-Life 2 Content Files, needed to play HL2
; HL2 checks if its installed in a directory path with at LEAST 4 slashes in it!
; hl2.exe -steam -game hl2 / hl2.exe -steamlocal -game hl2
GCF05=half-life 2 content.gcf
; Half-Life 2 Deathmatch needed GCF's
Name=Half-Life 2 DeathMatch
Directory=half-life 2 deathmatch
; Source Engine Base Files, required to play Source Engine games
GCF01=source engine.gcf
GCF02=source models.gcf
GCF03=source materials.gcf
GCF04=source sounds.gcf
; Half-Life 2 Content Files, needed to play HL2
; HL2 checks if its installed in a directory path with at LEAST 4 slashes in it!
; hl2.exe -steam -game hl2 / hl2.exe -steamlocal -game hl2
GCF05=half-life 2 content.gcf
; Half-Life 2 Deatchmatch Files, needed to play HL2: Deathmatch
; hl2.exe -steam -game hl2mp / hl2.exe -steamlocal -game hl2mp
GCF06=half-life 2 deathmatch.gcf
; Half-Life Source needed GCF's
Name=Half-Life Source
Directory=half-life source
; Source Engine Base Files, required to play Source Engine games
GCF01=source engine.gcf
GCF02=source models.gcf
GCF03=source materials.gcf
GCF04=source sounds.gcf
; Half-Life: Source Content Files, needed to play HL: Source
; hl2.exe -steam -game hl1 / hl2.exe -steamlocal -game hl1
GCF05=half-life source.gcf
; Counter-Strike: Source Content Files, needed to play CS: Source
Name=Counter-Strike Source
Directory=counter-strike source
; Source Engine Base Files, required to play Source Engine games
;GCF01=source engine.gcf
;GCF02=source models.gcf
;GCF03=source materials.gcf
;GCF04=source sounds.gcf
; Counter-Strike: Source Content Files, needed to play CS: Source
; hl2.exe -steam -game cstrike
;GCF05=counter-strike source shared.gcf
;GCF06=counter-strike source client.gcf
ok!
收到!
解释的很明白!