Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

please post your 2 LUA and 2 PNG files here!

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...

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

guess you edited the message, I tried uploading that zip right away and it still wasn't working, I don't know if you had fixed the mistakes or not

yes, there is an issue with your images as well, I'm trying to figure it out :(

that's ok, do you think you can make us a zip real quick WITHOUT our localized images just so we know the game works without them

https://drive.google.com/file/d/1yWpSnBZoa9Hera5mXQBSsT1SsYtXcylQ/view?usp=shari...

THANK YOU! This seems to be working, at least we have something online that we can actually play

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...

Unfortunately, while this file does work, it doesn't display at least the correct logo, maybe the other image shows up but tbh, I didn't feel like checking yet

we'll give you a special thanks in the webpage if that's okay with you, I'd put it in the game's credits but I don't even wanna TOUCH those files anymore in case I mess up something else

No problem! If I can solve your image issue I'll ping you here - I'm helping another team with apparently the same problem...