bad-head Posted November 19, 2024 Posted November 19, 2024 23 hours ago, _QED said: 申し訳ありません。あまり詳しくはありません。 amorrow28様の受け売りです。このゲームは「テーブル」でコスチュームやアイテムを管理しているようです 。 >1キャラ(1衣装)に1つのMODならフォルダに入れるだけでいいですか? おそらく投稿されているMODであれば大丈夫じゃないかと思いますが、衣装がDLCであるかで変わってくるんじゃないかと思います。 私の場合、自分で作ったカージャのMODとammoow28様のDOA MODは、それぞれのファイルをフォルダに配置するだけで併用可能です。 ただ、例えばカージャの複数の「ヒロイックキャプテン」のMODを使いたい場合には、 https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/page/7/#findComment-6870486 ここで説明されている「テーブル作成」という作業が必要かなと思います。 (私の環境では、python スクリプトがコマンドラインから実行してもエラーを吐かずに終わって何も生成されないので考えています。。おそらく環境のせいだと思っているのですが) 時間がかかって私の理解も進んで少し有益なことを言うと思いますが、現状ではこれで精一杯です。 返答ありがとうございました。とても参考になりました 自分でも少し頑張って試行錯誤してみます。MODの更新今後も楽しみにしております
coupere Posted November 19, 2024 Posted November 19, 2024 @_QED Pythonスクリプトがコマンドラインから実行できないとのことですが、 もしかしてPythonとだけ入力したらWindowsストアアプリが開いたり、Python --version のように引数をつけて入力したら『Python』とだけ返ってくる症状だったりしますでしょうか? そうであればわたしも同じ症状に遭遇したため、解決するためにやった手順を記しておきます(全く関係ない症状であればお読み捨てください) 1.スタートメニュー→コントロールパネル→システム もしくは 設定→システム→バージョン情報 と選択 2.システムの詳細情報 を選択すると システムのプロパティ が開く Spoiler 3.環境変数 を選択すると 上段にユーザー環境変数下段にシステム環境変数が表示されるのでどちらかの Path を選択し 編集 を選択 4.新規 を選択し、python.exeがあるフォルダを入力 5.OK を数回押して システムのプロパティ を閉じる 6.PC再起動(念のため) 7.コマンドプロンプトを開き Python と入力して下のような画面になればパスが通っている Spoiler 8.KuroDLCtoolsのinstall_python_modules.batを実行 9.C++の何か?を要求されてモジュールのインストールが失敗するので、表示されたMicrosoftのURLからVisual studio toolsのインストーラーをダウンロードしてインストール 10.再度install_python_modules.batを実行、今度は成功する 11.エクスプローラで何か手近なp3aファイルをp3a_extract.pyにD&Dしたら成功! 以上です、何かの参考になれば幸いです さらなるご活躍を期待しております 2
greedo75 Posted November 20, 2024 Posted November 20, 2024 16 hours ago, _QED said: It is an increase in the exposure of Kaja's "Battle Dress". I removed the armor of the bust and equipped it with a miniskirt and pants instead of hot pants. The processing of the skirt has not made much progress, and if you run like an image, the pants will be fully opened...😅 However, I am trying to replace "Princess Pirate Costume" because I cannot create a table well. (I did my best for DLC MODization for half a day, but I helped. .. ) Download file : karja_battle_dress_chirarizm.7z @amorrow28-The mOD of sama is being diverted. This works great but it overwrites the Princess Attire garb. Is there a way to make it a separate outfit?
_QED Posted November 20, 2024 Posted November 20, 2024 13 hours ago, coupere said: @_QED Pythonスクリプトがコマンドラインから実行できないとのことですが、 もしかしてPythonとだけ入力したらWindowsストアアプリが開いたり、Python --version のように引数をつけて入力したら『Python』とだけ返ってくる症状だったりしますでしょうか? そうであればわたしも同じ症状に遭遇したため、解決するためにやった手順を記しておきます(全く関係ない症状であればお読み捨てください) 1.スタートメニュー→コントロールパネル→システム もしくは 設定→システム→バージョン情報 と選択 2.システムの詳細情報 を選択すると システムのプロパティ が開く Reveal hidden contents 3.環境変数 を選択すると 上段にユーザー環境変数下段にシステム環境変数が表示されるのでどちらかの Path を選択し 編集 を選択 4.新規 を選択し、python.exeがあるフォルダを入力 5.OK を数回押して システムのプロパティ を閉じる 6.PC再起動(念のため) 7.コマンドプロンプトを開き Python と入力して下のような画面になればパスが通っている Reveal hidden contents 8.KuroDLCtoolsのinstall_python_modules.batを実行 9.C++の何か?を要求されてモジュールのインストールが失敗するので、表示されたMicrosoftのURLからVisual studio toolsのインストーラーをダウンロードしてインストール 10.再度install_python_modules.batを実行、今度は成功する 11.エクスプローラで何か手近なp3aファイルをp3a_extract.pyにD&Dしたら成功! 以上です、何かの参考になれば幸いです さらなるご活躍を期待しております 丁寧な説明ありがとうございます。 パスは通していたのですが、「Windowsストアアプリが開いたり」という状態が全く同じだったので環境変数を見直しました。 結果から申し上げますとWindowsストアからではなく、pythonのサイトから直接ダウンロードしました。D&Dでは不可ですがコマンドラインから実行可能になりました。 エラーの内容を確認出来て一歩進んだのですが、ゲームが認識出来ないのでこれ以上の作業は諦めました😅 (一応「.kurodlc.json」ファイルは作成できるようになったので添付して利用者の方にお願いしようと思います。) 重ねてお礼申し上げます。
greedo75 Posted November 20, 2024 Posted November 20, 2024 1 hour ago, _QED said: I apologize for the inconvenience, but please refer to the link below. I regret my inability to assist further https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/page/7/#findComment-6870486 I tried these steps. They were very convoluted and I received multiple error messages, during the process, that I did not know how to resolve. Is there a Battle Dress JSON file I can just use? I know how to work the Table Maker, but this process is quite difficult to overcome.
amorrow28 Posted November 20, 2024 Author Posted November 20, 2024 13 minutes ago, greedo75 said: I tried these steps. They were very convoluted and I received multiple error messages, during the process, that I did not know how to resolve. Is there a Battle Dress JSON file I can just use? I know how to work the Table Maker, but this process is quite difficult to overcome. Those instructions are for something completely different. The instructions on how to make your own DLC mod are here.
greedo75 Posted November 20, 2024 Posted November 20, 2024 24 minutes ago, amorrow28 said: Those instructions are for something completely different. The instructions on how to make your own DLC mod are here. Thank you. I tried to make a table for the recent "Battle Dress" mod (where Karja looks like she's wearing a G-String). That one doesn't have the giant piece of armor on her chest. It's a very nice version. But it took away (overwrote?) the Princess Attire (where she's completely nude). So the table didn't help. Any ideas?
_QED Posted November 20, 2024 Posted November 20, 2024 1 hour ago, greedo75 said: I tried these steps. They were very convoluted and I received multiple error messages, during the process, that I did not know how to resolve. Is there a Battle Dress JSON file I can just use? I know how to work the Table Maker, but this process is quite difficult to overcome. 55 minutes ago, amorrow28 said: Those instructions are for something completely different. The instructions on how to make your own DLC mod are here. I deeply apologize for the inconvenience caused. I am sincerely ashamed and reflect on my critically inadequate understanding. Moving forward, I will ensure that I have a thorough understanding before making any posts. Additionally, I have personally apologized via direct messages and deleted my previous posts. I extend my sincerest apologies once again here. the translation done by Copilot.
amorrow28 Posted November 20, 2024 Author Posted November 20, 2024 20 minutes ago, _QED said: I deeply apologize for the inconvenience caused. I am sincerely ashamed and reflect on my critically inadequate understanding. Moving forward, I will ensure that I have a thorough understanding before making any posts. Additionally, I have personally apologized via direct messages and deleted my previous posts. I extend my sincerest apologies once again here. the translation done by Copilot. Please do not worry about it. Your contributions are very valued, I love your mods! 46 minutes ago, greedo75 said: Thank you. I tried to make a table for the recent "Battle Dress" mod (where Karja looks like she's wearing a G-String). That one doesn't have the giant piece of armor on her chest. It's a very nice version. But it took away (overwrote?) the Princess Attire (where she's completely nude). So the table didn't help. Any ideas? You need to rename it to a unique .mdl name first. it should be c??1?.mdl for Karja (the 3rd digit should be a 1). As long as you use an existing name, it will overwrite that model. 1
greedo75 Posted November 20, 2024 Posted November 20, 2024 3 hours ago, amorrow28 said: Please do not worry about it. Your contributions are very valued, I love your mods! You need to rename it to a unique .mdl name first. it should be c??1?.mdl for Karja (the 3rd digit should be a 1). As long as you use an existing name, it will overwrite that model. This is the file that offers the G-String enabled battle dress (no armor plate on her chest): karja_battle_dress.p3a Are you saying I need to change the extension to .mdl? I thought only .p3a files worked as mods in this game? Please forgive my ignorance. I'm used to working with .pak files (in other games).
bad-head Posted November 20, 2024 Posted November 20, 2024 ゲームを購入していざMODを入れてみようと思ってたら_QEDさんのファイルが消えていた!悲しいです
Guest Posted November 20, 2024 Posted November 20, 2024 As many of you know, there are several people on this site who vehemently oppose _QED's post. In the Ryza 3 thread, the discussion got quite heated, to the point where the admin had to intervene due to the spread of misinformation about viruses, etc. (I was also criticized for defending him. I still have that exchange in the Ryza 3 thread.) Because of this, QED has become much more sensitive to criticism. In light of past incidents,I suspect he is trying to transfer mod files to the uploader he is using.
Guest Posted November 20, 2024 Posted November 20, 2024 32 minutes ago, MrAndMrsAndCatTypeRobbot said: As many of you know, there are several people on this site who vehemently oppose _QED's post. In the Ryza 3 thread, the discussion got quite heated, to the point where the admin had to intervene due to the spread of misinformation about viruses, etc. (I was also criticized for defending him. I still have that exchange in the Ryza 3 thread.) Because of this, QED has become much more sensitive to criticism. In light of past incidents,I suspect he is trying to transfer mod files to the uploader he is using. I don't understand the reasoning behind moving the files to an external server because of criticism. Please explain.
amorrow28 Posted November 20, 2024 Author Posted November 20, 2024 4 hours ago, greedo75 said: This is the file that offers the G-String enabled battle dress (no armor plate on her chest): karja_battle_dress.p3a Are you saying I need to change the extension to .mdl? I thought only .p3a files worked as mods in this game? Please forgive my ignorance. I'm used to working with .pak files (in other games). https://github.com/eArmada8/kuro_mdl_tool/wiki/Basic-Modding-Tutorial
GoukiIII Posted November 20, 2024 Posted November 20, 2024 34 minutes ago, MrAndMrsAndCatTypeRobbot said: As many of you know, there are several people on this site who vehemently oppose _QED's post. In the Ryza 3 thread, the discussion got quite heated, to the point where the admin had to intervene due to the spread of misinformation about viruses, etc. (I was also criticized for defending him. I still have that exchange in the Ryza 3 thread.) Because of this, QED has become much more sensitive to criticism. In light of past incidents,I suspect he is trying to transfer mod files to the uploader he is using. I'm also in favor of QED. Difference in national habits, if you have lived in Japan, I believe you can realize that Japanese society is more stressful, even on the internet, there have been many good Japanese module creators who always choose to leave the module because of too much stress, I don't quite understand why the module circle is like this, there are fewer and fewer good module creators, there are fewer and fewer modules, and what do people get out of it?
Guest Posted November 20, 2024 Posted November 20, 2024 27 minutes ago, jojoWrrry said: I don't understand the reasoning behind moving the files to an external server because of criticism. Please explain. I recall that someone advised _QED in the relevant thread. While he is responsible for the files posted here, he is not liable for the files uploaded to his personal file storage, which happens to be accessible to anyone. I remember thinking that this was an interesting point."
_QED Posted November 21, 2024 Posted November 21, 2024 (edited) [ysx]カージャ バトルドレス チラリズム (Karja Battle Dress Chirarizm) カージャの「バトルドレス」を改変したものです。 バストの装甲を外してホットパンツの代わりにミニスカートとパンツを装備しました。 *過去に投稿したものからの変更点: --DLC MOD に変更。 --バスト周りのテクスチャの貫通の補正。パンツのテクスチャとマテリアルを変更(より下着っぽい表現に変更)。 ✨amorrow28-samaのMODを流用させて頂いております。 I am utilizing the MOD created by amorrow-sama. 参考させて頂いたチュートリアル : https://github.com/eArmada8/kuro_mdl_tool/wiki 「.kurodlc.json」ファイルを同梱しております。他のMODとの併用方法 : https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/#findComment-6854381 Special Thanks to @amorrow28 Edited November 15, 2025 by _QED 10
_QED Posted November 21, 2024 Posted November 21, 2024 10 hours ago, MrAndMrsAndCatTypeRobbot said: I recall that someone advised _QED in the relevant thread. While he is responsible for the files posted here, he is not liable for the files uploaded to his personal file storage, which happens to be accessible to anyone. I remember thinking that this was an interesting point." I am deeply grateful for your unwavering support and assistance on every occasion.😅 1
RobAlson244 Posted November 21, 2024 Posted November 21, 2024 On 11/17/2024 at 8:25 AM, bad-head said: Would you mind if I could tell you how to install the mod? Aww man, I missed the npc chirarizm mod, does anyone have it?
_QED Posted November 21, 2024 Posted November 21, 2024 (edited) [ysx]カージャ ヒロイックキャプテン チラリズム (Karja Heroic Captain Chirarizm) カージャの「ヒロイックキャプテン」を改変したものです。 ミニスカートとパンツを装備しました。スカートのウェイト調整が試行錯誤中で現在は画像の通りです😅 *過去に投稿したものからの変更点: --DLC MOD に変更。 --コスチュームの一部のマテリアルをバニラのものに変更。(色調が変わっている?かもしれません) ✨amorrow28-samaのMODを流用させて頂いております。 I am utilizing the MOD created by amorrow-sama. 参考させて頂いたチュートリアル : https://github.com/eArmada8/kuro_mdl_tool/wiki 「.kurodlc.json」ファイルを同梱しております。他のMODとの併用方法 : https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/#findComment-6854381 Special Thanks to @amorrow28 Edited November 15, 2025 by _QED 9
tigers Posted November 21, 2024 Posted November 21, 2024 15 hours ago, _QED said: [ysx]カージャ バトルドレス チラリズム (Karja Battle Dress Chirarizm) カージャの「バトルドレス」を改変したものです。 バストの装甲を外してホットパンツの代わりにミニスカートとパンツを装備しました。 *過去に投稿したものからの変更点: --DLC MOD に変更。 --バスト周りのテクスチャの貫通の補正。パンツのテクスチャとマテリアルを変更(より下着っぽい表現に変更)。 ✨amorrow28-samaのMODを流用させて頂いております。 I am utilizing the MOD created by amorrow-sama. ダウンロード先 : https://ux.getuploader.com/_QED/download/68 参考させて頂いたチュートリアル : https://github.com/eArmada8/kuro_mdl_tool/wiki 「.kurodlc.json」ファイルを同梱しております。他のMODとの併用方法 : https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/#findComment-6854381 Special Thanks to @amorrow28 @amorrow28 I have a wwierd problem. I am using the create tables method for every dlc but this battle dress is overwriting one of the bunny suits.
amorrow28 Posted November 21, 2024 Author Posted November 21, 2024 45 minutes ago, tigers said: @amorrow28 I have a wwierd problem. I am using the create tables method for every dlc but this battle dress is overwriting one of the bunny suits. Maybe they are the same name? The blue bunny suit is c0316.mdl. If another mod uses the same name then they will not be compatible.
Chariothe Posted November 21, 2024 Posted November 21, 2024 (edited) On 11/15/2024 at 5:03 AM, amorrow28 said: Anybody can make their own .kurodlc.json files if the mod creator is not kind enough to do so! Instructions: Download kuro_dlc_tools from here. The first time you use the toolset, be sure to run install_python_modules.bat to install necessary python modules. Put script.p3a (from Ys X) and your mod .p3a in a folder with the python scripts. If you are modding Trails through Daybreak, the file you want is script_en.p3a for English, script.p3a for Japanese. Run kurodlc_extract_original_tbls.py. If you are using a multilanguage .p3a (like Ys X), it will ask you which language you want for each file. Hide contents Next, extract all the files from your mod by dragging its .p3a file onto p3a_extract.py. Hide contents In the <mod name>/table_en/ folder, copy the tables back into your working directory. Hide contents With both the .tbl and .tbl original files now in the same directory, run kurodlc_make_json_from_tbls.py. It will ask you for a JSON name. Name it whatever you like. You should now have a .kurodlc.json file to use! Hide contents NOTE: If you unpack a mod .p3a file and you do not find any table folders - then it is not a DLC mod. Instead it probably replaces an existing costume. You can turn it into a DLC mod by giving the .mdl a unique name that does not exist in the game, and generating your own tables. See instructions here. Thanks for detailed explanation, I had the same idea as the guy you replied to. I wanted to separate this mod from replacing swimsuit, and I did it but there is a problem, she is now floating around and can walk through anything. Is it because I skipped step 10th under the "For modders who want to make a DLC mod" guide since there is no .mi files provided? How do I get one? Spoiler Edited November 21, 2024 by Chariothe
amorrow28 Posted November 21, 2024 Author Posted November 21, 2024 2 hours ago, Chariothe said: Thanks for detailed explanation, I had the same idea as the guy you replied to. I wanted to separate this mod from replacing swimsuit, and I did it but there is a problem, she is now floating around and can walk through anything. Is it because I skipped step 10th under the "For modders who want to make a DLC mod" guide since there is no .mi files provided? How do I get one? Reveal hidden contents I would use the one originally assigned to it. If the mod was originally c0010.mdl, for example, copy c0010.mi 1
KS212 Posted November 21, 2024 Posted November 21, 2024 21 hours ago, _QED said: [ysx]カージャ バトルドレス チラリズム (Karja Battle Dress Chirarizm) カージャの「バトルドレス」を改変したものです。 バストの装甲を外してホットパンツの代わりにミニスカートとパンツを装備しました。 *過去に投稿したものからの変更点: --DLC MOD に変更。 --バスト周りのテクスチャの貫通の補正。パンツのテクスチャとマテリアルを変更(より下着っぽい表現に変更)。 ✨amorrow28-samaのMODを流用させて頂いております。 I am utilizing the MOD created by amorrow-sama. ダウンロード先 : https://ux.getuploader.com/_QED/download/68 参考させて頂いたチュートリアル : https://github.com/eArmada8/kuro_mdl_tool/wiki 「.kurodlc.json」ファイルを同梱しております。他のMODとの併用方法 : https://www.loverslab.com/topic/239670-ys-x-nordics-nisa/#findComment-6854381 Special Thanks to @amorrow28 QED-sama, ご苦労様でした。私はあなたの 「チラリズム 」MODのファンで、フルヌードよりも 「セクシー 」の方が良いと信じているので、あなたの仕事にはとても感謝しています。 本当にありがとうございます。👍👍👍 2
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now