Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bogudan

250
Posts
5
Topics
1
Followers
2
Following
A member registered Nov 19, 2021

Recent community posts

And what color better?

Depends on what we consider "AI".

Why non-multiplayer game even requires server?

What access are we talking about?

Game not loading past "Start the game" screen.

"Server error, try again" ???

Game not loading. Firefox.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Game not loading. Firefox.

still waiting on run dependencies: Fish jam.js:14111:18

dependency: wasm-instantiate Fish jam.js:14111:18

(end of list) Fish jam.js:14111:18

Game not loading. Firefox.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Same error.

Game not loading. Firefox.

still waiting on run dependencies: Tree Cutting: A Clicker Game.js:14142:18

dependency: wasm-instantiate Tree Cutting: A Clicker Game.js:14142:18

(end of list) Tree Cutting: A Clicker Game.js:14142:18

Game not loading. Firefox.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Maybe you meant marker on the map?

Game not loading. Firefox.

Silent Echo community · Created a new topic Good game

Completed demo. One complaint: %-based display of some stats, although them being in form "curr/max" will be much more sence.

Probably this: https://github.com/godotengine/godot/issues/86382

That was interesting :) Got all 3 endings.

One problem I encountered: keyboard input during entering name/password not working properly and in on-screen mode there are no equivalent of backspace.

Game not loading. Firefox.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

This may be problemmatic...

https://github.com/godotengine/godot/issues/86382

Primes community · Created a new topic Game not loading

Firefox

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Now 2 new problems.

First: game tries to load from html.itch.zone domain, which is outdated.

Second (after manually changing domain):

The following features required to run Godot projects on the Web are missing:

Cross Origin Isolation - Check web server configuration (send correct headers)

SharedArrayBuffer - Check web server configuration (send correct headers)

What credentials should I put into login screen to be able to play?

As stated in my post: FF.

Game not loading. FF.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Game not loading. FF.

Game not loading. FF.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

FF, Linux Mint.

Pressing any of ZXCV keys pops search bar.

FF.

Game not loading. FF.

still waiting on run dependencies: index.js:14050:18

dependency: wasm-instantiate index.js:14050:18

(end of list) index.js:14050:18

Yep, now it's working. Thanx :)

Still cropped, but not that badly...

UPD2:

Ki.state.bloom.inventory.forEach(((n,i)=>{a===n.type&&e>n.tier&&n.tier>t&&(t=n.tier,r=i)}))

should be

Ki.state.bloom.inventory.forEach(((n,i)=>{a===n.type&&e>n.tier&&t>n.tier&&(t=n.tier,r=i)}))

Game not loading. FF.

still waiting on run dependencies: Sky Industry 0.1.3.js:14111:18

dependency: wasm-instantiate Sky Industry 0.1.3.js:14111:18

(end of list) Sky Industry 0.1.3.js:14111:18

In many places text either cut or goes beyond it's intended region.

Game cropped horizontally.

(3 edits)

I like this game :) Got all achivements.

Location hint:













3 at the festival, 1 at the location with letter and other 4 come with the natural game progression.

Yes, it will if applied unconditionally. That is why I wrote "in branches that do actual handling".

Just checked it. Pressing 'C' on top of ladder (Actions: [C]limb) still shows up search bar, but U/D/Q for "Climb [U]p or [D]own? (or [q]uit)" does not.

Probably that: https://itch.io/blog/658823/ff-search-bar-appears-when-pressing-alphanumeric-key...