Open danieldanielecki opened 4 years ago
Does anyone look at this anymore?
@danieldanielecki Have you put PAL_MSTR.BMP
file from SimCity 2000 in the specified location and are still having the problem?
I'll try and look at this later this week. Most likely I'll just push the local dependency out (it's a fork of pngjs) but even then this is not in any state that is remotely playable / usable.
Please keep in mind, it doesn't currently "do" anything besides convert the tiles into PNG and start the load process.
@dfloer - where can I get the file from?
@nicholas-ochoa - were you able to do any progress?
@danieldanielecki Retail copy of the game, not sure where you can buy the Windows 95 version these days. It can't be included here because the game seems copyright protected.
Ohh so basically from the repo it's infeasible to clone the game.
So how should we solve this problem now
have you finish this problem
nope, I gave up that time
nope, I gave up that time
Perhaps you can try this project: https://github.com/pdeva/OpenSC2K . I have successfully built it with this, but of course its functionality is not yet complete, as his readme said, but he does not lack the so-called confusing files there
nope, I gave up that time By the way, you need to change the file of package.json to adapt to version changes in order to build successfully, at least on my machine
nope, I gave up that time
Perhaps you can try this project: https://github.com/pdeva/OpenSC2K . I have successfully built it with this, but of course its functionality is not yet complete, as his readme said, but he does not lack the so-called confusing files there
By the way, you need to change the file of package.json to adapt to version changes in order to build successfully, at least on my machine
The installation with
yarn install
/yarn dev
is no longer working. This is both formaster
andtypescript
branch.The
master
branch in a browser shows only black screen on thelocalhost:3000
with some errors in the console:The
typescript
branch has local hardcoded dependency pngjs (see issue #54). Even when setting this aslatest
it complains aboutnode_modules/fsevents/fsevents.node
file. This file can be cleaned up and the error disappears. However, then in a terminal I can see another error(node:7713) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'assets/import/PAL_MSTR.BMP'
and Electron's starting page.Can you please take a look into these issues and let us know?