Here are JUST those 4 files, I can make the zip I made available in the page too if that helps too https://drive.google.com/drive/folders/15f8gcpbI3Uak_XmUCnk2xCNRzM-n_O90?usp=sha...
Viewing post in Problems loading my project :(
Couple mistakes in your credits file, i'm looking at the rest
------------------ -- Instructions -- ------------------ -- This is a Lua file containing the parts of the credits relative to the translation (and any other things done by the team). -- Modify the strings to change how the credits will be displayed. Make sure to also change the ones for the English version! -- -- If you need more than one section of credits you can comment out the t[2] table by removing the -- at the beginning of each -- line. You can also add t[3] and so on if needed using the same format. -- -- To make it easier to test the credits without having to play through the whole game I added a hidden way to access them by -- pressing "C" while you are in the initial game menu (the one with the "Start game" button). -- --------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------- local t = {} t[1] = { title_english = "Translation by", title_translated = "Traducción por", names_english = "name1\nname2\nname3\nand so on...", names_translated = "Nahuel Luciani\nAkemi Goffi (@akk03n)\nEdna Hernández\nMaría Felipe Maza...", } -- t[2] = { -- title_english = "... by", -- title_translated = "Agradecimiento especial a", -- names_english = "name1\nname2\nname3\nand so on...", -- names_translated = "Valeria Pájaro R.", -- } return t
Found it! the folder had an inherited property for some reason, this file is good to go!
https://drive.google.com/file/d/1yOXoSN-yMp0U1CWbY5pbRXeqvavXGnIz/view?usp=shari...
my bad, got too excited when I actually fixed it - this is the one: https://drive.google.com/file/d/1kNWZ-VgQYhmXI0ggWZGC5AdFyPfAiotl/view?usp=shari...