TyranoBuilder Visual Novel Studio

TyranoBuilder Visual Novel Studio

CDDB May 31, 2016 @ 5:14pm
True 'Fullscreen' / non-windowed
I noticed a couple threads from 2015 asking how to make your application fullscreen / window-less, and now in the Feature Requests list it has "Fullscreen" as being implemented in 1.4.

My Tyranobuilder says it's 1.5, but I haven't been able to achieve a fullscreen/windowless mode?

In my 'Display' options, I have three available:
'Adjust to Device (preserve aspect ratio)', 'Adjust to Device', and 'Use selected size'.

All of these result in a windowed mode... is a fullscreen option located elsewhere?

Thanks!
< >
Showing 1-2 of 2 comments
CDDB May 31, 2016 @ 5:27pm 
I am now answering my own question, but for anyone wondering:

you can achieve true fullscreen by simply adding "[screen_full]" via Tyranoscript

^_^
jay_rab May 31, 2016 @ 5:28pm 
There are two ways of doing this and also a little fyi if it doesnt work correctly; first you can cause the novel to change to fullscreen by using the [screen_full] tag in a tyranoscript box, this can be added at the title screen or in your first scene; the second way of doing it is via the "user interface" option in the menu, were you can add a toggle fullscreen button to your UI.

In case you use one of these options sometimes the package.json file assigns a set size to your project that will ignore the full screen a quick way to check and resolve the issue is by open ing the package.json file in the project folder and delete the following:
"min_width": 640,
"min_height": 480

(The numbers will vary)
Then when you export it should do the fullscreen correctly.
Last edited by jay_rab; May 31, 2016 @ 5:29pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: May 31, 2016 @ 5:14pm
Posts: 2