Search found 38 matches

by Hseo
Thu Oct 01, 2020 9:01 am
Forum: Ren'Py Cookbook
Topic: [Minigame] Turn based game on a grid
Replies: 2
Views: 1414

Re: [Minigame] Turn based game on a grid

Click on move but nothing happened.
Same with clicking on attack button.
End Turn button work perfectly.
by Hseo
Tue Sep 15, 2020 9:12 am
Forum: Ren'Py Cookbook
Topic: Articy:draft converter for RenPy
Replies: 3
Views: 2402

Re: Articy:draft converter for RenPy

Have it but still new to it.
Watching YouTube (Horrors!) tutorial to learn how to used it since it is easier to write multi choice story with it.
by Hseo
Tue Jul 14, 2020 9:16 am
Forum: Ren'Py Cookbook
Topic: Ren'Py Patreon Articles
Replies: 42
Views: 20915

Re: Ren'Py Patreon Articles

PyTom wrote: Mon Jul 13, 2020 10:29 pm Yes. Livecomposite takes a transform that's applied to result, and that transform can include a matrixcolor as part of it.
Cool!
This will make my life 4 time easier ( Won't need to create 4 different colors for 10+- hairstyle)
(Or 40 times easier depending on who you ask)
by Hseo
Sun Jul 12, 2020 3:04 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py Patreon Articles
Replies: 42
Views: 20915

Re: Ren'Py Patreon Articles

Thanks for your greats tips and tutorial, want to ask, is there a way to add matrixcolor HueMatrix(hue) to livecomposite code?
by Hseo
Sat Jul 04, 2020 3:06 pm
Forum: Ren'Py Cookbook
Topic: Basic Top Down Dungeon Crawler
Replies: 1
Views: 1625

Re: Basic Top Down Dungeon Crawler

Love it, thanks!
The more we have of them the better
by Hseo
Tue Jun 16, 2020 5:03 am
Forum: Creator Discussion
Topic: Top Ten anime mistakes.
Replies: 5
Views: 3402

Re: Top Ten anime mistakes.

Did you check Renpy's own backups? It should backup the script files of any games you run through the launcher. On Linux (and maybe OSX?) it's in ~/.renpy/backups/ On Windows I think it's in your AppData folder. I Back up wrong folder before I deleted everything(Format). But since I am the person w...
by Hseo
Mon Jun 15, 2020 10:58 am
Forum: Creator Discussion
Topic: Top Ten anime mistakes.
Replies: 5
Views: 3402

Re: Top Ten anime mistakes.

Oof, i'll be VERY VERY disappointed and angry when i deleted it unexpectedly or even the script files were having such (redacted) errors, but thankfully, i have my USB and my SDCARD in my tablet just to be safe. I'll be traumatized for how much i done it for many years or months, just for the sake ...
by Hseo
Mon Jun 15, 2020 10:11 am
Forum: Creator Discussion
Topic: Top Ten anime mistakes.
Replies: 5
Views: 3402

Top Ten anime mistakes.

https://i.imgur.com/lBZaVym.png How would you feel if you deleted your Ren'Py game codes by mistakes? Especially if you almost completed it... That what I have done... Thanks god I still have the images folder or I might stop coding games for the rest of my life. P.S: Here how it look before my stu...
by Hseo
Mon Jun 15, 2020 9:25 am
Forum: Creator Discussion
Topic: coding or art first?
Replies: 10
Views: 4190

Re: coding or art first?

Both, but start with doodle art, you will thank me when you decided to change GUI or something.
by Hseo
Wed May 27, 2020 5:59 pm
Forum: Ren'Py Cookbook
Topic: Simple Glossary / Dictionary / Footnote Implementation
Replies: 1
Views: 833

Re: Simple Glossary / Dictionary / Footnote Implementation

Love it, thanks for sharing.
by Hseo
Fri Oct 04, 2019 5:54 pm
Forum: Ren'Py Cookbook
Topic: Text Adventure Engine for Ren'Py
Replies: 5
Views: 3500

Re: Text Adventure Engine for Ren'Py

This is really interesting. With some background music and maybe some basic bgs, this could easily create enjoyable games. But maybe instead of having to type commands, a list of commands should be visible on the screen at all times. For example, if you're playing on Android, typing every time woul...
by Hseo
Mon Jul 23, 2018 11:00 am
Forum: Ren'Py Cookbook
Topic: Have characters greet you at game launch
Replies: 4
Views: 6877

Re: Have characters greet you at game launch

Thanks again ^-^
by Hseo
Mon Jul 23, 2018 10:58 am
Forum: Ren'Py Cookbook
Topic: Determine zodiac sign by a day
Replies: 1
Views: 4245

Re: Determine zodiac sign by a day

Thanks, I used to have one with dozen if-else which was a nightmare to used.
by Hseo
Sun May 27, 2018 11:57 am
Forum: Ren'Py Cookbook
Topic: Dungeon Crawl RPG Framework
Replies: 99
Views: 60495

Re: Dungeon Crawl RPG Framework

Nvm, already been mention
by Hseo
Fri Mar 17, 2017 11:50 am
Forum: Ren'Py Cookbook
Topic: Automatic character, background, etc. image defining script
Replies: 44
Views: 16985

Re: Automatic character, background, etc. image defining scr

Thanks. It help to save a lot of my time. And for people with error as this one Tried it and got this error: http://i.imgur.com/PtWLeFM.png The answer is simple. put define_characters("comm", 1) inside same the python code like this. init python: import os def define_characters(characterIm...