remance / Masendor

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

Missing map presets? #71

Closed Python-Sargent closed 1 year ago

Python-Sargent commented 1 year ago

I seem to be missing some historical map presets that are required before loading:

[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\varaville1\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\mortemer\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\dinan\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\varaville2\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\fulford\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\norman\\stamford\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\ottoman\\mohacs\\0\\unit_pos.csv'
[Errno 2] No such file or directory: 'C:\\Users\\user\\Documents\\GitHub\\Masendor\\data\\module\\historical\\map\\preset\\ottoman\\mohacs\\0\\eventlog.csv'
remance commented 1 year ago

Yeah those maps do not have all the data yet, so if you run the game via repo it will give those error message and the game will likely crash when start those maps. For now the only maps that can be played are demo and battle of Hastings.

Python-Sargent commented 1 year ago

So use the packaged version?

remance commented 1 year ago

The packaged version simply delete those map name from the list. But it is possible to use those map in custom map battle in the repo version.

Python-Sargent commented 1 year ago

So don't use repo version just yet, then.

Python-Sargent commented 1 year ago

Still doesn't work with package version

Python-Sargent commented 1 year ago

I seem to be missing just that one unit_pos.csv in each location:

image

Python-Sargent commented 1 year ago

Added in unit_pos.csv files by copying and renaming the troop pos files, doesn't crash just yet, but haven't been able to test it really as there is another crash happening.