コンテンツにスキップ
ライオットビット

ライオットビット

  • 家
  • ニュース
  • ガイド
  • ビデオガイド
  • パッチノート
  • 不正行為を報告する
  • 検索フォームを切り替え

100% オレンジジュース – A Simplified Guide to Creating Character Mods

ポストする 07/20/2023 に lurk コメントはありません の上 100% オレンジジュース – A Simplified Guide to Creating Character Mods
  • タイトル: 100% オレンジジュース
  • 発売日:
  • 開発者: オレンジジュース
  • 出版社: フルーツバットファクトリー
に関する情報 100% オレンジジュースはまだ未完成です. これを使用してゲームの詳細を記入するのにご協力ください。 お問い合わせフォーム.

Welcome to this comprehensive tutorial on character modding for 100% オレンジジュース! If you’re feeling overwhelmed by the technical terminology and unsure where to begin, 恐れないでください! This step-by-step guide is tailor-made for beginners, designed to walk you through the process using straightforward language. Regardless of your experience level with modding, you’ll find this tutorial accessible and easy to follow.

はじめる

Before we dive in, ensure you have the following tools ready:

  1. An archiver software like WinRAR or 7-Zip.
  2. An image editor that can handle .dds images (例えば, paint.net or any other program of your choice).
  3. Your preferred image editor or art program.
  4. A word processor (Notepad will suffice).
  5. A pinch of patience.

Please note that this guide primarily focuses on replacing basic textures for characters. If you are already an intermediate or advanced OJ modder seeking more intricate information, like voice, 髪の色, or cosmetics replacement, this tutorial might not be suitable for your needs.

パート 1: Creating Your Mod Folder

まず最初に. Navigate here:

C:\プログラムファイル (x86)\Steam\steamapps\common\100 Orange Juice\mods

Go to the location where you installed OJ on your computer and locate the directory labeled “改造”.

Create a new directory inside the “改造” folder and give it a name of your choice. おめでとう, you have successfully completed the first phase!

次, access the newly created mods folder and create an additional folder called “単位”. This will be used to house your sprites when the time comes.

Once it looks like this, you’re done for now — but we’ll come back to this later.

パート 2: Unpacking Your Images

Navigate here:

C:\プログラムファイル (x86)\Steam\steamapps\common\100 Orange Juice\data

以前と同じです, but now you want to go to the folder named data.

You will encounter a series of .pak files, presented as follows. The assets of 100% Orange Juice are compressed into .pak format. その結果, you will need to extract these files manually to access them.

Proceed to locate the units.pak file and utilize your archiver software to open it.

There are many .dat files in the repository. したがって, continue exploring to identify the character that needs to be replaced in your mod. If you have trouble locating them, refer to their unit ID in this resource.

Did you successfully locate the files? 素晴らしい! Now select the files with names that follow the specified format: [Specify the format here].

name_00_00.dat
…
name_00_05.dat

The provided graphics represent the default sprites for the selected unit. To access the alternate color schemes and costumes, refer to the files labeled “name_01_00.dat” 等々. You may drag or copy and paste these files to your desktop or other accessible location for convenient access.

今, rename the .dat extensions to .dds.

Make sure you have filetype extensions visible, and just click on them to edit them. Easy enough, just make sure the file names themselves remain unchanged.

You’ve successfully extracted your character sprites!

パート 3: Editing Your Images

Preparing For Editing

始めるために, launch paint.net and open each of the recently created .dds files.

It is acceptable to use any suitable software for this task, but I personally recommend paint.net due to its user-friendly interface, particularly when viewing and editing images in the .dds format.

完了したら, utilize the Ctrl+Shift+S keyboard shortcut or access the “Save As…” option under the File menu.

Ensure that you save these modified sprites as .png files, as this will facilitate future editing endeavors. Repeat this process for all your current sprites.

今, recall the units folder you established earlier.

Integrate your new .png images into your mod’s units folder. You can accomplish this either by directly saving them there or by performing a move operation.

Making It Real

