Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I think it might be because of the limit I set for map generation, did you see what error output it said on the terminal?

Idk I'll have to see when I look through the vod

(+1)

also, why is your game took sooooo long to load? (or is it my internet problem?)

(+1)

No it just has a large file lol

(+1)

how large?( like how big the file size is 100mb?)

Idk thats a question for mango, I just know its on the larger side, I think it could be close to 500mb+?

(+1)

500mb! what language is it written in! I written mine in python but I bundled it with the python interpretor and executer which are both super large and it still stayed under 500mb.

we used Gdevelop’s visual scripting for ours but the core code is Java

This is one of the error logs that I got, you can watch the full playthrough I did here, starting at timestamp 1:23:30 Video

(+1)

oh! it's because I set a random value for the map expanding, since the map expands too much, the random algorithm is contradicted with the reality(I think so, I will dive deeper into it!)

😂 Gotcha

(1 edit) (+1)

I looked deep into it, and it is even worse than my expectation, it looks like my game logic contradict with the basic python library!

oh no!! 😂 

(+1)

it looks like my map limit is too big!

(1 edit) (+1)

see the last 2 lines of the error? random.py isn't a file I had, it is a python libary file!