|
楼主 |
发表于 2005-3-8 15:58:38
|
显示全部楼层
来自 中国–福建–龙岩
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修改
- [Emulator]
- ; 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
- [Launcher]
- 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
- [HL2.EXE_HL2]
- 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
- [HL2.EXE_HL2MP]
- 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
- [HL2.EXE_HL1]
- 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
- [HL2.EXE_CSTRIKE]
- 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
复制代码 |
|