Closed Pychnight closed 7 months ago
Small update, branch 1.4.9 was a attempt to port to the newest tshock and contains the latest code
what's broken in that branch
transform function
projectile counting (code is not correct)
just to update, all issues are now closed. however the problems still exist within this repo.
Terraria community has proven they are unwilling to commit to projects like this, so, rpg tool kit 2 is private and resolved all known problems of this repo, this repo will now be archived.
The current project has a secondary branch "indev" for terraria 1.4 changes however due to the lack of tshock updates and interest from the terraria community, this set of plugins has not been updated or continued.
For the programmers who are interested in working on this set of plugins here is a simple road map to follow
1- go though all 10 plugins and clean up code and remove disabled code (there are lots of disabled and some code that's no longer required due to 1.4 changes in the Hooks)
2- Clean up the mysql database implementations and if possible standardize them
3- Check configs and ensure all plugins are creating there default config files correctly.
4- Lastly after all the project is standardized submit the changes to this repo and we will have a clean project as a starting point for further changes.
5- After getting a clean starting point Implement missing features #38 and continue to refactor code to improve code quality and to allow new features to be supported.