Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

oguh43

9
Posts
1
Topics
A member registered Jan 21, 2021

Recent community posts

Above market entrance - When you spawn you can walk on air. Just hug the wall and walk on the small edge, the windows have no collision. Once in a while jump if you feel like you are slipping.

supporter-only_content.txt
After paying 1$

1) It was changed in the latest release
2) Assuming you have the readable password, input is carefully as there is a typo in it lol

Download, attach a debugger and go wild.
Hints:
1) Search for "wrong password"
2) Look at the function _hH

3) Look at what _iH returns to it

4) Reverse the encryption (or print the return value)

(1 edit)

sent :) (from agenthugo43@gmail.com)

btw: those are placeholders because I'm too lazy to make proper textures :)

Well, it still doesnt work, `agk.load_image("grass.png")` produces `RuntimeWarning: Could not find image: raw:grass.png"grass": agk.load_image("grass.png")`

This: `agk.load_image(os.path.join(media_folder,"right_path.png"))` where `media_folder` = `

__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
media_folder = os.path.join(__location__,"media")

`

results in `RuntimeWarning: Image raw:C:/Users/agent/OneDrive/Documents/github/net/agk/media/right_path.png is too large, resizing to 0x0`

hi, everything is 40x40 and fails to load

Hi, my operating system is Windows 64 bit. If i remember correctly, i have spaces and "weird" characters in my path, e.g. "áäčý"

Hi, this is the result every time when i try to load an image. Full path doesn't work either. Python 3.9.1 64-bit