Jump to content

About the trader quest order screen


lisha0kiseki

Recommended Posts

まず、私は英語が話せないので、うまくコミュニケーションが取れないかもしれません。
XMLファイルを編集してMODを作ろうとしています。私は解決できない問題に直面しました。

 

やりたいことは、クエスト詳細画面で「承認ボタン」を押したときにクエスト一覧へ画面を遷移させることです。
しかし、調べた限りではこの画面遷移処理がxmlファイルで制御されていないようでMODを作成することができません。(スキルがないのでDLLファイルは作成できません。)
やりたいことを実現できる人がいたら方法を教えてください。
 

<クエスト受注の流れ>
クエスト一覧からクエストを選択→クエスト詳細→承認ボタンを押す→クエスト一覧に戻る(通常は承認ボタンを押すと全ての画面が消えます)
 

通常、受注できるクエストは1つだけなので、受注ボタンを押してクエスト一覧に戻っても何も表示されません。
ただし、複数のクエストを受注できるMODを導入しているので問題ないでしょう。
 

とにかく色々調べてみたところ、dialog.xmlにはトレーダーにおける画面遷移の処理が記述されていることが分かりました。
ただし、クエスト一覧からクエストを選択する際の処理は書かれていません。
他にもボタン(jobsnext、jobsprev、nevermind)や前後階層を表示する処理、トレーダーとの最初の会話画面に戻る処理はありますが、
クエスト詳細画面に遷移する処理はありません。問題です。私は。



本当に助けが必要なんです!長文をお読みいただきありがとうございます。これを読んでいただいた方のお役に立てれば幸い

です

Link to comment
Share on other sites

On 10/21/2023 at 1:10 PM, lisha0kiseki said:

First off, I don't speak English, so I may not be able to communicate this very well.
I'm trying to edit XML files to make a mod. But I've run into a problem I can't solve.

What I want to do is make it so when you hit the "Accept" button on the quest details screen it takes you back to the list of quests.

But from what I've seen, you can't make a mod for this screen transition through xml edits. (I don't have the skill to make DLL files.)
If there's someone who can make what I want happen, please tell me how to do it.
 

<Quest Acceptance Flow>

Choose a quest from the quest list -> See quest details -> Press Accept button -> Return to quest list (Ordinarily, when you press the Accept button all the other screens disappear)


Ordinarily, you can only accept 1 quest, so if you press the Accept button, nothing is displayed even if you go back into the quest list. 

However, I have a mod installed that allows multiple quests to be accepted, so it shouldn't be a problem.
 

At any rate, after looking into a number of things, I learned that the process of transitioning screens for traders is described in dialog.xml.

However, there's nothing written about the process of transitioning when selecting a quest from the quest list.

The process of displaying other buttons (jobsnext, jobsprev, nevermind) and layers before and after if, the process of returning to the initial trader dialog screen are there, but there is no process for transitioning to the quest details screen. That's the problem. For me.
 

I really need help here! Thanks you for reading through all this. Hopefully someone who reads this will be able to help.

 

 

For those of you who don't read Nihongo, that's the gist of it.

 

It looks like the OP is looking to add functionality similar to what the SimulQuests mod is supposed to provide. ( https://www.nexusmods.com/7daystodie/mods/2552 )

 

lisha0kisekiさん、もう使ってと思いますが、上のリンクのmodにはその機能があるみたいです。そっちらのxmlが一つのヒントになるかもしらない。

 

 

 

Link to comment
Share on other sites

  • 2 weeks later...

Thank you for your reply.
Sorry for the late reply.

 

You're right, I'm using the SimulQuests mod.
However, that mod doesn't implement the functionality I want.


This mod only allows you to receive quests over and over again.

What I want to implement is to change the screen transition.
Default: Quest list screen → Quest receipt screen → Screen closes
Changed: Quest list screen → Quest receipt screen → Quest list screen

 

Is it communicated well?
If you have any more information, I'll be waiting.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...