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
For now, let me ask you certain things that will help me pinpoint the problem:
1. You experienced the first heart event, yes? And got to the second heart level (where there's one heart full and then the relationship bar but no second heart), yes?
2. Did she start saying this dialogue immediately after the first heart event, or only after you filled the relationship bar to max again?
3. Do you have other mods installed (especially the original Marina mod)?
Also, did anyone else experience this glitch? As I have not, I'm trying to understand why it could have happened. I'll be sure to get it fixed ASAP :)
2. After I'd filled the relationship bar to max again.
3. The only other mod I have installed is the "free money" one (the one that produces a painting you can sell).
Thanks!
For whatever reason, the same is now happening to me, too. I rechecked the code, and there weren't any spelling errors or mislabeled location names, etc.
My only assumption is that the new update to the game might have changed the name of the Hotel's file, so that the game wouldn't register how to start the event. Or I'm just missing something obvious in the code lol I'll contact the developers and see if I can get a clearer answer!
There is, technically, a workaround for the time being if you're impatient like me and just wish to progress. On the Main Menu, click on "Mods" and then click the "Mod Developer Mode" button on the bottom-right of the screen. Once in-game, use the F5 key to bring up the mod menu. On there, you can click the play button next to "Marina-2 (MarinaEvents)" and it should all progress as normal, even after the event! I just tried it, seemed to work fine. The same could be done for all the other events, too, if you progress faster than I can fix this. Just make sure to uncheck that "Mod Developer Mode" box when you're working towards achievements!
Thank you for your patience and understanding! I'll get this cleared up as soon as I can.
So the minFriendship requirement here doesn't know which character to check, so it tries to look up the character based on the eventFileLocation. The friendship is always coming back as zero, because the file isn't just "Marina".
I'm not sure why this has started becoming an issue right now, since this code hasn't changed since way before launch. Maybe this was a side effect of moving stuff between "Marina" and "MarinaEvents". Did any of that change recently in the mod? I guess maybe the best option would be to move the character events (Marina-1, Marina-2, etc) into the Marina.txt file.
Hopefully in the future I can add something to clarify this... Probably in the next version adding a "talkTo" argument would clarify that friendship requirement. But for now, I think you should move the events :o
But I love what you've done with the character! Her dialogue is great.
Version 1.4.0 of Verdant Skies is coming out on the 22nd, and it contains a fix for this problem where minFriendship doesn't know where to look when events are in "MarinaEvents.txt". You can specify a "talkTo" parameter with "Marina"'s name in it, and it will check her friendship when looking for those triggers. If you want, I think I can add those extra parameters to the eventTriggers and reupload a new version of the mod. (At least I think I can).
I also made version 1.4.0 of Verdant Skies available on the publictesting branch, which you can select in the Properties for the game in steam, under Betas.
Let me know if you want to make the change or if you'd like me to. Thanks!
-Andy
Andy, I'll attempt to fix it myself given your instructions (thank you so much for those, by the way!), but if I get stuck, I might send some smoke signals your way lol it's been quite a while since I've had the chance to mod. Is that okay?