Search found 973 matches

by isobellesophia
Mon Aug 10, 2020 1:42 am
Forum: I am an Artist
Topic: [OPEN] Anime sprite character/BG artist
Replies: 2
Views: 1650

Re: [OPEN] Anime sprite character/BG artist

Updated thread.
by isobellesophia
Wed Jul 08, 2020 6:47 am
Forum: We are a Free Project looking for Partners
Topic: [Closed]Looking for female/male voice actor for horror psychological game.
Replies: 2
Views: 854

Re: Looking for female/make voice actor for horror psychological game.

I am also looking for a male VA for the MC too, also in the original post above.
by isobellesophia
Tue Jul 07, 2020 2:34 pm
Forum: Works in Progress
Topic: Maddox and Friends! [Psychological][OELVN][Friendship][Simulation][School][Educational]
Replies: 92
Views: 16938

Re: Maddox and Friends! [Psychological Horror][OELVN][Friendship][Simulation][School][Educational]

Hello again, this might be an big/medium progress but, i finally finished redrew the CG's for the game because the lightning was so lacking and decided to make it more a bit brighter, and also re doing some a bunch of mistakes and fixing grammars. Here is my current CG's now, i didnt saved the old a...
by isobellesophia
Thu Jul 02, 2020 3:18 am
Forum: Ren'Py Questions and Announcements
Topic: Is there any way to impliment beep speech/voice beeps?
Replies: 1
Views: 533

Re: Is there any way to impliment beep speech/voice beeps?

Put this before label start init python: def beepy_voice(event, interact=True, **kwargs): if not interact: return if event == "show_done": renpy.sound.play("sfx/beep.ogg") elif event == "slow_done": renpy.sound.stop()
by isobellesophia
Wed Jul 01, 2020 6:39 am
Forum: I am a Writer, Editor, Proofreader or Translator
Topic: [PAID][OPEN] Translator Tagalog/Japanese to english and proofreader, editor looking for work.
Replies: 1
Views: 663

Re: [PAID][OPEN] Translator Tagalog/Japanese to english and proofreader, editor looking for work.

First update:

Still available for paided projects.
I updated some things in the main thread for available genres.
by isobellesophia
Wed Jul 01, 2020 3:27 am
Forum: I am an Artist
Topic: [OPEN] Anime sprite character/BG artist
Replies: 2
Views: 1650

Re: [OPEN] Anime character/BG artist/Logos

---------------
by isobellesophia
Mon Jun 29, 2020 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: dialouge transition sound effects?
Replies: 2
Views: 581

Re: dialouge transition sound effects?

Have you ever tried using "play" perchance?

Code: Select all

label start:
"A dialogue"
pause 2.0
scene school
play sound "sounds/bell.ogg" fadein 1.0
"A new dialogue here blah blah"
return
by isobellesophia
Sat Jun 27, 2020 11:42 pm
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED)Image changing height among changing x position, help?
Replies: 7
Views: 757

Re: Image changing height among changing x position, help?

Maybe you can try this?

Code: Select all

label start:
    scene bg room 
    show elias thinking blush: 
    xalign 0.0 
    e "You've created a new Ren'Py game." 
    
Im not sure about the zoom, are you trying to zoom in your character or just move left to right?
by isobellesophia
Tue Jun 23, 2020 10:43 am
Forum: General Discussion
Topic: My game wont let me use the Movie Option D:
Replies: 4
Views: 6518

Re: My game wont let me use the Movie Option D:

If your movie is placed on that folder then yes, write the path of the folder and do it correctly.
by isobellesophia
Tue Jun 23, 2020 10:33 am
Forum: We are offering Paid Work
Topic: CLOSED
Replies: 1
Views: 496

Re: Visual Novel Game Looking for a UI Artist (bxb, gxg, gxb)

Sent you a email.
by isobellesophia
Mon Jun 22, 2020 11:45 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] game won't launch
Replies: 7
Views: 773

Re: [solved?] game won't launch

This might be my opinion but did you set the false to "False" as in capital letter F?
by isobellesophia
Mon Jun 22, 2020 10:05 pm
Forum: General Discussion
Topic: My game wont let me use the Movie Option D:
Replies: 4
Views: 6518

Re: My game wont let me use the Movie Option D:

Have you ever tried making a path to your movie? like this for example...

"pictures/yourmovie.webm"
by isobellesophia
Mon Jun 22, 2020 10:00 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] game won't launch
Replies: 7
Views: 773

Re: game won't launch

What was the error is exactly showing? Can you share the traceback.txt file what was written?