Skip to content

Releases: etherealxx/limbo-godot

Release v1.2 : Freezing Bug Fix & Small Screen Support

26 Apr 21:41
08879ba
Compare
Choose a tag to compare

Read this👇 if you get a warning from browser after downloading

📍Click Me
      Don't worry, it's just a false positive. This "game" don't do any harm to the system. Here's how you allow the browser to download:
    • Google Chrome
    • Microsoft Edge
    • Microsoft SmartScreen
    • Google Chrome (Old)

limbo_keygen.exe is the game you want to download. Both the zip, rar, and 7z all contains the same executable. So if you're on slow internet, download those instead. However, your browser your browser might flag it as malicious, which is fair, but this game doesn't actually hurt your computer, don't worry.✨ It was made in Godot and the source code is literally this repository. You could clone the repo instead and open it on Godot 4.2.2 if you want.

🪲v1.2.0 Bugfix Info
    • Small resolution device fix for height less than 800px: smaller keys, smaller orbit, smaller distance, adjusted bsod screen
    • Key shuffle freezing problem (hopefully) fixed. (now using physics processing on all timers and tweens internally)
    • For devices with slower CPU (that makes the key shuffle slower), now it forces to end the shuffle
    • Added a little animation when clicking the key
    • Older AMD devices that doesn't support OpenGL 3.3 now supported (Using ANGLE, which increase the executable size by 5MB😔)
    • Little memory leak fix

limbo_keygen.exe : 7d23c1e17325e4e3137962459f46c59f247b9868d66d869738dbcab83625b47d (SHA256)
Virustotal 1/72 (false positive obviously)

godot.windows.template_release.x86_64_optimized_advancedgui_gd422_angle.exe : 26dc2324adf611e39939379f131e27858279e57587483dd88110ea494a89a868 (SHA256)
Virustotal 0/72

