Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hxyy

9
Posts
15
Followers
1
Following
A member registered May 26, 2024 · View creator page →

Creator of

Recent community posts

This idea suggests you rewrite the functions yourself to resemble the plugin's operation as defined in the IDE, based on your actual usage.

I'm not a professional programmer.

Since I've already done most of what I wanted to do with its basic functionality, and due to subsequent delays and some lost progress, I don't want to update it.

If I ever really want to update this plugin, I'll have AI rewrite it with better naming and descriptions, but honestly, I have no motivation to update it right now.

If you want to understand the principles behind rewriting it yourself, you can ask AI, or if you want to refer to the source code, the DLL is written in C#, and you can easily reverse engineer the source code using software like dnspy.

(Machine translation)

The plugin offers multiple implementation methods. The two approaches, solid color matting and border extension, merely call the windows api and should not have any negative impact.

The method of passing buffers and multi-window support require a large amount of computing.

(Machine Translation)

This is related to the default settings enabled after a certain system update in Windows. It seems that it only affects the vm test. You can see the solution in other replies. I tried to find a code-level solution, but I am not a professional developer, I am very lazy, I didn't try it.

Writing in C# makes it easy to get the source code in reverse, and you can also ask AI to write similar plugins.(Machine Translation)

This should only go wrong in vm test, please let me know if the export is normal? Is vm test displayed correctly after the system Settings are modified?

Need more information, I would like to know if there are any display problems with the examples in the demo?

See this image for extended usage

I have put machine translation usage documents in both files, examples are in the demo.

If you are talking about the inability to be transparent in wm mode, it may have something to do with windows Settings.

Feel free to use it as I am not a professional developer, there is no quality guarantee, so it is completely free. I made this plugin out of interest, but I'm lazy.