Skip to main content

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

I'm pretty sure it's just because of my janky Dell Latitude e6420's framerate, but when I try to do what I'm assuming is the first wall jump challenge, I can hardly get up to the platforms because Tikal acts like he is landing on a flat surface before he reaches the opposite wall and then falls. I have been able to get around this by spamming jump around that time, but mostly I fail.


What I have been able to play of this game has been very fun and interesting, but I just wanted to throw this comment out there in case it's not just my PC causing the issue. Thanks! :')


EDIT: 

P.S. Also combos are practically impossible with my janky framerate. I'm able to defeat the hog thing but the robot is nearly impossible. (I say "nearly" because I was able to get it's health almost halfway once)

hi! 

sorry to hear about the platforming jank! like most games, the game needs to run above a certain framerate to actually work correctly. it sounds like because of low framerates, the physics calculations for the platforming seem to be misfiring.

try this! i didn't include a way to change the display resolution in game since this was a small project, but, if you right click on the game's exe, and hit "create shortcut", and then right click on the created shortcut, go to properties, look for the "target" line under the "shortcut" tab, and add " -screen-height 480 -screen-width 848" (without the quotes) to the very end of the line, it should down the display resolution of the game and bump up your performance quite a bit! (you can shrink it even more! just make sure whatever resolution you put in instead is at a 16:9 aspect ratio!)

or if that's too confusing or too much work I totally understand! just wanted to send a solution your way! ;)

either way, thanks for playing!

Thanks for the potential solution.

Unfortunately, it won't resize the window or change the resolution no matter what I try. Do you know if there is a setting in Windows10 that might be preventing this from working? Or maybe another switch/command I could try adding to the target instead?

(1 edit)

Never mind it did work. And it did fix the "landing on invisible platform" issue. Combat is also fixed!

I missed adding a space between the property and the value. (I had "-screen-height480" and not "-screen-height 480" without quotes of course)

I also assumed (foolishly) that it would make the window smaller, not lower resolution.

Anyway thanks again for the SOLUTION! And looking forward to fully playing! :)

awesome!! happy to help!!