Updated parse_save.py to use PascalString and PrefixedArray
This commit is contained in:
		
							parent
							
								
									1dd2871dfb
								
							
						
					
					
						commit
						79889722ac
					
				
					 1 changed files with 20 additions and 18 deletions
				
			
		|  | @ -16,3 +16,5 @@ with open("Save0.sav", 'rb') as sav_file: | |||
|     print("Title:",save.title) | ||||
|     for var in save.data: | ||||
|         print(" - {}: {}".format(var.name,var.data)) | ||||
|     #for block in save.data: | ||||
|     #    print("{}: {}".format(block.v_name, block.v_data)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue