Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes, well, I have a branching story with 3 separate characters so the game is pretty big. It's got about 30 scenes right now and there is about 20 sound effect and music. I don't know how to remove scenes though. I would like to. maybe even combine some because I have scenes what are very short. Where do I find the size of the game?
Thank you very much!
I do have a direct question for you...so I am trying to export my demo and I am having trouble with it. The browser export worked but it is very slow when it is being played too. For the windows and mac export, it never stops exporting. I kept it running all night long even! Ha ha! I tried to get rid of images I don't need and replaced it with smaller images. I tired doing the tyrano node and tyranoscript...I honestly don't know what I am doing, I'm not a programmer. I also can't get rid of scenes or files i'd like to delete from tyranobuilder for the game that might be a problem but I can't find a way. Do you have any solutions?
Thank you! Any help is greatly appreciated!
Basically, you create a simple, temporary boolean variable. Let's say you have a dialogue option in the scene for "Are you hungry?" You make a boolean variable called "scene1_areYouHungry" or you know, something that CLEARLY means the variable is for that question in that scene. Set the value to false. When the player clicks the button a first time, set the boolean to true. When they click it a second time, have an if statement that checks if the boolean is true, and if it is, display the second response. I hope this made sense!!