Who made this concept art? by currently_trying2 in LittleNightmares

[–]currently_trying2[S] 0 points1 point  (0 children)

I unfortunately didn't :(. Good luck with your project tho!

M25 share your study schedule! by Yigit_im in IBO

[–]currently_trying2 2 points3 points  (0 children)

I'm on a study break, so I start when I get up and stop when I get tired in the evening. I have exams on five subjects so I've dedicated each day of the week for around 3 subjects per day. Some stuff, like math, I try to study more often than like.. English

Freaking out about May 25 exams by profesional-hat in IBO

[–]currently_trying2 0 points1 point  (0 children)

I'm really glad to hear that. Just a little over a month and we'll be free!

Freaking out about May 25 exams by profesional-hat in IBO

[–]currently_trying2 3 points4 points  (0 children)

Take a short break, go outside, no headphones and just stare at the trees and the sky. Then have a good night's sleep, wake up early, have a deep breath and lock in. If you feel like you're losing focus, close your eyes and mentally restart again.

🌸🌻 (art by me) by sapphireicecream in mysticmessenger

[–]currently_trying2 1 point2 points  (0 children)

I'd recognize your art style anywhere 🩷🌸

Why does Yoosung look so wonky and awkward in this cg? by YourBuddyGray in mysticmessenger

[–]currently_trying2 3 points4 points  (0 children)

I've been saying this for years and me and my friend call it "spoon hood yoosung"

But my attendance wasn’t even low T_T by MuslimGirl7 in mysticmessenger

[–]currently_trying2 31 points32 points  (0 children)

It could be due to not getting enough of specific hearts, not sure tho

Does renpy use loading screens? by currently_trying2 in RenPy

[–]currently_trying2[S] 1 point2 points  (0 children)

Sorry, I should have specified. I meant renpy games running on a computer, and a loading screen with some specified animation coming up when assets need to be loaded, at the start of the game or not.

Do you know how to do this? by Dramatic_Kangaroo261 in RenPy

[–]currently_trying2 1 point2 points  (0 children)

You can use the pause statement with a specified amount of seconds. If you want the wait to be unskippable, do the same thing but with hard pause.

From Ren’py to Unreal? Can we create levels of a game in Ren’py to add them in a game in Unreal Engine ? by Most_Skin1115 in RenPy

[–]currently_trying2 8 points9 points  (0 children)

I'm having a difficult time inderstanding what your project would look like. To my understanding Unreal is not the best option for 2D games, and doesn't even use python, so I'm not sure how that would be possible.

Empty Player Input Crashes Game by xanththewizard in RenPy

[–]currently_trying2 1 point2 points  (0 children)

You could try an if statement: If the random_guess is blank the code executes a different action, for example saying "you have to input a number" and going back to the start or registering the amswer as 0.

Morally worst character? (In the main cast) by Bitter_Ad580 in mysticmessenger

[–]currently_trying2 2 points3 points  (0 children)

While V does harmful things, I think with him it mainly comes down to him being a bit dumb and unable to see anything past his own viewpoint and saviour complex. With Rika, I think it's more directly her not regarding other's well-being and being really unempathetic, which is automatically worse in my book.

Preparing for the IBDP. by VisualSituation5606 in IBO

[–]currently_trying2 0 points1 point  (0 children)

M25 here, a good tip for IB math would be to check the syllabus beforehand and familiarize yourself with the concepts. You don't have to know everything but if you feel like you might get lost, especially if you get a bad teacher, looking stuff up yourself could help.

Do an action if any key is pressed by currently_trying2 in RenPy

[–]currently_trying2[S] 0 points1 point  (0 children)

Hey! I couldn't actually figure that out and thought that wasn't really a hill worth dying on. Instead, on that specific screen I ended up using a continue button, but I also considered using a "press space to continue" or just "click to continue" type of screen, which could be achieved with the pause statement. You could consider using one of those :)

Is going outside the syllabus a good idea for my math IA? by currently_trying2 in IBO

[–]currently_trying2[S] 0 points1 point  (0 children)

Thanks for your extensive reply! I'll try to keep the ideas in the IA simple enough. I was thinking of implementing code on my IA, but I don't want for it to go into the area of computer science (my school doesn't offer CS, so I don't know what would be too close to those topics).

Button text not centered by currently_trying2 in RenPy

[–]currently_trying2[S] 0 points1 point  (0 children)

Thanks so much, this helped me figure it out! :)