Search found 882 matches

by Per K Grok
Sat Sep 08, 2018 1:10 pm
Forum: Completed Games
Topic: Space Rangers ep 21 Sea of Lost Ships
Replies: 0
Views: 978

Space Rangers ep 21 Sea of Lost Ships

https://orig00.deviantart.net/6c60/f/2018/224/8/9/bigbanner2_600_by_pekj-dcjx0qx.png Point and click style adventure. Space cadet Yaz KreJonns is shipwrecked in deep space and caught up in a feud between two other shipwrecked space travelers. Can she make it back to known space? https://orig00.devi...
by Per K Grok
Sat Sep 08, 2018 7:22 am
Forum: Ren'Py Questions and Announcements
Topic: Events happening at certain times
Replies: 2
Views: 552

Re: Events happening at certain times

Hi, I need help with having events get unlocked at certain times like if it's 4:45 pm IRL ... To get the hour and minute in real life when something is run in your program, you can use the datetime module from python init python: from datetime import datetime ----- $ t = datetime.now() "The ti...
by Per K Grok
Sat Aug 25, 2018 1:29 am
Forum: Ren'Py Questions and Announcements
Topic: Video not Playing
Replies: 2
Views: 887

Re: Video not Playing

I've pretty much done everything I can think of to try and get this to work. I've tried this and it ran without problem $ renpy.movie_cutscene("movies/HizorGames.mkv") I noticed that you had a small 'g' in calling Hizorgames.mkv and I thought that could be the trouble. But when I tried wi...
by Per K Grok
Thu Aug 23, 2018 11:38 am
Forum: Personal Art Threads
Topic: How can I improve this picture ?
Replies: 7
Views: 2110

Re: How can I improve this picture ?

Keepal wrote: Wed Aug 22, 2018 8:36 am ---
My question is how can I improve this kind of picture ?
---
Image

A bit of line work can do a lot.
by Per K Grok
Thu Aug 23, 2018 11:30 am
Forum: Ren'Py Questions and Announcements
Topic: What file is this vertical bar in the save menu?
Replies: 2
Views: 533

Re: What file is this vertical bar in the save menu?

henvu50 wrote: Thu Aug 23, 2018 6:39 am What file is this green horizontal bar? If it's not an image, how can I remove or customize it?

---

Is this even in the documentation? I was looking for it at https://www.renpy.org/doc/html/gui.html# but couldn't find it.
That, I think, is part of the gui/overlay/game_menu.png
by Per K Grok
Mon Aug 20, 2018 5:23 pm
Forum: Ren'Py Questions and Announcements
Topic: love meter error
Replies: 12
Views: 1098

Re: love meter error

and, is it possible to change the color ? add color "#F00" or whatever color you prefer. text str(joaq) color "#F00" ypos 20 "#F00" red "#0F0" green "#00F" blue it works. The text appears. But, it always marks : joaquim 0 0 even when you make a posi...
by Per K Grok
Mon Aug 20, 2018 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: love meter error
Replies: 12
Views: 1098

Re: love meter error

Where should I write that ? After "default joaq = 10" or when the character talk ? You could put your screen text at the end of your script.rpy that is the screen meters: text str(joaq) ypos 20 text str(jr) ypos 45 text str(p) ypos 70 part, or you could put it at the end of the screens.rp...
by Per K Grok
Sat Aug 18, 2018 11:32 am
Forum: Ren'Py Questions and Announcements
Topic: animation in main menu
Replies: 5
Views: 694

Re: animation in main menu

------ here's what i wrote: style_prefix "game_menu" image anim: "1.png" 0.5 "2.png" 0.5 repeat add "anim" but... I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/screens.rpy", lin...
by Per K Grok
Wed Aug 15, 2018 2:30 pm
Forum: Ren'Py Questions and Announcements
Topic: (SOLVED) Hide Gallery Until Player Completes A Route
Replies: 3
Views: 471

Re: Hide Gallery Until Player Completes A Route

... But when it returns to the main menu Gallery is still not visible. Not sure what im doing wrong. Thanks in advance. When you step back to the main menu you step out of the game you was playing and values saved during that play is no longer available to you. So competedRoutes is now at its origi...
by Per K Grok
Tue Aug 14, 2018 2:56 pm
Forum: Ren'Py Questions and Announcements
Topic: love meter error
Replies: 12
Views: 1098

Re: love meter error

It's working, thank you :) Good! If you go back to Remix' post you will see that was the way they wrote it. :) How to know if the points are really add / remove ? You could make a screen that shows the points. A very simple screen could just be screen meters: text str(joaq) ypos 20 text str(jr) ypo...
by Per K Grok
Tue Aug 14, 2018 12:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Drawing in Ren'Py
Replies: 30
Views: 8895

Re: Drawing in Ren'Py

There is something called renpy.render.canvas https://www.renpy.org/doc/html/udd.html ... der.canvas
on which you should be able to use some draw functions. I have not got that work myself yet though. :)
by Per K Grok
Tue Aug 14, 2018 1:03 am
Forum: Ren'Py Questions and Announcements
Topic: love meter error
Replies: 12
Views: 1098

Re: love meter error

Temanta wrote: Mon Aug 13, 2018 3:57 pm Yes I did :?
try doing
default joaq = 10
without any empty space (indentur) in front of it, and do the same or the other two lines starting with default.
by Per K Grok
Tue Aug 14, 2018 12:58 am
Forum: Ren'Py Questions and Announcements
Topic: An Exeption Has Occured - An Unknown Inventory Problem
Replies: 5
Views: 552

Re: An Exeption Has Occured - An Unknown Inventory Problem

Hi, thanks for your help and apologies for the late reply. When I try both of these methods it no longer comes up with the error message, but it wont let me click start to try it out. I tried shuffling around the code and whatnot to see if that was the problem but it wielded no results. Am I suppos...
by Per K Grok
Mon Aug 13, 2018 3:39 pm
Forum: Ren'Py Questions and Announcements
Topic: love meter error
Replies: 12
Views: 1098

Re: love meter error

Temanta wrote: Mon Aug 13, 2018 3:00 pm I have this error, now :

File "game/script.rpy", line 35: Line is indented, but the preceding define statement statement does not expect a block. Please check this line's indentation.
default joaq = 10


:(

Did you do

Code: Select all

    default joaq = 10
instead of

Code: Select all

default joaq = 10
?
by Per K Grok
Mon Aug 13, 2018 1:02 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change color of text in history log?
Replies: 2
Views: 924

Re: How to change color of text in history log?

So when you click "History" and the history log of everything the characters have said shows up, the color of the text is grey. It's hard to see against the red background, so is there a way to turn the font to gold or white? text h.what color "#FFD700" should do the trick I thi...