Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+4)

Thank you so much. I was very anxious as this was my first time asking a question in an overseas development community, but I am thrilled with your polite and kind response. I appreciate your explanation in Japanese.

I have confirmed the resolution change! This is exactly what I wanted to do. Thank you very much. Your additional advice was also helpful, as I lacked an understanding of Decker's fundamentals, so I learned a lot.

I also realized that what I needed for my development was a way around anti-aliasing.

I am sorry to ask this question again, but I don't get the impression that anti-aliasing is happening in my environment when I import an image with Style>Color clicked. I am having trouble with this.

I sincerely appreciate your kind reply. Sorry if my English is strange.


(+2)

I'm so glad I could help! 😊
お役に立ててとても嬉しいです!

I'll explain some general information, and then give specific directions for your question.
まず一般的な情報を説明してから、ご質問に対する具体的な指示をさせていただきます。

The default Decker color palette looks like this.
デフォルトの Decker カラーパレットは次のようになります。

(this image was rotated. この画像は回転されました。)

But in my example I changed the color palette to be full of gray tones.
しかし、私の例では、カラーパレットをグレートーンのみに変更しました。

If the only thing you need to do with color is to import images with the appearance of anti-aliasing then it's simple to replace all of them with gray.
色に関して必要なことがアンチエイリアシングの外観を持つ画像をインポートすることだけであれば、それらすべてをグレーに置き換えるのは簡単です。

You can also replace just a part of the color palette if you want to use other colors for another purpose.
別の目的で他の色を使用したい場合は、カラーパレットの一部だけを置き換えることもできます。

There are two important parts for successful color image import.
カラー画像のインポートを成功させるには、重要な部分が 2 つあります。

1. Prepare the "color palette" for your project
プロジェクトの「カラーパレット」を準備する

The color palette can be changed with a variety of tools, but the easiest way is to drop a .hex file onto Decker.
カラーパレットはさまざまなツールで変更できますが、最も簡単な方法は、.hex ファイルを Decker にドロップすることです。

(The .hex file is usually a .txt file that contains a list of color hexcodes and had it's file extension changed.)
(.hex ファイルは通常、カラー 16 進コードのリストが含まれ、ファイル拡張子が変更された .txt ファイルです。)

I apologize that I don't know a Japanese language website which has pre-prepared hex files for game development. I'll link to an English language site.
申し訳ありませんが、ゲーム開発用の 16 進ファイルがあらかじめ用意されている日本語の Web サイトを知りません。英語のサイトにリンクします。

https://lospec.com/palette-list/grayscale-16

If this list of gray tones seems acceptable to you, you can download the "HEX File" under the color preview and drag that .hex file onto decker to change the color palette.
このグレートーンのリストが適切と思われる場合は、カラープレビューの下にある「HEX File」をダウンロードし、その .hex ファイルをデッカーにドラッグしてカラーパレットを変更できます。

It's very simple to prepare your own .hex file if you know what colors you want. And also it's possible to edit the colors in different ways, such as only changing one color at a time.
必要な色がわかっていれば、独自の .hex ファイルを作成するのは非常に簡単です。また、一度に 1 つだけ変更するなど、さまざまな方法で色を編集することもできます。

But hopefully this explanation is straightforward enough to let you work on your project.
ただし、この説明がプロジェクトに取り組むのに十分なほどわかりやすいものであることを願っています。

2. Importing Color Images into Decker
カラー画像をDeckerにインポートする

The easiest way is to make sure you're using version 1.51 which came out on October 25th, 2024.
最も簡単な方法は、2024 年 10 月 25 日にリリースされたバージョン 1.51 を使用していることを確認することです。

This recent update allows for importing color images by dropping them on the program, while "Style -> Color" is active.
この最近のアップデートでは、「Style -> Color」がアクティブな状態で、カラー画像をプログラムにドロップしてインポートできるようになりました。

(There are other ways to do this but I wanted to make it as simple as possible.)
(これを行う方法は他にもありますが、できるだけ簡単にしたいと思いました。)

Other Notes:
その他のメモ:

It's important to prepare your color palette first.
最初にカラーパレットを準備することが重要です。

Like with 1-bit images, the best time to resize your image is right after import.
1 ビット画像と同様に、画像のサイズを変更する最適なタイミングは、インポート直後です。

At this time, Decker can read a larger amount of data from your original image.
この時点で、Decker は元の画像からより多くのデータを読み取ることができます。

Resizing an image or changing the palette later can only affect the image data that is already inside of Decker.
後で画像のサイズを変更したりパレットを変更したりしても、影響を受けるのは Decker 内にすでに存在する画像データのみです。

I hope this helps! Please let me know if you have any other questions.
これがお役に立てば幸いです。他にご質問がございましたらお知らせください。

(+3)

Thank you so much!

The problem I was facing was due to not updating the version. Thanks to your very clear explanation, all the problems around anti-aliasing were solved.

I was also able to edit the hex file and create my own color settings to match the image of the artwork. 

You were also very helpful in sharing your knowledge of various Decker topics with me.The Japanese-language guide helped me to improve my Decker resolution, which I had no idea what to do with.

Thank you very much!! I will try my best to deepen my knowledge of Decker, become a great creator, and give back by contributing to the community like you do!