- 好友
- 0
- 在线时间
- 0 小时
- 最后登录
- 2024-4-2
平民

- UID
- 3252060
- 第纳尔
- 218
- 精华
- 0
- 互助
- 0
- 荣誉
- 0
- 贡献
- 0
- 魅力
- 0
- 注册时间
- 2021-7-17
 鲜花( 1)  鸡蛋( 0)
|
发表于 2022-4-30 00:23:30
|
显示全部楼层
本帖最后由 yanya178 于 2022-4-30 04:12 编辑
懶惰的潘德程序員.......
這我有印象,你這個的問題應該是出在 [分享] 潘德3.95 60项实用TXT修改 长期更新【05/05/2020 13:40】 這篇的第一項修改。
1)在quick_strings.txt中找到这两行:
qstr_I_have_already_shown I_have_already_shown_you_the_location_of_the_mines_of_Al-Aziz,_there_is_nothing_else_I_have_to_trade_to_you_besides_my_books!
qstr_Oh!_Yes_that_s_right Oh!_Yes,_that's_right._Too_much_strong_drink_has_affected_my_memory._Who_are_you_again?
我當初是直接ctrl+F找到後就貼上,出錯後回來排查才發現,原始版本中這兩行並非排在一起,而是中間有隔幾行,你如果跟我一樣是找到後就貼上覆蓋下面這串,就會出現錯誤。
qstr_I_have_already_shown I_have_already_shown_you_the_location_of_the_mines_of_Al-Aziz,_but_it_is_not_the_only_hidden_place._You_see,_brigands_usually_tend_to_set_up_lairs,_where_they_store_all_their_stolen_goods_and_gather_their_forces_for_upcoming_raids._These_places_are_made_to_be_well_hidden_from_common_sight,_not_to_mention_that_they_are_well-guarded._But_if_you_are_interested,_for_a_humble_sum_of_300_denars,_I_can_show_you_the_location_of_some_that_I_happened_to_notice_during_my_travels.
qstr_I_cannot_afford_that I_cannot_afford_that_at_the_moment._Maybe_next_time.
你看一下這兩個對應的qstr,最好上下行分開搜尋確認,簡單來說如果現在直接搜索
qstr_Oh!_Yes_that_s_right Oh!_Yes,_that's_right._Too_much_strong_drink_has_affected_my_memory._Who_are_you_again?
可以找到,就表示你沒有分開處理,處理起來也很簡單把前面的
qstr_I_cannot_afford_that I_cannot_afford_that_at_the_moment._Maybe_next_time.
刪掉,然後把後面的
qstr_Oh!_Yes_that_s_right Oh!_Yes,_that's_right._Too_much_strong_drink_has_affected_my_memory._Who_are_you_again?
替換成
qstr_I_cannot_afford_that I_cannot_afford_that_at_the_moment._Maybe_next_time.
這樣應該就正常了。
你看是不是這個問題,如果不是的話,可能要整個檔案重新排查一遍了。
|
鲜花鸡蛋稽地车 在2022-4-30 11:55 送朵鲜花 并说:我非常同意你的观点,送朵鲜花鼓励一下
|