查看: 968|回复: 7
收起左侧

[求助咨询] 关于吃喝洗睡MOD与快速拾取Quick Loot

[复制链接]

31

主题

1954

帖子

7万

积分

游戏VIP联动部

Rank: 16Rank: 16Rank: 16Rank: 16

点赞
35
贡献
92
猫币
1
精华
0
金元
55690
积分
78664
发表于 2019-5-4 18:17:29 | 显示全部楼层 |阅读模式

马上注册领取绝版勋章

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

x
LootMenu.cpp(QuickLoot.dll)
Before : "if (mm->numPauseGame == 0 && view->GetVisible() == false)"
After : bool bAnimationDriven;
static BSFixedString strAnimationDriven = "bAnimationDriven";
if (mm->numPauseGame == 0 && view->GetVisible() == false && g_thePlayer->GetAnimationVariableBool(strAnimationDriven, bAnimationDriven) && !bAnimationDriven)
->build
有人帮看下这个是不是解决方法呢
回复

使用道具 举报

14

主题

716

帖子

13万

积分

玖大猫MOD原创组

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15

点赞
1215
贡献
736
猫币
51
精华
0
金元
98835
积分
133721
发表于 2019-5-4 18:24:16 | 显示全部楼层
看不懂,想问一下这是什么方面的问题……
只知道那个20个物品跳出的bug和临时方案
游戏如若人生,人生不如游戏。
回复

使用道具 举报

31

主题

1954

帖子

7万

积分

游戏VIP联动部

Rank: 16Rank: 16Rank: 16Rank: 16

点赞
35
贡献
92
猫币
1
精华
0
金元
55690
积分
78664
 楼主| 发表于 2019-5-4 18:48:14 | 显示全部楼层
xcthegreat 发表于 2019-5-4 18:24
看不懂,想问一下这是什么方面的问题……
只知道那个20个物品跳出的bug和临时方案

就是吃喝洗睡里面的一个会CTD的问题
用了快速拾取Quick Loot之后,在吃喝洗睡里面开了快速拾取动作之后有时候会跳出
作者也说明了这个问题,但是他给的上面的解决办法看不懂
回复

使用道具 举报

14

主题

716

帖子

13万

积分

玖大猫MOD原创组

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15

点赞
1215
贡献
736
猫币
51
精华
0
金元
98835
积分
133721
发表于 2019-5-4 19:46:11 | 显示全部楼层
1145226720 发表于 2019-5-4 18:48
就是吃喝洗睡里面的一个会CTD的问题
用了快速拾取Quick Loot之后,在吃喝洗睡里面开了快速拾取动作之后 ...

哦,和我说的是一个。
你照着Quick Loot后面的讨论内容改一下ini文件就行。
游戏如若人生,人生不如游戏。
回复

使用道具 举报

31

主题

1954

帖子

7万

积分

游戏VIP联动部

Rank: 16Rank: 16Rank: 16Rank: 16

点赞
35
贡献
92
猫币
1
精华
0
金元
55690
积分
78664
 楼主| 发表于 2019-5-4 19:59:30 | 显示全部楼层
xcthegreat 发表于 2019-5-4 19:46
哦,和我说的是一个。
你照着Quick Loot后面的讨论内容改一下ini文件就行。

但是这些东西ini里面没有
回复

使用道具 举报

14

主题

716

帖子

13万

积分

玖大猫MOD原创组

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15

点赞
1215
贡献
736
猫币
51
精华
0
金元
98835
积分
133721
发表于 2019-5-4 22:11:29 | 显示全部楼层
1145226720 发表于 2019-5-4 19:59
但是这些东西ini里面没有
; This file is configuration of Quick Loot.

;=======================
; looting configuration
;=======================
bDisableInCombat=1 ; Disables quick looting if player is in combat.
bDisableTheft=0 ; Disables quick looting if player steals from containers.
bDisablePickpocketing=0; Not implemented yet.
bDisableIfEmpty=1; Disables quick looting if container is empty.
bCloseIfEmpty=1 ; Need to set bDisableIfEmpty=1. Auto closes the menu if you loot all items in the container.

;======================
; menu configuration
;======================
iScale=-1 ; Set scale value of loot menu as a percentage. Range is between 25-400. -1 is default.
iPositionX=-1 ; Set position X. [left] 0 <===> 100 [right]. -1 is default.
iPositionY=-1 ; Set position Y. [top] 0 <===> 100 [bottom]. -1 is default.
iOpacity=50; Set opacity value. Range is between 0-100. -1 is default.

;======================
; miscellaneous
;======================
bUseConsole=0 ; Registers console commands for Quick Loot. It can be set the configuration in console. For example:
;> SetQuickLootVariable bDisableInCombat 1
;> sqlv iScale 125 <-- "sqlv" is short name of SetQuickLootVariable.

;======================
; troubleshooting
;======================
bForceAnsi=0 ; If garbled characters in loot menu e.g.set language to Russia or Portuguese, must set this value to 1. It forces ANSI codepage.
iItemLimit=20 ; If crashes on containers with many items, set this to your proper value.
bDisableLootSingle=0; If you encounter a problem with looting single/multiple items, set this to 1.

是改这个吧?
游戏如若人生,人生不如游戏。
回复

使用道具 举报

31

主题

1954

帖子

7万

积分

游戏VIP联动部

Rank: 16Rank: 16Rank: 16Rank: 16

点赞
35
贡献
92
猫币
1
精华
0
金元
55690
积分
78664
 楼主| 发表于 2019-5-5 09:28:07 | 显示全部楼层

请问你的版本是多少的,我的ini里面和你不一样,最后的troubleshooting没有
钱三个也略有不同
回复

使用道具 举报

83

主题

1万

帖子

1万

积分

游戏之神

Rank: 14Rank: 14Rank: 14Rank: 14

点赞
0
贡献
83
猫币
0
精华
0
金元
1735
积分
13696
发表于 2025-4-29 11:48:19 | 显示全部楼层
7777777777777
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|玖大猫论坛

GMT+8, 2025-7-8 18:01

Powered by Discuz! X3.4 © 2001-2013 Comsenz Inc.