3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 62153|回复: 52
打印 上一主题 下一主题

[分享] 授人以渔 creamapi 配置文件抓取

  [复制链接]

229

主题

2757

帖子

5124

积分

游戏精英

Rank: 8Rank: 8

贡献度
546
金元
29398
积分
5124
精华
0
注册时间
2010-3-20

命运与征服刺客信条:英灵殿

QQ
跳转到指定楼层
主题
发表于 2019-5-25 14:44 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 hhe111 于 2019-5-29 09:00 编辑

某贴说以后的DLC也可以用那个文件是不对的,creamapi包含三个文件steam_api64_o.dll,steam_api64.dll和cream_api.ini。steam_api64.dll是creamapi的核心,通用。steam_api64_o.dll是将原本游戏里的steam_api64.dll改名为_o便于读取原本api。creamapi.ini每次出新DLC都要去steamdb用油猴脚本重新抓取新的。具体方法是在chorme内核的浏览器(比如360极速)下载油猴插件。然后在此下载油猴抓取脚本并安装到油猴里。再到steamdb里搜索三国全战打开右下角会出现GET DLC INFO的标识点开它下载下来creamapi.ini替换掉就可以了。其他不检测steamapi的游戏也都可以用来白嫖DLC。相关链接均加入超链接。steam_api64.dll已上传附件

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

评分

1

查看全部评分

回复

使用道具 举报

3

主题

146

帖子

206

积分

中级玩家

Rank: 3Rank: 3

贡献度
1
金元
2016
积分
206
精华
0
注册时间
2016-10-28
舒服的沙发
发表于 2021-1-1 18:17 | 只看该作者
chenlu998 发表于 2020-12-9 22:53
这个闪退是什么原因

你怎么抓的creamapi啊,为什么我的是

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

0

主题

145

帖子

236

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2358
积分
236
精华
0
注册时间
2016-6-6
硬硬的板凳
发表于 2021-1-19 13:46 | 只看该作者
不明觉厉
回复 支持 反对

使用道具 举报

3

主题

183

帖子

205

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2051
积分
205
精华
0
注册时间
2019-3-13
冰凉的地板
发表于 2021-2-2 12:40 | 只看该作者
大佬为什么我用他的脚本抓取后检测不到dlc
; Get DLC Info from SteamDB by Sak32009 v4.1.6 | 2016 - 2021
; Format: CreamAPI v4.5.0.0
; AppID: 594570
; AppID Name:
; AppID Total DLCS: 0
; AppID Total DLCS Unknowns: 0
; SteamDB: https://steamdb.info/app/594570
; Homepage: https://github.com/Sak32009/GetDLCInfoFromSteamDB/
; Support: https://cs.rin.ru/forum/viewtopic.php?f=10&t=71837

