Search found 231 matches

by vollschauer
Sun Aug 13, 2017 2:06 am
Forum: Ren'Py Questions and Announcements
Topic: Custom statement fails to register\be recognized
Replies: 9
Views: 2098

Re: Custom statement fails to register\be recognized

I revoke my statement that it isn't working, cause I did the noob mistake and put the python early block in my script.rpy, so yeah it is actually working for me as well
with 6.99.12.4.2187 and latest nightly build....
by vollschauer
Fri Aug 11, 2017 2:05 am
Forum: Ren'Py Questions and Announcements
Topic: Custom statement fails to register\be recognized
Replies: 9
Views: 2098

Re: Custom statement fails to register\be recognized

Remix wrote: Thu Aug 10, 2017 6:29 pm btw, on the initial post... using a very basic version with a renpy.say, it works fine here...
No it does not run with the latest nigtly!
by vollschauer
Thu Aug 10, 2017 4:43 am
Forum: Ren'Py Questions and Announcements
Topic: Disabling save until certain parts help?
Replies: 1
Views: 956

Re: Disabling save until certain parts help?

Then remove or disable the save button and change

Code: Select all

_game_menu_screen = "save"
to whatever you prefer to show up ...when you right click/hit ESC

https://www.renpy.org/doc/html/store_va ... enu_screen

And at your certain point's you can show the save dialog screen ....
by vollschauer
Thu Aug 10, 2017 4:34 am
Forum: Ren'Py Questions and Announcements
Topic: Hiding some things
Replies: 1
Views: 350

Re: Hiding some things

Quickmenu:

Code: Select all

$ quick_menu = False
# or
$ quick_menu = True
Text box:
https://www.renpy.org/doc/html/dialogue ... management
by vollschauer
Thu Aug 10, 2017 4:26 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Function triggers in same moment with screen?
Replies: 2
Views: 364

Re: Function triggers in same moment with screen?

It's actually:

Code: Select all

Function(function_name)
not

Code: Select all

Function(function_name())
try:

Code: Select all

action [ Jump("END_TURN_BOB"),  Function(enemy_members_list[res].ADD_ATTACK_MARKER) ]
https://www.renpy.org/doc/html/screen_a ... l#Function
by vollschauer
Thu Aug 10, 2017 4:18 am
Forum: Ren'Py Questions and Announcements
Topic: Expected a keyword argument, colon or end of line error
Replies: 2
Views: 2823

Re: Expected a keyword argument, colon or end of line error

You can't define images in screen language code and can't have statements like "init python" and "label" in a screen. I recommend you to read the doc's start with something easier to keep your project going, after you understand the basic's get back to advanced stuff like having ...
by vollschauer
Thu Aug 10, 2017 3:35 am
Forum: Ren'Py Questions and Announcements
Topic: Custom statement fails to register\be recognized
Replies: 9
Views: 2098

Re: Custom statement fails to register\be recognized

Usually you put this in a "python early:" block, but I tried the example here: https://www.renpy.org/doc/html/cds.html#example and it doesn't work either, looks like renpy.register_statement isn't working atm. btw. maybe using "extend" ? label start: extend "I am appending t...
by vollschauer
Thu Aug 10, 2017 1:57 am
Forum: Ren'Py Questions and Announcements
Topic: History Text Overlapping
Replies: 2
Views: 849

Re: History Text Overlapping

With that long text I guess you need to change the settings in your gui.rpy about history text height/width ## Hist ory ##################################################################### ## ## The history screen displays dialogue that the player has already dismissed. ## The number of blocks of d...
by vollschauer
Thu Aug 10, 2017 1:53 am
Forum: Ren'Py Questions and Announcements
Topic: My choices are appearing on the full screen NVL window.
Replies: 1
Views: 349

Re: My choices are appearing on the full screen NVL window.

Show your code and you may get some answer here ...
by vollschauer
Wed Aug 09, 2017 5:17 am
Forum: Ren'Py Questions and Announcements
Topic: How to keep say text during transition or pause?
Replies: 0
Views: 545

How to keep say text during transition or pause?

Is there a way to keep the text during a transition or a pause? I already searched the forum and found this, but no solution so far :/ https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=17001 I noticed also a little issue with the text rendering if you use "extend" and the line is t...
by vollschauer
Sun Jul 23, 2017 11:15 am
Forum: General Discussion
Topic: PhpBB 3.2 Upgrade
Replies: 38
Views: 7343

Re: PhpBB 3.2 Upgrade

Tom why did you set the max. width just to 1366 ? With my 2560x1440 resolution I see now only the half of the "size" than before, which kinda sucks...
It seems the site does scale automatically if you have a lower res., or if you resize your browser window, or I'm wrong?
by vollschauer
Fri Jul 21, 2017 12:33 am
Forum: Ren'Py Questions and Announcements
Topic: Indentation Mismatch with Menu/Jump
Replies: 2
Views: 892

Re: Indentation Mismatch with Menu/Jump

remove 4 whitespace in your say lines ...so they match with the jump
by vollschauer
Thu Jul 20, 2017 2:22 am
Forum: Ren'Py Questions and Announcements
Topic: Still Can't find font or music (solved)
Replies: 3
Views: 663

Re: Still Can't find font or music

Show it! and show the settings you made in the gui.rpy and STOP making double posts!!!!
ps.
show the error of the music stuff ...
by vollschauer
Thu Jul 20, 2017 2:18 am
Forum: Ren'Py Questions and Announcements
Topic: Still Can't find font or music (solved)
Replies: 3
Views: 663

Re: Still Can't find font or music

Is that font a .ttf or a .otf ? Change your Windows the setting to see the file extension ....