Search found 184 matches

by NialGrenville
Mon Nov 14, 2016 11:27 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Im stuck with one line in battle engine
Replies: 10
Views: 1169

Re: Im stuck with one line in battle engine

Yep, that fixed it thanks! I was doing it the opposite way... What would I do without you guys? :D Solve through trial and error I guess? :lol: I just have a question. Why would you use a dictionary within a list? I mean you can place all names within a list. Unless you plan to put something like s...
by NialGrenville
Sun Nov 13, 2016 3:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover text
Replies: 15
Views: 10803

Re: Hover text

ToolTips!

Here's the documentation on it: documents

Here's a fourm post on it: fourm post

Unfortunately I haven't used tooltips yet. So I can't give you a straightforward answer in code as of now. Hopefully those links will help you!
by NialGrenville
Sat Nov 12, 2016 11:41 pm
Forum: Asset Creation: Art
Topic: How to draw anime eyes
Replies: 3
Views: 1441

Re: How to draw anime eyes

GG m8. Bookmarked.

I use gimp more. Do you think it will work there as well?

(Inkscape confused me when I first tried it, haven't been back yet :lol:)
by NialGrenville
Fri Nov 11, 2016 10:40 am
Forum: Ren'Py Questions and Announcements
Topic: Let players enter save file comment when saving?
Replies: 5
Views: 986

Re: Let players enter save file comment when saving?

I think the last post answers your question. If it doesn't!

I'll return with a working test code. So consider this placeholder.
by NialGrenville
Fri Nov 11, 2016 8:44 am
Forum: Demos & Beta Testing
Topic: Immersion in Paradox [Romance][Adventure][Science fiction]
Replies: 9
Views: 1765

Re: Immersion in Paradox [Romance][Adventure][Science fictio

Taleweaver will move this thread himself. Give him some time. We can click the report button to help the moderators. Done. The OP has a demo, so this thread may also belong to Demos & Beta Testing. Ah, thank you. I had no clue. Every other place I've been reports would be automatic suspension o...
by NialGrenville
Fri Nov 11, 2016 12:47 am
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

When I used to stream, we'd just donate live. Show them the receipt or proof of donation. Then we moved on to the next one. In the background, we gave more than we should. Ah, that's why I'm broke. Back to your point. I see no issue with you just providing proof of some sort. Plus, you probably have...
by NialGrenville
Fri Nov 11, 2016 12:40 am
Forum: Ren'Py Questions and Announcements
Topic: Themes
Replies: 2
Views: 1561

Re: Themes

1) Uh, not that I know of. No. 2)I'm not sure. I know you can edit just about everything though. You can go into the Ren'Py directory and dig around for the themes. I believe it's in the commons folder. There you can use your own pictures, and create themes. Your idea is correct, in a sense. You can...
by NialGrenville
Thu Nov 10, 2016 7:23 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 571166

Re: Get that thing off your chest... Now...

I'm just talking about human condition. Why does everyone feel like they have the right to act awful? (I say everyone in a general sense)

I guess this is just something that can't be properly vented.

It's just disheartening.
by NialGrenville
Thu Nov 10, 2016 5:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Let players enter save file comment when saving?
Replies: 5
Views: 986

Re: Let players enter save file comment when saving?

There is a thread on this! I think it might help!

Found!

Maybe that could help. In my opinion though. I personally don't think it looks good. It is a stylistic choice though.

I don't speak for everyone once again! So enjoy your testing!
by NialGrenville
Thu Nov 10, 2016 5:40 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 571166

Re: Get that thing off your chest... Now...

This makes me incredibly sick. What makes people think that they have the right to do this? Do they think this event in time is really removing all laws from them? What a crazy group of people! I swear, the idiotic attitude people have some times. Its not even the people in the event that's causing ...
by NialGrenville
Thu Nov 10, 2016 1:47 pm
Forum: Demos & Beta Testing
Topic: Immersion in Paradox [Romance][Adventure][Science fiction]
Replies: 9
Views: 1765

Re: Immersion in Paradox [Romance][Adventure][Science fictio

Taleweaver will move this thread himself. Give him some time. You're absolutely fine.

Just consider your posts a little before you post them.

Have a nice day!
by NialGrenville
Thu Nov 10, 2016 1:32 pm
Forum: Demos & Beta Testing
Topic: Immersion in Paradox [Romance][Adventure][Science fiction]
Replies: 9
Views: 1765

Re: Immersion in Paradox [Romance][Adventure][Science fictio

This is a cool idea, and probably close to being finished. An issue does seem apparent.

It's not actually complete. So the best place to put this is the W.I.P. category.

*Thank you Taleweaver
by NialGrenville
Wed Nov 09, 2016 10:18 pm
Forum: General Discussion
Topic: Modifications in Visual Novels
Replies: 36
Views: 5289

Re: Modifications in Visual Novels

It seems there are more "modifiable" VNs than expected. Thank you Godline.
by NialGrenville
Wed Nov 09, 2016 4:36 pm
Forum: General Discussion
Topic: Modifications in Visual Novels
Replies: 36
Views: 5289

Re: Modifications in Visual Novels

1) Fair enough, but we can't be too sure. Things do explode sometimes. (Not overselling my game, just saying there is a chance!) 2) Yeah, I guess you're right. I can find a place to congregate a modifying community. So I guess I can keep them in the thread for a while. Thanks for your suggestion and...
by NialGrenville
Wed Nov 09, 2016 2:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Affection Points/Love Meter
Replies: 1
Views: 355

Re: Affection Points/Love Meter

Well if you have them defined as variables.

Code: Select all

bar range 100 value [Variable name] 
should work.