ℹ️ About the custom Export Template
    godot.windows.template_release.x86_64_optimized_advancedgui_gd422_angle.exe is an optimized Godot export template (for Godot 4.2.2) that I use for this project (ignore this if you don't understand). The export template was made with this command:
    scons platform=windows tools=no target=template_release bits=64 debug_symbols=no optimize=size module_text_server_adv_enabled=no module_text_server_fb_enabled=yes disable_3d=yes module_basis_universal_enabled=no module_bmp_enabled=no module_camera_enabled=no module_csg_enabled=no module_dds_enabled=no module_enet_enabled=no module_gridmap_enabled=no module_hdr_enabled=no module_jsonrpc_enabled=no module_ktx_enabled=no module_mbedtls_enabled=no module_meshoptimizer_enabled=no module_mobile_vr_enabled=no module_msdfgen_enabled=no module_multiplayer_enabled=no module_noise_enabled=no module_navigation_enabled=no module_ogg_enabled=no module_openxr_enabled=no module_raycast_enabled=no module_regex_enabled=no module_squish_enabled=no module_tga_enabled=no module_theora_enabled=no module_tinyexr_enabled=no module_upnp_enabled=no module_vhacd_enabled=no module_vorbis_enabled=no module_webrtc_enabled=no module_websocket_enabled=no module_webxr_enabled=no module_zip_enabled=no use_mingw=false angle_libs=C:\godot-angle-static

    Assuming you put the release godot angle static binary on C:\godot-angle-static
    (or just remove the angle_libs=C:\godot-angle-static part to not include ANGLE, which makes the game doesn't run on certain older devices. It saves 5MB in space.)
    However, for building limbo_keygen.exe, I use a slightly different one with an encryption key.

    Godot License: https://godotengine.org/license/

Release v1.1 + More Bugfix

17 Apr 02:28
Compare
Choose a tag to compare

Read this👇 if you get a warning from browser after downloading

📍Click Me
      Don't worry, it's just a false positive. This "game" don't do any harm to the system. Here's how you allow the browser to download:
    • Google Chrome
    • Microsoft Edge
    • Microsoft SmartScreen
    • Google Chrome (Old)

limbo_keygen.exe is the game you want to download. Both the zip, rar, and 7z all contains the same executable. So if you're on slow internet, download those instead. However, your browser your browser might flag it as malicious, which is fair, but this game doesn't actually hurt your computer, don't worry.✨ It was made in Godot and the source code is literally this repository. You could clone the repo instead and open it on Godot 4.2.1 if you want.

🪲v1.1.2 Bugfix Info
    • Fixed savefile not working before
    • Added option to adjust volume of music
    • Changed most font to Selawik
    • Added option to make the ending displays in maximized borderless state, but not a true fullscreeen. This allows screen recorders to works properly.

limbo_keygen.exe : 9f66df745ed38bd8946d9375feba3c14948ce7b00a421ce62410d8b096465b94 (SHA256)
Virustotal 1/71 (false positive obviously)

godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe : 88487ff0a325eaf688e394da867fc489bc84c5742139a869d3cc0ab451436fb3 (SHA256)
Virustotal 0/70

Download the export template here if you need it. (This is not the runnable game)

ℹ️ About the custom Export Template
    godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe is an optimized Godot export template that I use for this project (ignore this if you don't understand). The export template was made with this command:
    scons platform=windows tools=no target=template_release bits=64 debug_symbols=no optimize=size module_text_server_adv_enabled=no module_text_server_fb_enabled=yes disable_3d=yes module_basis_universal_enabled=no module_bmp_enabled=no module_camera_enabled=no module_csg_enabled=no module_dds_enabled=no module_enet_enabled=no module_gridmap_enabled=no module_hdr_enabled=no module_jsonrpc_enabled=no module_ktx_enabled=no module_mbedtls_enabled=no module_meshoptimizer_enabled=no module_mobile_vr_enabled=no module_msdfgen_enabled=no module_multiplayer_enabled=no module_noise_enabled=no module_navigation_enabled=no module_ogg_enabled=no module_openxr_enabled=no module_raycast_enabled=no module_regex_enabled=no module_squish_enabled=no module_tga_enabled=no module_theora_enabled=no module_tinyexr_enabled=no module_upnp_enabled=no module_vhacd_enabled=no module_vorbis_enabled=no module_webrtc_enabled=no module_websocket_enabled=no module_webxr_enabled=no module_zip_enabled=no use_mingw=false 

    However, for building limbo_keygen.exe, I use a slightly different one with an encryption key.

    Godot License: https://godotengine.org/license/

Release v1.1 (Bugfix)

16 Apr 12:25
Compare
Choose a tag to compare

Read this👇 if you get a warning from browser after downloading

📍Click Me
      Don't worry, it's just a false positive. This "game" don't do any harm to the system. Here's how you allow the browser to download:
    • Google Chrome
    • Microsoft Edge
    • Microsoft SmartScreen
    • Google Chrome (Old)

limbo_keygen.exe is the game you want to download. Both the zip, rar, and 7z all contains the same executable. So if you're on slow internet, download those instead. However, your browser your browser might flag it as malicious, which is fair, but this game doesn't actually hurt your computer, don't worry.✨ It was made in Godot and the source code is literally this repository. You could clone the repo instead and open it on Godot 4.2.1 if you want.

🪲v1.1.0 Bugfix Info
    • Fixed savefile not working before
    • Added option to adjust volume of music

limbo_keygen.exe : 2e6bd3d46c37cc45060cbfd22f4a021916bd53cb4adf57a03bd61055c08310f0 (SHA256)
Virustotal 1/70 (false positive obviously)

godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe : 88487ff0a325eaf688e394da867fc489bc84c5742139a869d3cc0ab451436fb3 (SHA256)
Virustotal 0/70

Download the export template here if you need it. (This is not the runnable game)

ℹ️ About the custom Export Template
    godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe is an optimized Godot export template that I use for this project (ignore this if you don't understand). The export template was made with this command:
    scons platform=windows tools=no target=template_release bits=64 debug_symbols=no optimize=size module_text_server_adv_enabled=no module_text_server_fb_enabled=yes disable_3d=yes module_basis_universal_enabled=no module_bmp_enabled=no module_camera_enabled=no module_csg_enabled=no module_dds_enabled=no module_enet_enabled=no module_gridmap_enabled=no module_hdr_enabled=no module_jsonrpc_enabled=no module_ktx_enabled=no module_mbedtls_enabled=no module_meshoptimizer_enabled=no module_mobile_vr_enabled=no module_msdfgen_enabled=no module_multiplayer_enabled=no module_noise_enabled=no module_navigation_enabled=no module_ogg_enabled=no module_openxr_enabled=no module_raycast_enabled=no module_regex_enabled=no module_squish_enabled=no module_tga_enabled=no module_theora_enabled=no module_tinyexr_enabled=no module_upnp_enabled=no module_vhacd_enabled=no module_vorbis_enabled=no module_webrtc_enabled=no module_websocket_enabled=no module_webxr_enabled=no module_zip_enabled=no use_mingw=false 

    However, for building limbo_keygen.exe, I use a slightly different one with an encryption key.

    Godot License: https://godotengine.org/license/

Release v1

14 Apr 22:14
Compare
Choose a tag to compare

Read this👇 if you get a warning from browser after downloading

📍Click Me
      Don't worry, it's just a false positive. This "game" don't do any harm to the system. Here's how you allow the browser to download:
    • Google Chrome
    • Microsoft Edge
    • Microsoft SmartScreen
    • Google Chrome (Old)

limbo_keygen.exe is the game you want to download. Both the zip, rar, and 7z all contains the same executable. So if you're on slow internet, download those instead. However, your browser your browser might flag it as malicious, which is fair, but this game doesn't actually hurt your computer, don't worry.✨ It was made in Godot and the source code is literally this repository. You could clone the repo instead and open it on Godot 4.2.1 if you want.

godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe is an optimized godot export template that i use for this project (ignore this if you don't undertand).
The export template were made with this command:

scons platform=windows tools=no target=template_release bits=64 debug_symbols=no optimize=size module_text_server_adv_enabled=no module_text_server_fb_enabled=yes disable_3d=yes module_basis_universal_enabled=no module_bmp_enabled=no module_camera_enabled=no module_csg_enabled=no module_dds_enabled=no module_enet_enabled=no module_gridmap_enabled=no module_hdr_enabled=no module_jsonrpc_enabled=no module_ktx_enabled=no module_mbedtls_enabled=no module_meshoptimizer_enabled=no module_mobile_vr_enabled=no module_msdfgen_enabled=no module_multiplayer_enabled=no module_noise_enabled=no module_navigation_enabled=no module_ogg_enabled=no module_openxr_enabled=no module_raycast_enabled=no module_regex_enabled=no module_squish_enabled=no module_tga_enabled=no module_theora_enabled=no module_tinyexr_enabled=no module_upnp_enabled=no module_vhacd_enabled=no module_vorbis_enabled=no module_webrtc_enabled=no module_websocket_enabled=no module_webxr_enabled=no module_zip_enabled=no use_mingw=false 

However for building limbo_keygen.exe i use a slightly different one with encryption key.
Godot License : https://godotengine.org/license/


limbo_keygen.exe : 9461477237811941d2b3ad14798803210fa92cdccc31a70c26cab3981868747d (SHA256)
Virustotal 1/70 (false positive obviously)

godot.windows.template_release.x86_64_optimized_with_advanced_gui.exe : 88487ff0a325eaf688e394da867fc489bc84c5742139a869d3cc0ab451436fb3 (SHA256)
Virustotal 0/70