Planting Uneasy Feelings
A downloadable game for Windows, macOS, and Linux
⚠️ READ THIS FIRST BEFORE DOWNLOADING! This project uses technology that is in an alpha state. Please read the READ1ST file in the game's distributable files. Due to an oversight on my end, only the macOS build works out of the box. To fix this issue for your platform, consult this support document ("What to do if the game doesn't launch"). By downloading the game you hereby acknowledge that you have read this statement and understand that you are proceeding at your own risk.
When Claris discovers that Tom, her manager, has cut but budget for her team's latest project, she devises a scheme for revenge; inflict a curse that turns everyone into trees. Are you able to inflict the curse and find the ones that will spread it uncontrollably?
Planting Uneasy Feelings is a game created for the 36th Godot Wild Jam and is a showcase for what can be done with the Kotlin/JVM module for Godot created by utopia-rise.
Special thanks to the following people for making this possible:
- LimeZu, for the office interior tileset
- Phildjii, for the Salmon font family
- Dean-Raul DiArchangeli, for the office ambience (Freesound)
- Serles Jordi, for the screaming sound effects (Freesound)
- utopia-rise, for the Godot Kotlin/JVM module
Status | Released |
Platforms | Windows, macOS, Linux |
Author | Marquis Kurt |
Genre | Puzzle |
Made with | Godot |
Tags | 2D, Casual, godot-wild-jam, Pixel Art |
Code license | Mozilla Public License 2.0 (MPL) |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Links | Source code |
Download
Click download now to get access to the following files:
Development log
- A Curse Throughout Eternity: A Post-mortem of Planting Uneasy FeelingsAug 26, 2021
- What to do if the game doesn't launchAug 23, 2021
- Quick Hotfix (1.0.1-SNAPSHOT)Aug 22, 2021
Comments
Log in with itch.io to leave a comment.
Doesn't work on Windows under no circumstances: starting "as is" leads to crash, tried also do "set JAVA_HOME=" in Command Prompt and start the game, but buttons in Main Menu didn't react on clicking on them. JRE version is 1.8.0_301. Linux version (tested it in Ubuntu 21.04) worked after installing "openjdk_11_jre" package and "export JAVA_HOME=" in Terminal.
I’m unfortunately able to do anything for Windows as I cannot test for that platform. If you’re still having issues on Windows, you may want to try building from source at https://github.com/alicerunsonfedora/planting-uneasy-feelings
I did a little digging and found something out: the thing is, your Windows and Linux builds only have JRE for macOS, so they cannot be running on the above systems. I downloaded Windows build, removed existed "jre" folder and do "jlink" stuff in it, and the game launched after that. I think, you may want to install Windows and Ubuntu in VM and generate your own JREs in it, but if you don't want to (or you're too lazy for that), I can give you generated JREs for these systems.
By the way, your source code helped me do a full translation of this game on Russian, thank you so much for this. But aside from that, you really do an awesome work, and I'll be looking forward to your next projects in the future.
If you could provide the Windows JRE, that would be excellent. The documentation didn’t specify to make the JRE for each platform, though this should be resolved soon (docs, that is).
Here you go: https://drive.google.com/file/d/1Vwk7vp3S4b4EHBDl8bZoZghDLeFDTPIa/view
Thank you! I’ll include it in the support doc until I can build new versions