Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
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!!