Comments

Log in with itch.io to leave a comment.

Sorry, I can't make the payment. The system indicates that this type of bank card is not supported, meaning regular bank cards are not accepted unless you have a card with international trade functions. Most people here use regular bank cards. In China, mainstream communities including QQ groups have very few people making Bakin plugins, almost none. In QQ groups, there are some people who need various plugins, including custom ones, but no one can make them or find suitable people to do so. You can refer to this domestically developed game engine: https://www.gamecreator.com.cn/plug?title=&page=1&free=0&reid=20531. This ecosystem is very well-developed and relatively convenient for Chinese users to make purchases.

I see, Thank you for your information! :D

(+1)

我是一名来自中国独立创作者的玩家,经常做一些rpg bakin教学视频,我们也有很多独立创作者和工作室需要你的插件,我们有几个问题,第一个是中文语言,没有中文,我们不好学,第二个平台只能支付美金,我们只能支付微信和支付宝或者国内银行卡支付,这样我们很难购买你的软件,虽然我们也可以找一些伙伴替我们购买,但也会有一个中文汉化操作的问题,还有是中文教学文档的问题,希望作者能出一个中文教学文档,这是我们急需的,后面的问题作者有能力就解决,也可以!

(+1)

你好!我可以尝试将我的产品翻译成中文。如果这段文字在中文中有意义,我可以使用人工智能来帮助我翻译成你的语言!请告诉我这段文字是否通顺。 关于付款,我还不确定,我会调查是否可以使用你上面提到的支付方式。

非常通顺,如果不能使用上述的付款方式,希望有什么折中办法

(-1)

我知道已经过了一段时间了,我已经添加了信用卡支付作为插件的支付方式之一,但我不确定这是否适用于中国的用户。

(+1)

is there a way to make npcs do different things at different times of day?

Of course, you can! You can use the time system to set conditions for your NPCs. However, this requires you to create the events. Here's a suggestion: create an event sheet for each daily behavior that activates if the time is greater than, for example, '8', and less than '12'. Then, execute whatever you need to do within that timeframe for each behavior
(Keep in mind this needs to be build by yourself because every developer needs are different!)

(+1)

How can I resolve changing the skybox or background color?
(1 edit)

As the skybox cannot be transitioned, it is not part of the MainDayNight.cs script. However, there is a C# function in MainRender.cs that can be called in the events panel to change the skybox. As for the background color, I think I'll be able to add a transition in a future update.

SetSkyBox
it uses a string with the exact skybox name in your resources, example = "sb_obj_sky_Night"

Thank you

(+1)

Hello. In a few days I will be launching a new content pack on Steam, would you be interested in providing me with an access key for this plugin? I would work on marketing this project using and recommending your plugin to users. The final version of the project will not contain the plugin files, each user will have to purchase them separately.

Visit my page to see my work. I am also the creator of the official Ultra Buildings and Mountain Village DLCs.

Sure!, can we talk on Discord?

@Jagonz

(+1)

Have you ever thought about implementing an effect simulating cloud shadows? I think it would be perfect with this plugin.

(1 edit) (+1)

This is an interesting idea, I think this could be done by placing real clouds objects in the sky somehow I'm going to see what can I do.

(+1)

Very good, the smooth color transition is all I need in my projects, the default BAKIN option makes a rough cut that sometimes even gets stuck. Was performance affected by this plugin in your tests?

Hello and thank you! I tested the plugin a lot and I never found a significant impact on performance :D!