Missing Map Assets
-
The new beta branch for the steam server doesn't seem to display terrain correctly. Running the map CLI commands to regenerate image and terrain assets do not seem to change it. This only happens on the world map.
Is this a known issue with the steam beta server?
-
-
For anybody that encounters this issue now, I was able to fix it by copying the
assets
directory out ofnode_modules/@screeps/launcher/init_dist
into the location where by db.json file is located. I had messed up launching the server initially and removed some files andassets
must have been one of those things I removed.