Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

NingNing

53
Posts
311
Followers
A member registered Aug 09, 2021 · View creator page →

Creator of

Recent community posts

Hello and thank you for asking. Sure, just credit me for that!

Hi! Yes, it depends on the type of work, but I’m currently open for commissions. If you’d like to discuss it further, please send me an email ♪(^∇^*)

Hello! (。・∀・)ノ゙ Could you email me about this case? (Here’s my email: youolikeojazz@gmail.com)

I tested the template and did not get an error message. Perhaps you would like to send me your project, so I can check the problem with your project? My contact email: youolikeojazz@gmail.com

Hello, which version are you using when encountered this error?

Hi! Could you please email (youolikeojazz@gmail.com ) me so we can discuss further?

Sorry for the inconvenience, but currently it is only possible through the PS file.

Hi! You can check this post if you need help on how to bring the code to your project.

About customizing the code, I’ve added some instructions/comments to the code.

I didn’t really make a tutorial on this, if you need any help or have any questions, feel free to email me!

E-mail: youolikeojazz@gmail.com 或是 Twitter: @wSmileFlowerw 都可以!

Sure!

Hello(OvO)ノ, about the commission, it is actually not available now since the slots are currently full. You can check here or on my website to see when it will be open again (/ I will have time again).

Due to current projects, I probably won’t be able to accept any new commissions until next May, but if yours is just a small one, you can send me an email to discuss. I don’t know why but I didn’t receive your email. >o<

Can you send it again?

Hello! You can add the following code after label start to display the screen:

call screen name
$ renpy.pause(hard=True)

If you want to disable the quick menu while the player enters their name, you can also add this line:

$ quick_menu = False

And you can add hide screen name in the next label to make this screen disappear.

Thank you for buying them! I’m not sure if you still need an answer anyways, I haven’t created any bundles yet (If I didn’t press anything wrong www) so they’re not a bundle. (・ω・)

Sorry for the confusion, it only contains English version so yes you can buy English version only. OwO

Hi! Thanks for the comment. I didn’t know it will caused this issue Sorry for the inconvenience caused >o<

I edited the code and re-uploaded the file If you spot anything else or have other problem, feel free to let me know.

Yes, check your email (●’◡’●)

I’d add more content if I receive more requests (●’◡’●)

Sure!

You only need to put the files in the correct folder before running the project. (Images should be placed in the images folder) example

  • You can send me an email, if you dont know how to do it ヾ(•ω•`)o

Thank you for the reminder, but this is not generated by AI 

(●'◡'●)

Sorry for the misunderstanding, the free version is only available for 1 month after the release of this pack

(1 edit)

Yes, you can contact me via Email: youolikeojazz@gmail.com

Sure, you can sell your game on any platform! 

As long as you don't sell or distribute the assets alone.

I hope this makes it a little clearer for you ヾ(•ω•`)

Feel free to use the assets, if you have any other concerns or questions, just let me know. 

Thank you very much! Feel free to contact me again if you have any question or problem in the future! I wish you all the best and stay health!

I've updated the payment processors so I think Stripe should be available now. (・ω・) 

I thought PayPal was the most convenient way, sorry for not considering that some people don't have a PayPal account. I will add Stripe later. Thanks for the reminder. 

Hope you have a great day (●'◡'●)

Sorry, the free version is only available for download in the first month after the project is made public.  I have now changed the status of this project. Sorry for the confusion.

It should still be downloadable if you bought it before. If you didn't have it, you can have the access if you pay more than $4. And free version can be download here.

多新增了一个下载连结是直接上传到 Itch.io 上的你可以试试看用那个连结下载

Just sent you a message, please check your email OwO

Of course! 

寄给你惹,如果没有收到可以在跟我说

我刚刚检查了一下连结都是可用的呀 连结是连到Google Drive的

需要我用Email之类的传给你档案吗?

Thank you for the praise ପ(๑•ᴗ•๑)ଓ ♡

Hello, if you download the free version, you will get the images. You can use imagemap in renpy. If you use other engine like ex. visual novel maker, there has also similar feature like imagemap. If you dont know how imagemap works - here is the documentation from the official renpy site. 

If you use renpy engine, you can simply apply this GUI by downloading the paid version, you will get a renpy project and you just need to move it to your renpy projects list and launch it.

I hope the information helps you.  (・∀・)

If you have any further questions, feel free to send me an email or drop a comment below.

Maybe you can try this code:

Before label start:

define pn = Character("[player_name]")

After label stat:

    python:

        player_name = renpy.input("What is your name?", length=32)

        player_name = player_name.strip()

        if not player_name:

             player_name = "Alice"

It will look like this:

My code used here:

define e = Character('NingNing', color="#ffffff")

define pn = Character("[player_name]", color="#88b2c2")

label start:

    scene bg

    python:

        player_name = renpy.input("What is your name?", length=32)

        player_name = player_name.strip()

        if not player_name:

             player_name = "Alice"

    e "Hello, [player_name]!"

    pn "Hello "

----------------------------------------

If you made your own name box, by default the name should still appear in the upper left corner

Example:

If you still can't see the character's name, you can try to adjust the position of the namebox. 

I hope this helps you ( ˙▿˙ )

Hewo Hewo I just uploaded a file called Another Stats Screen which contains the rpy files of the new stats screen, a new psd file and the exported number buttons. You can directly replace the old stats.rpy and chara.rpy with the new ones. 

If you have any questions or problem, feel free to let me know

ଘ(੭*ˊᵕˋ)੭* ̀ˋ

Yea I can do it, it might look something like this (If you want to change something, feel free to tell me o・ω・o). 

I need to double check if this works fine on other laptop too so I'll be uploading this new Stats Screen tomorrow

( ´ ω ` )

I just added the light blue version but only the images if you want to know now how it looks like here is some preview (I will upload psd file and maybe another renpy project later)





Sorry for take long time to do all them btw I still have some homework to do so I might take quick long time to upload other things 

Yea of course ( ˊωˋ )

do you have some recommend color /hex code? (It might take some time tho)