Search found 540 matches

by firecat
Fri Nov 25, 2016 10:41 pm
Forum: Development of Ren'Py
Topic: A bug within renpy
Replies: 34
Views: 5892

Re: A bug within renpy

morganw is correct though about your image code. Have you looked at the documentation on python statement equivalents? https://www.renpy.org/doc/html/statement_equivalents.html#displaying-images If you want to use the python code to display images, first you must define the image, then you can disp...
by firecat
Fri Nov 25, 2016 8:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Bug SDK / JDK. Help please !
Replies: 18
Views: 6538

Re: Bug SDK / JDK. Help please !

I really think its a unfixable bug, only the people who worked on renpy might know the answer. The best explanation is that it cant detect the software from anything, which in turn is also leading to countless other problems in ren'py.

http://imgur.com/a/EGyvr
by firecat
Fri Nov 25, 2016 7:52 pm
Forum: Development of Ren'Py
Topic: A bug within renpy
Replies: 34
Views: 5892

Re: A bug within renpy

If it's in a python function, golf is a string not an image. If it's outside a python function, it's missing the image function and the line prefixes to indicate the you want to run a python function (renpy.show and renpy.hide). In both cases you don't want to indent with whitespace as you don't wa...
by firecat
Fri Nov 25, 2016 4:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Bug SDK / JDK. Help please !
Replies: 18
Views: 6538

Re: Bug SDK / JDK. Help please !

r_sami wrote:From what I've gathered, Renpy is, simply put, trying to pull Java from a bad address.

I think this might help you out.
Nope, that one is from 2015 which is very outdated and it doesn't work for me too.
by firecat
Fri Nov 25, 2016 2:58 pm
Forum: Development of Ren'Py
Topic: A bug within renpy
Replies: 34
Views: 5892

A bug within renpy

So an old code like this one: golf = "golf.jpg" renpy.show("golf") renpy.hide("golf") seems to not be working, at first I thought it was the new GUI but still same problem. So after many many countless testing from other versions, i decided to copy volume 3 of my game s...
by firecat
Thu Nov 24, 2016 6:36 pm
Forum: Ren'Py Cookbook
Topic: Simple Shooting Game for Ren'Py - CookBook
Replies: 2
Views: 7128

Re: Simple Shooting Game for Ren'Py - CookBook

Needs some work like being able to move it with keyboard or mouse. Can't do anything if its not close to the target but i'm surprised that it can shoot precise image model rather than region hit. Also im surprised how simple the code is, i think i can add keyboard movement or mouse and R button to r...
by firecat
Wed Nov 23, 2016 8:35 pm
Forum: Creator Discussion
Topic: How to pick the right person for your project?
Replies: 7
Views: 1073

Re: How to pick the right person for your project?

You need someone who agrees with your project not just editing but overall story and gameplay. I have meet with many artist and coders who did not read my summary or general ideas for my game. This is one sign that tells you that they do not care about the project but rather the money. Another examp...
by firecat
Wed Nov 23, 2016 12:26 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252340

Re: [Tutorial] Customizing Menus

For the new GUI you all should probably follow the GUI customization guide in the documentation: https://www.renpy.org/doc/html/gui.html welp, problem with that is that I, dunno about everyone else, look for these more detailed and specific tutorials because the documentation goes way over my head ...
by firecat
Mon Nov 21, 2016 4:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange bug on renpy's new GUI
Replies: 2
Views: 598

Re: Strange bug on renpy's new GUI

I skimmed through code and I do not see anything which would make dialogue box dissapear (we are talking about that thing in the bottom of the screen, where character text is, right?). Only things which hide it by default are scene and call screen statements, and only thing which shows it is say st...
by firecat
Mon Nov 21, 2016 3:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange bug on renpy's new GUI
Replies: 2
Views: 598

Strange bug on renpy's new GUI

I am reworking my past novels into renpy's new gui but it would seem like there is a strange bug on it. My code (RPG Homebrew: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=35974) does work well with the new gui but add dialog before any battle like this: label start: "meow!" ...
by firecat
Mon Nov 21, 2016 9:42 am
Forum: Other Story-based Games
Topic: Paper Drumpf - VN about the Trump election campaign
Replies: 1
Views: 1949

Re: Paper Drumpf - VN about the Trump election campaign

reminds me of this:
[ Link elided. It might be allowed if you somehow explained what, if anything, it had to do with the game. - PyTom ]
by firecat
Sun Nov 20, 2016 3:00 pm
Forum: Other Visual Novel Engines
Topic: game maker studio VN object
Replies: 1
Views: 1284

Re: game maker studio VN object

its a good start but without the HTML5 you be losing to many other ones including renpy.
by firecat
Fri Nov 11, 2016 11:12 pm
Forum: Other Visual Novel Engines
Topic: Character Creator with Novelty
Replies: 6
Views: 2416

Re: Character Creator with Novelty

What's C#? Programming language. The difficulty curve of learning it is up for debate (I find it rather complicated, but more people say it's easy), but it is no match for Python. IMO, Python has to be the easiest language to learn. Are you a programmer? Do you know any of the languages? If not, I'...
by firecat
Fri Nov 11, 2016 6:29 pm
Forum: Other Visual Novel Engines
Topic: Character Creator with Novelty
Replies: 6
Views: 2416

Re: Character Creator with Novelty

it has C# so anything is possible with it.
by firecat
Fri Nov 11, 2016 12:36 pm
Forum: Creator Discussion
Topic: Questions on donating a portion of profits to charity
Replies: 4
Views: 587

Re: Questions on donating a portion of profits to charity

i did one and your self-conscious will bother you. let me explain, you know the money is needed for your project but also the people who need help. realistic the money might not be much, so this could be less money for the donation. its always better to direct users to the official website than sayi...