Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

MySecondLife Modpack Loader

License

Notifications You must be signed in to change notification settings

nils-kt/MySecondLife-Modpack-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySecondLife Modpack Loader

GitHub issues GitHub license

Information

The MySecondLife Modpack Loader source code. Because the project was finished for reasons of time, the source code is now public.
But what does the program do? It downloads the OpenIV.asi and checks if the modifications of a server are up to date (check if the hash values match) with the client hashes. If not, the files are downloaded directly to the correct folder.

Server config files

modlauncher.hashes.json

{
  "hashes": [
    "90AEA983EDFA6ED9C603D7E04DFEA6CA"
  ]
}

hashes.json

{
  "Update": {
    "Hash": "6E4D1665CFC60A5C538706E1B90BEDFC20193B10",
    "Size": "838,60 MB"
  },
  "Dlc": {
    "Hash": "95754AE251B8C15F2A32629C1A9ED9B950E8EBAB",
    "Size": "19,73 MB"
  },
  "OpenIV": {
    "Hash": "C7B0A2F8AD03232E4BB1433828EA18E86EC25985",
    "Size": "0,13 MB"
  }
}

version.json

{"version":"0.0.3.9", "changelog":"• Bei jedem Start wird geprüft ob die Datei verändert wurde"}

Releases

No releases published

Packages

No packages published

Languages