[steam]
; Application ID (http://store.steampowered.com/app/%appid%/)
appid = 594570
; Current game language.
; Uncomment this option to turn it on.
; Default is "english".
;language = german
; Enable/disable automatic DLC unlock. Default option is set to "false".
; Keep in mind that this option is highly experimental and won't
; work if the game wants to call each DLC by index.
unlockall = false
; Original Valve's steam_api.dll.
; Default is "steam_api_o.dll".
orgapi = steam_api_o.dll
; Original Valve's steam_api64.dll.
; Default is "steam_api64_o.dll".
orgapi64 = steam_api64_o.dll
; Enable/disable extra protection bypasser.
; Default is "false".
extraprotection = false
; The game will think that you're offline (supported by some games).
; Default is "false".
forceoffline = false
; Some games are checking for the low violence presence.
; Default is "false".
;lowviolence = true
; Installation path for the game.
; Note, that you can use ..\\ to set the parent directory (from where executable file is located).
; Maximum number of parent directories: 5 (..\\..\\..\\..\\..\\)
; Default is the path to current working directory.
;installdir = ..\\
; Use DLC id as the appended installation directory.
; e.g. <install_directory>\\480
; Default is "true".
;dlcasinstalldir = false
; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
; Default is "0" (1970/01/01).
;purchasetimestamp = 0
; Turn on the wrapper mode.
; Default is "false".
wrappermode = false

[steam_misc]
; Disables the internal SteamUser interface handler.
; Does have an effect on the games that are using the license check for the DLC/application.
; Default is "false".
disableuserinterface = false
; Disables the internal SteamUtils interface handler.
; Does have an effect on the games that are checking for the actual AppId (only matters when "wrappermode" is set to "true").
; Default is "false".
disableutilsinterface = false
; Disable the internal reserve hook of the "Steam_RegisterInterfaceFuncs" function.
; Default is "false".
disableregisterinterfacefuncs = false
; Unlock/Lock Steam parental restrictions.
; Default is "true".
;unlockparentalrestrictions = false
; SteamId64 to override. Note that this action could be risky !
; This option can only work if "disableuserinterface = false".
;steamid = 0
; Bypass VAC signature check. Note that this action could be risky !
; Default is "false".
;signaturebypass = true

[steam_wrapper]
; Application ID to override (used when the wrapper mode is on)
newappid = 0
; Use the internal storage system.
; Default is "false".
wrapperremotestorage = false
; Use the internal stats/achievements system.
; Default is "false".
wrapperuserstats = false
; Use the internal workshop (UGC) system.
; Default is "false".
wrapperugc = false
; Store the data in the current directory (incl. stats)
; By default the data is stored at: %appdata%/CreamAPI/%appid%/
; Default is "false".
saveindirectory = false
; Force the usage of a full save path instead of the relative one.
; Default is "false".
forcefullsavepath = false
; Disable internal callbacks system.
; Default is "false".
;disablecallbacks = true
; Disable/Enable a StoreStats callback. Takes effect only if "wrapperuserstats" is set to "true".
; Default is "true".
;storestatscallback = false
; Fixed achievements count.
; Some games can only work if this option is configured properly (e.g. Wolfenstein II).
; Default is "0".
achievementscount = 0

[dlc]
; DLC handling.
; Format: <dlc_id> = <dlc_description>
; e.g. : 247295 = Saints Row IV - GAT V Pack
; If the DLC is not specified in this section
; then it won't be unlocked

[dlc_installdirs]
; Installation path for the specific DLC (dependent from "installdir" option).
; This section works only if "dlcasinstalldir" option is set to "false".
; Format: <dlc_id> = <install_dir>
; e.g. : 556760 = DLCRoot0

[steam_ugc]
; Subscribed workshop items.
; This section works only if "wrappermode" and "wrapperugc" options are set to "true".
; Format: <dlc_id> = <true/false>
; e.g. : 812713531 = true
; Please refer to __README_WORKSHOP_EN__.txt for more details.
是这样的都是空的,怎么操作下一步啊
回复 支持 反对

使用道具 举报

0

主题

17

帖子

18

积分

新手玩家

Rank: 1

贡献度
0
金元
180
积分
18
精华
0
注册时间
2020-5-24
5#
发表于 2021-3-31 19:52 | 只看该作者
qq940491982 发表于 2020-2-6 07:01
应该学会了,检测steam_api的游戏就用未加密补丁里的替换后再加creamapi,不检测的直接添加creamapi,是这 ...

老哥 你试的咋样?   未加密补丁 貌似都是来自CODEX里的   但它们是有附带文件  感觉有点麻烦
回复 支持 反对

使用道具 举报

1

主题

40

帖子

63

积分

初级玩家

Rank: 2

贡献度
0
金元
627
积分
63
精华
0
注册时间
2021-2-26
6#
发表于 2021-4-15 12:27 | 只看该作者
油猴插件是不是需要挂vpn下载啊
回复 支持 反对

使用道具 举报

3

主题

154

帖子

163

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1631
积分
163
精华
0
注册时间
2021-2-3
7#
发表于 2021-5-24 00:39 | 只看该作者
a1032751726 发表于 2021-4-15 12:27
油猴插件是不是需要挂vpn下载啊

对,油猴需要,但是之后在里面下插件不要,B站有教学

回复 支持 反对

使用道具 举报

3

主题

154

帖子

163

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1631
积分
163
精华
0
注册时间
2021-2-3
8#
发表于 2021-5-29 20:52 | 只看该作者
水个贴
回复 支持 反对

使用道具 举报

1

主题

53

帖子

55

积分

初级玩家

Rank: 2

贡献度
0
金元
553
积分
55
精华
0
注册时间
2020-3-5
9#
发表于 2021-12-5 16:08 | 只看该作者
怎么解锁八王之乱dlc?
回复 支持 反对

使用道具 举报

0

主题

61

帖子

135

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1345
积分
135
精华
0
注册时间
2017-4-28
10#
发表于 2021-12-9 16:58 | 只看该作者
怎么直接就改成中文,不用再进游戏改语言
回复 支持 反对

使用道具 举报

0

主题

17

帖子

26

积分

新手玩家

Rank: 1

贡献度
0
金元
255
积分
26
精华
0
注册时间
2023-4-18
11#
发表于 2025-1-11 22:20 | 只看该作者
可以,感谢楼主
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2025-4-9 01:25 , Processed in 0.116461 second(s), 16 queries , Memcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表