Once you have completed all of the previous steps, you are ready to begin the process of opening your sprites in the editing or art program of your choice. The program you choose should have support for layers and transparency, which excludes options like MS Paint.

この時点から, you have complete creative freedom over your mod. You can add new features, replace the sprites with those from another game, or even create new sprites from scratch. If you decide to replace an entire sprite, it is advisable to set the existing sprite to low opacity first, so that it can be used as a size reference. 終わったら, you can delete the reference sprite.

Make sure that all sprites are saved with a transparent background.

Now the sky is the limit and you are ready to get creative!

パート 4: Getting The Mod to Work!

Once you have finished modifying your sprites, you need to ensure that your mod is integrated into the game. In order for 100% Orange Juice mods to work properly, you need to provide a .json file that tells the game which assets to replace.

これをする, open your favorite word processor and create a new document.

Then paste the provided code into the newly created document:

{
{
    "ModDefinition": {
     "名前": "---",
     "説明": "---",
     "著者": "---",
     "system_version": 2,
     "contest": 間違い
    },
    "ModReplacements": {
     "テクスチャ": [
      "units/name_00"
     ]
    }
   }

Please ensure you comprehend the instructions provided. Below are the modifications required:

  • 名前: Select a title of your preference for your modification.
  • 説明: このセクションでは, elucidate the functionalities of your mod. 例えば, you can state, “Introduces a stylish hat for Marc,” または “Substitutes Poppo with a cabbage.”
  • 著者: Indicate the creator of the mod, which is yourself.

It is important to note that numerous other aspects can be customized using the .json configuration, but for the present, we will retain only the essential elements. Please refrain from removing any of the provided quotations.

The crucial step is to make the following adjustment under the “テクスチャ” セクション: Substitute “units/name_00” with the specific unit ID corresponding to your sprite. 例えば, このシナリオでは, mine would be “units/sora_00”.

You need not enumerate each individual pose that has been replaced. Just providing the name and costume will suffice, and the game will take care of the rest automatically.

Once you have confirmed that everything appears accurate, proceed to save your text document as “mod.json”.

Note that word processors such as Notepad++ or Visual Studio will facilitate this process seamlessly. しかし, if you are using a standard Notepad application, simply save the file as “mod.txt” first and then rename it to “mod.json”.

ついに, place the completed “mod.json” file into your mod folder as shown below: [Insert path to mod folder here].

Upon achieving the prescribed folder configuration, the task concludes, and the subsequent step entails the initiation of OJ to assess its functionality. It is imperative to verify the mod’s activation status within the settings menu.

To promptly evaluate its efficacy, one may inspect the character in the Avatar settings or commence a personalized singleplayer game.

Tldr

If you don’t feel like reading all that, here is a condensed (but much less detailed) version of this guide.

  • Cへ行く:\プログラムファイル (x86)\Steam\steamapps\common\100 Orange Juice\mods
  • Make a new folder inside 改造, 名前付き 単位
  • Cへ行く:\プログラムファイル (x86)\Steam\steamapps\common\100 Orange Juice\data
  • 開ける units.pak with WinRAR or 7-Zip
  • Look for the character you want to replace, then copy the files name_00_00.dat を通して name_00_05.dat to your desktop
  • Rename your .dat file extensions to .dds
  • Open your .dds images in paint.net, and export them as .pngs in your mod’s 単位 フォルダ
  • Edit your .png images however you wish
  • Make a new text document
  • Paste the following into your text document:
{
 {
     "ModDefinition": {
      "名前": "---",
      "説明": "---",
      "著者": "---",
      "system_version": 2,
      "contest": 間違い
     },
     "ModReplacements": {
      "テクスチャ": [
       "units/name_00"
      ]
     }
    }
  • を交換します — with whatever you want (don’t remove any quotes)
  • Replace name in “units/name_00” with your character’s unit ID
  • Save your text document under the name mod.json and put it in your mod’s main folder
  • 打ち上げ 100% OJ to see if it works, make sure your mod is enabled in the settings

余分な: Replacing Hyper Card Art

If your intention is to create a lighthearted modification for your private enjoyment, you may cease perusing further. The subsequent section of this guide will exclusively concentrate on adding final touches to your modification.

この時点で, you might interject, “What about the Unit and Hyper cards? The artwork on these cards no longer corresponds to my character!”

安心してください, the replacement of card art can also be accomplished with ease! Regard this segment as an assessment of your knowledge and progress up to this stage.

初め, make a new folder in your mod directory named cards.

それから, go back to the data folder from earlier, and look for the file cards.pak. When you look inside, you’ll see those .dat files again, but now they seem to come in pairs: “128” と “256”. What gives?

Cards require two different resolutions in order to display properly. One is 128×128 pixels in size, and the other is 256×256 pixels in size. But you don’t have to extract both.

それで, look for the cards that you want to replace (use this to find the correct ID).

Copy the larger one from the archive — 例えば. cardname256.dat — and rename it to .dds. Then export your .dds again as a .png. Same process as last time.

今, place your .png in your newly made cards folder.

Make whatever changes to it you want to make. After you save it, resize it to 128×128 ピクセル. Save another version of it ending in 128.png.

この時点で, your cards folder might look something like this:

Ready to move on?

Go back and open your mod.json file again.

下 “テクスチャ”, add a comma after your unit from earlier, and type your card(s) in like this:

"ModReplacements": {
     "テクスチャ": [
      "units/name_00",
      "cards/cardname"
     ]
    }

それで, 私の場合, it would be “cards/detarame”, “cards/sora”. No need to add the numbers.

(Make sure that the last texture on the list does not end with a comma.)

Save the changes you’ve made to your .json file, and check to see if it worked! (If you’ve left OJ running, remember to click “REFRESH” in the Mods tab.)

おめでとうございます! You can replace the art of any card in the game with this method, so have fun!

余分な 2: Publishing to Workshop

You’ve decided you want to share your mod with the world (or maybe just your friends, so you can play online with your new characters). Not a problem!

そのためには, you will need a thumbnail picture named preview.png within your main mod directory. 理想的には, it should be in a 16:9 解決, and it must be less than 1 MB in file size. This is what will be shown on the Workshop page (though you can always change it later).

Once you have that set up, just open up 100% OJ and click on the “公開” button from the Mods tab. It’ll do the work for you.

When it’s done uploading your mod, it will redirect you to the Workshop page you just made. From there you can edit the description, visibility, preview images, required DLC, whatever else you want to do. Keep in mind that the visibility will default to public when uploaded.

これが今日私たちがこの目的で共有するすべてです 100% オレンジジュース ガイド. このガイドは元々、次の者によって作成および執筆されました。 lurk. このガイドを更新できなかった場合, これに従って最新のアップデートを見つけることができます リンク.

このサイトのコンテンツがあなたの権利を侵害していると思われる場合, あなたの知的財産権を含む, お問い合わせフォームを使用してすぐにご連絡ください.
ガイド タグ:100% オレンジジュース

ポストナビゲーション

前の投稿: 修正方法 100% オレンジジュース FPS ドロップ, 遅れ, 吃音の問題
次の投稿: How to Fix Lachesis or Atropos Crashing, 起動時にクラッシュする, およびフリーズの問題

返信を残す 返信をキャンセル

あなたのメールアドレスは公開されません. 必須フィールドにマークが付いています *

  • タイトル: 100% オレンジジュース
  • 発売日:
  • 開発者: オレンジジュース
  • 出版社: フルーツバットファクトリー
に関する情報 100% オレンジジュースはまだ未完成です. これを使用してゲームの詳細を記入するのにご協力ください。 お問い合わせフォーム.

免責事項

引用されたすべてのコンテンツはそれぞれの情報源から得られています. 当社があなたのコンテンツを許可なく使用したと思われる場合, 必ずご連絡ください。真剣に対応させていただきます.
  • 私たちに関しては
  • お問い合わせ
  • プライバシーポリシー
  • 利用規約

著作権 © 2025 ライオットビット.

搭載 プレスブックニュース ワードプレスのテーマ