change: Finished loading command and added some scripts for extracting world saves
This commit is contained in:
		
							
								
								
									
										21
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
SAVES := imperial-save
 | 
			
		||||
SAVES += skygrid-save
 | 
			
		||||
SAVES += witchcraft-save
 | 
			
		||||
 | 
			
		||||
all: $(SAVES)
 | 
			
		||||
 | 
			
		||||
imperial-save:
 | 
			
		||||
	mkdir imperial-save
 | 
			
		||||
	./spatial-db load worldsave "saves/Imperialcity v14.1/region" --output "imperial-save"
 | 
			
		||||
 | 
			
		||||
skygrid-save:
 | 
			
		||||
	mkdir skygrid-save
 | 
			
		||||
	./spatial-db load worldsave "saves/SkyGrid/region" --output "skygrid-save"
 | 
			
		||||
 | 
			
		||||
witchcraft-save:
 | 
			
		||||
	mkdir witchcraft-save
 | 
			
		||||
	./spatial-db load worldsave "saves/Witchcraft/region" --output "witchcraft-save"
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
clean:
 | 
			
		||||
	rm -r $(SAVES)
 | 
			
		||||
		Reference in New Issue
	
	Block a user