dse related questions

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Aoi Shounen
Newbie
Posts: 2
Joined: Tue Jun 13, 2006 1:36 am
Contact:

dse related questions

#1 Post by Aoi Shounen »

Hi, these are my questions

is there a way to separate the 'stats' from the 'dayplanner'? its just that i have plenty stats so they ended coverered with the dayplanner, i'd like the statistics part be showed in a different screen (i hope you can understand what i mean)

how can i make the stats be displayed with numbers?

is there an extensive DSE tutorial?

P.D.: sorry about my english, hope it can be enought clear

shaja
Regular
Posts: 73
Joined: Sun Oct 16, 2005 8:34 am
Contact:

Re: dse related questions

#2 Post by shaja »

Aoi Shounen wrote:Hi, these are my questions

is there a way to separate the 'stats' from the 'dayplanner'? its just that i have plenty stats so they ended coverered with the dayplanner, i'd like the statistics part be showed in a different screen (i hope you can understand what i mean)
Sure. Move the "call stats_show from call_stats_show_1" from the dp_callback: block to just before the call to day_planner in the day: block, and add a ui.saybehavior and ui.interact to the stats_show: block in stats.rpy.
how can i make the stats be displayed with numbers?
In stats.rpy, Stat class definition, render method, replace the ui.bar call with "ui.text(str(self.__value))".
If you have so many stats to show that they will not fit on the screen in a single column, you can probably place them in a ui.grid instead of ui.vbox (in the stats_show: block).
is there an extensive DSE tutorial?
ShiraiJunichi wrote a nice introduction at renaigames.net.
But if you need extensive customization, you pretty much need to either understand the renpy and Python code yourself through studying it, or have a completed design to ask a programmer to implement.
P.D.: sorry about my english, hope it can be enought clear

Aoi Shounen
Newbie
Posts: 2
Joined: Tue Jun 13, 2006 1:36 am
Contact:

#3 Post by Aoi Shounen »

thanks, it works well!!

Post Reply

Who is online

Users browsing this forum: Google [Bot]