Releases: user-grinch/PyLoader
PyLoader v0.09
- Fix crashes with example scripts
- Fix unload, reload, reload_all not unloading scripts
PyLoader v0.08
This is a preview release. Breaking changes might occur. Scripts from previous versions won't work. Check examples for more details. Be sure to check the getting started.
What's Changed
- Add reload_all with new scripts support
- Added force shutdown for scripts without waits
- Added psdk classes - CClock, CHud, CSprite2d, CTimer, RwTexture, RwTexDictionary, RwRaster, RwObject, RwLLLink, RwLinkist
- Added helper classes - camera, ped, vehicle
- Rename cleo module to addition
- Moved call_function, call_method, free_library, load_library, get_proc_address to memory module
- Moved test_cheat to common module
- Fixed bugs with call_function, call_method, get_raw, write_float, set_area_visible
- Code refactoring
Special thanks to @MGRCreek & @CTRL-paste for their contributions.
Full Changelog: 0.07...0.08
PyLoader v0.07
This is a preview release. Breaking changes might occur.
Changes,
- Fixed path issue
- Added some missing python modules
- Added on_restart & on_load_save events
- Fix issue with char* call_function & call_method
- Added a new hud class
PyLoader v0.06
This is a preview release. Breaking changes might occur.
Changes,
- Fixed a bug with script unload & reload
- Removed the VS Code extension
- Remove the wiki, docs are now in the readme. Function info now provided by the IntelliSense.
- Improved the IntelliSense tooltip to provide usage info
- Updated all the examples
Note: Scripts for earlier versions won't work. Check examples to know what changes are necessary.
PyLoader v0.05
This is a preview release. Breaking changes might occur.
Changes,
- Added bass opcodes & pybass3 library
- Added more events
pedCreateEvent, pedRenderEvent, pedDestroyEvent, objCreateEvent, objRenderEvent, objDestroyEvent, vehCreateEvent, vehRenderEvent, vehDestroyEvent
More about it here
PyLoader v0.03
This is a preview release. Breaking changes might occur.
Changes,
- Add an update checker
- Cleaned up code
- Fixed a startup crash #5
- Scripts can now be loaded/unloaded during runtime
- Added script.get_file_name()
- script.load, script.unload, script.reload, script.get_desc, script.get_author, script.get_name, script.get_file_name, script.get_version now takes script name as optional argument. More in wiki
- Added a reload_all example
PyLoader v0.02
This is a preview release. Breaking changes might occur.
Changes,
- Added a wiki here
- Added nop, set_raw, get_raw, read_float, write_float (memory module)
- Bug fixes for write_memory, read_memory, get_closet_ped, get_closet_vehicle
- Added on_script_terminate event
PyLoader v0.01
This is a preview release. Breaking changes might occur.
Installation guide is here. Download the PyLoader.7z from below. Also, install the VS Code extension.
What works:
- Most python stuff
- Game & some custom opcodes
- Error traceback etc.
Some opcodes may not work properly & crashes are expected. Let me know.