kentdev / Trichromic

Turn-based strategy game I wrote in 2007, with art and music help from Carnegie Mellon's Game Creation Society
2 stars 0 forks source link

Request for help with Trichromic #1

Open MartiusR opened 4 years ago

MartiusR commented 4 years ago

Dear Mr Kent

(first of all - apologies for contacting in this way, but I couldn't find any e-mail contact)

My name is Marcin and recently I've found out by accident about your game, turn based strategy Trichromic. It looks very interesting, however I'm unable to open it (it just doesn't open, no errors/etc).

Only clue I've found was in file empdebug.txt, here is the part which is suggesting error:

Error loading script 'scripts/gamesaves.lua': cannot open scripts/gamesaves.lua: No such file or directory Error: Can't initialize Lua

I'm not sure how can I repair this issue (package I've downloaded seemed to be in order, yet message is suggesting that some file(s) is/are missing.

I've downloaded game from this website (since I didn't found any other active download with .exe inside): https://www.gamecreation.org/games/trichromic

I would be really grateful, if you could help me make this game working - I'm aware that it's quite old and can make some issues on newer systems, but error is suggesting rather something about missing file(s).

Kindly thank you in advance for help!

kentdev commented 4 years ago

Hi Marcin,

I'm pleasantly surprised that my game is still drawing interest from people! I took a look at the zip file available from the game creation society, and it's no wonder it wasn't working: it doesn't contain any of the necessary data files.

I was able to get the game to start running by downloading a zip file of the game from Github and extracting the "ai", "data", "maps", and "saves" directories. I've also attached the missing "gamesaves.lua" file. Create a "scripts" directory and save it in there. That should get the game to start, though network play definitely won't work.

Thanks for reaching out! -Kent

On Mon, 13 Jan 2020 23:55:48 -0800, MartiusR notifications@github.com wrote:

Dear Mr Kent

(first of all - apologies for contacting in this way, but I couldn't find any e-mail contact)

My name is Marcin and recently I've found out by accident about your game, turn based strategy Trichromic. It looks very interesting, however I'm unable to open it (it just doesn't open, no errors/etc).

Only clue I've found was in file empdebug.txt, here is the part which is suggesting error:

Error loading script 'scripts/gamesaves.lua': cannot open scripts/gamesaves.lua: No such file or directory Error: Can't initialize Lua

I'm not sure how can I repair this issue (package I've downloaded seemed to be in order, yet message is suggesting that some file(s) is/are missing.

I've downloaded game from this website (since I didn't found any other active download with .exe inside): https://www.gamecreation.org/games/trichromic

I would be really grateful, if you could help me make this game working - I'm aware that it's quite old and can make some issues on newer systems, but error is suggesting rather something about missing file(s).

Kindly thank you in advance for help!

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kentdev/Trichromic/issues/1

MartiusR commented 4 years ago

Hi Kent

Thank you very much for reply!

I've copied all folders, but I can't find file gamesaves.lua, where it's uploaded? I've check repository but I can't find file gamesave.lue (was trying to search with in code section, but didn't find it.

I was also looking for updates, but also didn't find this file.

Thank you in advance for answer!

kentdev commented 4 years ago

Hi Marcin,

I attached it to my e-mail, but it must have been filtered out by Github. I'll add the missing file into Github when I'm next able to.

A temporary workaround is to create a "scripts" directory and put an empty file named "gamesaves.lua" inside it. This will allow the game to run, though saving and loading won't work.

-Kent

On Wed, 15 Jan 2020 09:57:36 -0800, MartiusR notifications@github.com wrote:

Hi Kent

Thank you very much for reply!

I've copied all folders, but I can't find file gamesaves.lua, where it's uploaded? I've check repository but I can't find file gamesave.lue (was trying to search with in code section, but didn't find it.

I was also looking for updates, but also didn't find this file.

Thank you in advance for answer!

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kentdev/Trichromic/issues/1#issuecomment-574778581