foxtacles / vaultmp

Multiplayer mod for the PC version of Fallout 3
http://www.vaultmp.com/
Other
129 stars 47 forks source link

Weight reduction #143

Closed BlackPhrase closed 6 years ago

BlackPhrase commented 7 years ago

I think that all precompiled dlls should be removed from the repo and archived and then shipped with release This will be really helpful It should free up about 20MB of space These dlls are only needed at runtime anyway

foxtacles commented 7 years ago

yep I agree. create a pull request for this change if you want :)

foxtacles commented 7 years ago

hmm, ideally you should do this:

1) checkout the tip of this repositories master https://github.com/foxtacles/vaultmp/commit/f4c84dc8279770eb56e87c982ed7158906df11e5 inside your repository 2) create a new branch from there, make the necessary changes 3) submit a PR for that branch (to be merged into this repositories master) 4) then I will merge the PR here and you can merge upstream master (this repositories master) into your own master

foxtacles commented 7 years ago

that is needed by the server, but it could also be refactored outside the repository

foxtacles commented 7 years ago

it contains all kinds of entity/game information (such as valid items, locations, everything) - it was originally extracted from the game files and then compiled into this database so the server can easily read it

foxtacles commented 7 years ago

it's good, but can you provide a link with the dependencies archive and add the link in the README.md?