remance / Masendor

Open source educational and historical battle action game, All helps accepted
MIT License
142 stars 31 forks source link

Issue #23

Closed Hamster-lord closed 1 year ago

Hamster-lord commented 1 year ago

File "/Users/Emma/PycharmProjects/Madendor/Masendor-0.6.2.1/gamescript/gamelongscript.py", line 591, in csv_read with open(main_dir + folderlist, encoding="utf-8", mode="r") as unitfile: FileNotFoundError: [Errno 2] No such file or directory: '/Users/Emma/PycharmProjects/Madendor/Masendor-0.6.2.1/gamescript/data/ruleset/historical/map//Users/Emma/PycharmProjects/Madendor/Masendor-0.6.2.1/gamescript/data/ruleset/historical/map/megiddo/info.csv'

remance commented 1 year ago

Thanks for posting the issue.

Seem like you are using the old release version. I believe the Megiddo map in that version is unfinished and cause error when start like this one. The only playable map for that version is probably only Battle of Hastings.

Hamster-lord commented 1 year ago

Thx Also do I need to download all the files in the new realease or 1 or 2. If it is 1 or 2 please tell me which ones

Hamster-lord commented 1 year ago

Also do I need to use pycharm pro or can I use Pycharm community.

remance commented 1 year ago

If you are going to test the release, then you need all the files in that version. Unless you are talking about the commit then just clone the repo will work.

For pycharm, you only need it for testing the commit update and you can use either version as long as it use python 3.10.

Hamster-lord commented 1 year ago

ok thx

Hamster-lord commented 1 year ago

Can I use 3.8?

Hamster-lord commented 1 year ago

or only 3.10

remance commented 1 year ago

3.8 may still work but 3.10 work for sure.