Search found 6 matches

by NeoGeonode
Thu Jul 09, 2020 11:24 pm
Forum: Creative Commons
Topic: RenPy HotSpot Tool
Replies: 45
Views: 28584

Re: RenPy HotSpot Tool

DangKem wrote: Thu Jun 25, 2020 8:25 pm The only thing I would have to say about usage is it can't be repackage and sold as-is since it was given free. And have no issues with derivatives.
Awesome. At least for now we will use it as an internal tool.
by NeoGeonode
Thu Jul 09, 2020 10:14 pm
Forum: Development of Ren'Py
Topic: Settings for lint running cmdline
Replies: 1
Views: 5767

Settings for lint running cmdline

Hi guys, Recently I added to a customized script sequence calling my project from cmd line for CI/CD integrations, like: - "cd /D D:\\Program Files (x86)\\Renpy\\renpy-6.99.4-sdk\\" - 'set PROJ_PATHBASE="<path>"' - 'set PROJ_OUTPUT_FILE= <path>\\results.txt"' - "renpy.e...
by NeoGeonode
Thu Jun 25, 2020 12:05 am
Forum: Creative Commons
Topic: RenPy HotSpot Tool
Replies: 45
Views: 28584

Re: RenPy HotSpot Tool

Amazing job!

Just a question. I would like to use this on a commercial project, so:

Do you have a usage disclaimer?
Am I will be able by usage disclaimer to pipeline your tool in my toolchain?

And of course,

If I will look to do a derivate tool from yours, which will be the restrictions?

Thanks!
by NeoGeonode
Fri Jan 25, 2019 1:52 am
Forum: Ren'Py Questions and Announcements
Topic: A way to execute specific commands from shell/console to Renpy?
Replies: 1
Views: 298

A way to execute specific commands from shell/console to Renpy?

Well, this will sound weird, but, for a build system I am using (mainly on GitLab), I am trying to implement a YAML to execute my build.. Certainly I did some using the distribute by console (cmd in WIndows), but I am not sure if there is a reference guide or something to go and take a look on the c...
by NeoGeonode
Thu Jun 14, 2018 12:42 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2693308

Re: Guestbook

Hey This is NeoGeonode I am a software dev from Mexico, C/C++ professionally, knows well Lua, and do some ninja Python, incl. Ren'py Using currently to dev my first VN, written by me and everything else. Not the BG/CG, have some talented girls working on it. But else, ambient sounds, fx, music, scri...
by NeoGeonode
Thu Jun 14, 2018 12:25 pm
Forum: Development of Ren'Py
Topic: Dynamic layout of assets in Ren'Py
Replies: 0
Views: 575

Dynamic layout of assets in Ren'Py

Hi all I have a question regarding the way we display in Ren'py resources. Usually this is a matter of SDL2 embed in the Renpy, but I have some questions regarding this topic I found a way to do automatic scalling in Renpy, but it seems that usage of im.resize will have detrimental effects not only ...