Search found 583 matches

by Enerccio
Tue Jan 30, 2018 4:54 pm
Forum: Ren'Py Questions and Announcements
Topic: styles and theme colors
Replies: 9
Views: 1148

Re: styles and theme colors

Bumping this post with an answer, because frankly, I had similar issue and this was google hit for it. So my solution to accessing style.stylename.property is via this small function def search_style(s, f): for p in s.properties: if f in p: return p[f] and is used with search_style(style.stylename, ...
by Enerccio
Tue Aug 22, 2017 4:45 am
Forum: Ren'Py Questions and Announcements
Topic: RenPy game with Python Debugger Attached
Replies: 13
Views: 3961

Re: RenPy game with Python Debugger Attached

Any info on better debugging? If you have lots of normal python code, sometimes it is better to debug it outside the renpy which makes no sense...
by Enerccio
Tue Dec 06, 2016 1:30 am
Forum: Development of Ren'Py
Topic: Bug on loading modules / Bug on loading pyc/pyo from game
Replies: 5
Views: 1964

Re: Bug on loading modules / Bug on loading pyc/pyo from gam

That makes no sense, if so, why do you support reading rpyc files? It's same deal (or are they completely backwards compatible?). User should not change version of python for a released game. Not only that, but loading pyo (and pyo only, not pyc) works if I move the library from game into root, whic...
by Enerccio
Sat Nov 26, 2016 3:43 am
Forum: Ren'Py Questions and Announcements
Topic: Building from a command line?
Replies: 5
Views: 2903

Re: Building from a command line?

is there a way to do compile rpy to rpyc (and py to pyc) and then disable including rpy (py) files from terminal build?
by Enerccio
Fri Nov 18, 2016 2:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Re: Completely disable rollback

thanks a lot!
by Enerccio
Thu Nov 17, 2016 11:10 am
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Re: Completely disable rollback

what if I want to access it from outside python code from some imported module?
by Enerccio
Thu Nov 17, 2016 12:34 am
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Re: Completely disable rollback

thanks pytom, that was it, Can it be done from python code?
by Enerccio
Wed Nov 16, 2016 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Re: Completely disable rollback

so renpy actually dynamically checks config.rollback_enabled? cool to know
by Enerccio
Wed Nov 16, 2016 3:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Re: Completely disable rollback

yeah exactly that is not useful, since you would have to call this at every interaction though or disable it for whole game
by Enerccio
Wed Nov 16, 2016 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Completely disable rollback
Replies: 11
Views: 2864

Completely disable rollback

How do you disable(enable) rollback? I don't mean block_rollback() but completely disable that feature (say, during a combat done in renpy, rollback is a terrible option)
by Enerccio
Wed Mar 21, 2012 1:40 pm
Forum: Development of Ren'Py
Topic: Bug on loading modules / Bug on loading pyc/pyo from game
Replies: 5
Views: 1964

Re: Bug on loading modules / Bug on loading pyc/pyo from gam

Hmm, found another bug, at least for me, if I want to load empty .py file, I get error on this line: source = load(filename).read().decode("utf8") if source[0] == u'\ufeff': (loader.py 474) Obviously, since empty file has no text, and having empty __init__.py is very common Moreover, only ...
by Enerccio
Sat Mar 17, 2012 10:18 pm
Forum: Development of Ren'Py
Topic: Bug on loading modules / Bug on loading pyc/pyo from game
Replies: 5
Views: 1964

Bug on loading modules / Bug on loading pyc/pyo from game

When using python code in renpy game, all modules in a package which is then places in the game directory must use package.module expression when importing, even if its local import. This is not how should importing work at all... Moreover, only .py files will get loaded from game directory, not pyo...
by Enerccio
Mon Dec 19, 2011 11:52 am
Forum: General Discussion
Topic: Goodbye From Lemma - Thank you for 9 years of VNs
Replies: 59
Views: 8940

Re: Goodbye From Lemma - Thank you for 9 years of VNs

The question is by whom, and lordcloudx certainly fits the bill, especially after his horrible game about destroying aspiring game makers' hopes and dreams because LOL. Let me strongly disagree with this statement. As an old crowd, I love the game. It showed me how much of "noob" with unr...