-
|
Is it still possible to add new maps locally, for example, if I downloaded the app? In the past it's was possible by adding map details in As I understand, now the code references to squadcalc's API only to take this map images and cannot be changed. Changing the I was using it only to adjust some custom maps Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Since I moved every vanilla map files (and a lot of images/icons) on the API side so it can be used by squadcalc & squadtactics without duplicating, it's a lot harder now. If you change the api path in What I can do is to change |
Beta Was this translation helpful? Give feedback.
-
|
I pushed a try on https://github.com/sh4rkman/SquadCalc/tree/dev In short, you can now keep using Be advise (tell me if it's fine or not) :
|
Beta Was this translation helpful? Give feedback.


Since I moved every vanilla map files (and a lot of images/icons) on the API side so it can be used by squadcalc & squadtactics without duplicating, it's a lot harder now.
If you change the api path in
.envit will work for your custom map files but now you'll miss vanilla map files and a lot of iconsWhat I can do is to change
mapdata.jsso each map hold the full path. Vanilla maps would be${api}/skorpo/and you could add custom map by adding them with/public/img/mycustommap/or whatever path you want