user-grinch / PyLoader

Python script loader for Grand Theft Auto San Andreas
GNU General Public License v3.0
29 stars 5 forks source link

CRGBA class, RenderWare modules converted to package, general improvements #8

Closed ghost closed 3 years ago

user-grinch commented 3 years ago

Should've tested it before merging but... @MGRCreek

Events.py: Traceback (most recent call last):

Events.py:   File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\__init__.py", line 2, in <module>

Events.py: from libstd.game_sa.sprite2d import CSprite2d
Events.py:   File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\sprite2d.py", line 3, in <module>

Events.py: from libstd.game_sa.rw import RwTexture, RwTextureAddressMode
Events.py:   File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\rw\__init__.py", line 1, in <module>

Events.py: from rwplcore import *
Events.py: ModuleNotFoundError
Events.py: No module named 'rwplcore'
ghost commented 3 years ago

I accidentally committed the wrong file, sorry