Samuel Sargent

Results 48 comments of Samuel Sargent

No one else that has collab powers still does anything with this project. Its basically abandoned.

It's the same with @fogleman/craft, and all his other MC clone repos.

Unfortunately these are new accounts made just for spamming: ![image](https://github.com/fogleman/Minecraft/assets/90115230/f1eed47e-2e9d-4b2c-9e8d-4ba5c5fe76a6)

Ok, thanks On Tue, May 9, 2023 at 12:34 PM Wojciech Fiołka ***@***.***> wrote: > Do you have the setuptools package installed? If not, try pip install > setuptools. >...

I installed using Pacman, and then tried using PIP to install: Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: setuptools in /home/samuel/.local/lib/python3.10/site-packages (65.7.0) ERROR: Could...

This may be an error with normal pygame messing with pygame_ce. For example, I get this error, which descriptly says (with a comment) that it's for pygame_ce: ```py self.battle_map.draw_image(self.battle_base_map, self.battle_feature_map,...

No, since I'm using the package version I'm not sure what you saying. I'm not sure how I should get it to work with just pygame. delete the gaussion_blur() line...

I commented all calls to the blur function, and I get: ```py pickle.dump(new_data, handle) File "C:\Users\user\Documents\Masendor\Masendor-0.7.3.1\engine\data\datacacher.py", line 53, in __getstate__ return (pygame.image.tobytes(self.surface, "RGBA"), self.surface.get_size()) AttributeError: module 'pygame.image' has no attribute...

any way to import pygame_ce in main instead of change all the calls in the various files?

Still getting the tobytes error: ```py File "C:\Users\user\Documents\GitHub\Masendor\engine\data\datacacher.py", line 53, in __getstate__ return (pygame.image.tobytes(self.surface, "RGBA"), self.surface.get_size()) AttributeError: module 'pygame.image' has no attribute 'tobytes' ```