AnthorNet / SC-InteractiveMap

Satisfactory-Calculator Interactive Map
137 stars 34 forks source link

Update Game Map to 1.0 #334

Closed Speedy37 closed 2 days ago

Speedy37 commented 4 days ago

Current Game Map is not in sync with 1.0

AnthorNet commented 4 days ago

You mean man the background?

If yes it is processing :D we use multiple AI software to move from 8k to 32k then smooth it. Then you have to slice the image for all zoom level into little tiles and upload it :)

Soon ;)

Pysis868 commented 3 days ago

@AnthorNet What do you use for your tile work?

AnthorNet commented 3 days ago

I've got a modified python script. Tiles are uploading and will we online tomorrow morning. Realistic map won't be updated as the Unreal Engine 5 broke our scripts and still unsure if I might be able to fix it.

Pysis868 commented 3 days ago

Can I see any of those, or are they proprietary / closed source?

AnthorNet commented 2 days ago

Map background updated.

@Pysis868 Using a modified version of gdal2tiles

Pysis868 commented 2 days ago

Ah, I have heard of that. https://gdal.org/en/latest/programs/gdal2tiles.html Still curious for your modifications, specific invocation, and the other UE scripts too.