diff --git a/lib/launcher/python/README.md b/lib/launcher/python/README.md index c1f2be1..3090a02 100644 --- a/lib/launcher/python/README.md +++ b/lib/launcher/python/README.md @@ -17,13 +17,18 @@ * [ ] put the port of the GUI here or in a new file? * __mchandler.py__ * [ ] add a launch function using the access token - * ~~add a function to verify a given access token~~ - * [ ] add functtions to pass configuration data - * [ ] launch command (with escape sequences for non-static values (configuration and user data) - * [ ] RAM amount - * [ ] Game Directory - * [ ] Additional arguments - * [ ] Anything I may have forgotten + * ~~add a function to verify a given access token~~ _moved to `yggdrasil.py`_ + * [x] add functtions to pass configuration data + * ~~launch command (with escape sequences for non-static values (configuration and user data)~~ _moved_ + * ~~RAM amount~~ + * ~~Game Directory~~ + * ~~Additional arguments~~ + * _handled by a dictionary_ + * [ ] add the launch command builder + * [ ] add the launch command setter + * [x] add RAM auto detection + * [ ] add proper error handling + * __updater.py__ * [ ] add a function to determine whether updates are available * [ ] add a function to download updates