jitspoe
@jitspoe
Former AAA game developer gone indie: Lone Wulf Studio LLC. Working on Fist of the Forgotten and KOOK. Also worked on Goop Loop, Digital Paint: Paintball 2, Far Cry 3, Far Cry 4, Ghost Recon: Future Soldier, LawBreakers, and Radical Heights.
Is it just me, or have Steam wishlist deletions been brutal lately? Getting 70+ deletions in a week is kind of crazy. I don't remember them ever being that bad in previous years.
You may have to go to great lengths to pet the cat in KOOK, but it can be done. Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #GodotEngine
Throwback to when I tried to make the boss robot leap into the foreground and might have miscalculated something. Wishlist Fist of the Forgotten: store.steampowered.com/app/1105470/...
For those who want to stick with Samsung messages so google doesn't control *yet another* form of communication: www.reddit.com/r/samsunggal...
Somebody had the ridiculous feature request to make the buckets home when an enemy is tagged by the rocket launcher tracking dart. Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #BoomerShooter
Swinging around on the grapple is pretty fun. #ScreenshotSaturday #Platformer Wishlist Fist of the Forgotten: store.steampowered.com/app/1105470/...
Uh... is there something I don't know about momentum platformers? This has never been an issue before.
Fewer than 20 pronunciations of Godot left before I've covered all the ones I'm aware of in my tutorial videos. 😆 www.youtube.com/playlist?lis...
I know we live in an era of artificially generated images, so this photograph will be difficult to believe, but I actually pulled the foil off of a yogurt container and it had nothing on it!
I had a few requests for an arachnophobia mode, but I didn't want the mitemares to lose their creepy factor, so I replaced their legs with a black cloud and skittering sounds with an ominous drone. Thoughts? Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #Arachnophobia
* Gets random Godot crash. * "I should debug that and see what's causing it so it can be fixed." The debugger:
You guys liked the gravity bit in the trailer. KOOK allows going both toward and away from lines, so you can walk inside and outside of cylindrical shapes. You can also teleport to a different orientation. Wishlist: store.steampowered.com/app/2329690/... #ScreenshotSaturday #Gravity
Hey #PitchYaGame, I'm also still working on Fist of the Forgotten, a momentum-focused platformer where you can slide down slopes to gain speed and jump up ramps for extra height. Additionally, a giant, mechanical fist provides combat and mobility. Wishlist: store.steampowered.com/app/1105470/...
Hey, #PitchYaGame! KOOK is a Quake-like retro FPS with Lovecraftian monsters, steampunk weapons, and mind-bending, M. C. Escher style gravity distortions. You can bunny hop, shotgun jump, kick bullets, and lots of other kooky things, too! Wishlist: store.steampowered.com/app/2329690/...
I feel like I need to add a Scott Sterling achievement. (If you like throwing objects at cultists, wishlist KOOK: store.steampowered.com/app/2329690/...) #ScreenshotSaturday #GodotEngine
Bonus clip from when I tried scaling the tentacles (for some reason I can't quote or reply to the original post: bsky.app/profile/jits...) (For KOOK: store.steampowered.com/app/2329690/...)
I expect most people will play KOOK with a mouse, but I also want controller users to be able to fine tune the stick aiming parameters exactly to their liking. Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #BoomerShooter
Added a bunch of background details, like waterfalls and such, that most people probably won't notice as they're zipping around, but I think it looks nice. Still rocking Godot 3 here. Wishlist Fist of the Forgotten: store.steampowered.com/app/1105470/... #ScreenshotSaturday #GodotEngine
After 4 hours of rebasing and merging... it hasn't been a smooth development day.
If there's one thing my gut issues have taught me, it's that if you can't eat the food you love, learn to love the food you can eat.
I didn't like the way tentacles clipped through things, so I tried using physical bones and animating them with impulses, but the result was... uncanny. Maybe it's perfect for a Lovecraftian game? Thoughts? Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #Lovecraft
I don't like traditional tutorials, so it makes me happy to see that several play testers have figured out the shotgun jump from this little note left by some ammo. Wishlist KOOK: store.steampowered.com/app/2329690/... #RetroFPS #BoomerShooter
I'm trying to make it a little easier to understand how to get to different axes on this M. C. Escher inspired level, so I've added glowing colored symbols to the teleportals and put most of them in line of sight. Wishlist KOOK: store.steampowered.com/app/2329690/... #ScreenshotSaturday #MCEscher
Pro-tip: If you're using Vegas Pro 22 with Godot's .avi files and it keeps crashing everything on your system because it's eating all the ram, you can losslessly convert the files to another container format that doesn't make it explode. Put this in a .bat: ffmpeg -i %1 -c copy %1.mov #GodotEngine