Sorry for this necro-quote/post but i was wondering ...
Quote:
Originally Posted by TheDarkWraith
I can make it work with any application. I have a version I made that allows one to inject DLLs into ANY process (plus it does a lot more than that  ). So yes I can make it work for SH3/4
|
Quote:
Thus all the .py files have to be compiled at game start and this takes time to do.
The Python language supports pre-compiled files but SH5 doesn't
|
I just saw an article about
shedskin
This tool translate pure, but implicitly statically typed Python (2.4-2.6) programs into optimized C++ ( and dll if i'm correct )
Can we use this to improve the horrendous loading time and cpu usage of SHV ?
Is such a feat possible, if so where do I begin ?