1: yes, I unzipped it and then zipped it again without password. 2. We didn't modify the sprites. But should I unzip game.zip anyway? 3. Which one is the unzipped game folder (the one from question 2?) 4. I'll try removing the ones I find.
Viewing post in Problems loading my project :(
There is a game.zip file inside the not-enough-time-LocJam-103.zip file - it contains among other things 1 image which is part of the game's plot. You don't have to unzip it, but you will need to write around it (in reference to the album title in t[196]) although that wouldn't get in the way of finishing the game.
When you zip up again the main folder let's say [not-enough-time-LocJam-103], the first folder you see should be [not-enough-time-LocJam-103], and in it are the game files - if there is any other layer it will break the game.
PS: if you keep having issues please consider making your game files available so I could look at them directly!
Ok, so I have no extra folder that could break the game and I only modified the credits and translated files. I will really appreciate your help, Gnou. https://drive.google.com/file/d/12T2nOI3BBUgqiw4YE7hm7y9wuER3HzoY/view?usp=shari...
OK you're missing the timing info - you can copy them from English LUA file but the the first line in your LUA should be
local t = {}
and the last line should be
return t
Also in the syntax there is
t[95] = "… Qué enredo".
Make sure the period is inside the quotation marks!
t[125] = "¿Quién eres? ... t[390] = "¡Adiós, Inés!
make sure you close the quotation marks!
Hi, Gnou, how could you spot the missing quotations? I also get the black screen
https://drive.google.com/drive/folders/14zEMgnlb-7dZEAO0rTgsu-vliTYq30tJ?usp=sha...
Hi Gnou, I'm at my wits end here, can you please check my segments as well? https://drive.google.com/file/d/1k_W1UMXHAL5of5Md5X1Rpa_1YiTMM3KV/view?usp=shari...
hi, gnou! sorry for the short notice, but could you please look at my files as well?
https://drive.google.com/file/d/13307qF_QI-uouNQFITdBh-xOeZudLut9/view?usp=shari...
I think the problem lies in extracting the folder and the password. Is this the correct order?
>open translation kit
>open game.zip inside, inputting password
>extract all of the translation kit to a new folder
>modify files
>make a new zip out of this new folder
>upload
did I miss something? Even after opening the game.zip it'd show up as encrypted for me
the password should be on the translation kit, not the game.zip file...
order should be
>extract all of the translation kit to a new folder, inputting password
>modify LUA files
>open game.zip inside, no password
>modify image files
>make new game.zip file, no password
>delete /game folder
>make new zip out all the files, no password
>upload