Game
PropHunt

1 year ago

PropHunt now available for Linux. YAY! ヽ〳 ՞ ᗜ ՞ 〵ง

Major thanks to @UberPolice for Requesting & Testing.


It was way easier than I expected, but there were still some issues.

  1. The toolchain that you need for cross compiling would fail to download numerous times.

  2. Everything in the project that was named "windows" had to be renamed to something else.

  3. It would not allow Pragma Once in my Character's C++ file. Not a problem when compiling for windows.

    My workaround for this was just to add

    		
    			#if PLATFORM_WINDOWS
    #pragma once
    #endif
    		
    	

Tux model by Andy Cuccaro



5 comments

Loading...

Next up

Quokka - Aussie Cats

Update on the hunter AI:

Some problems here & there but the overall AI is coming together pretty well

The problem shown in the clip has been fixed

Marbled Polecat

@BeyondThePixels is a Jolter to Watch and a game developer re-inventing 90s retro cool for todays gaming community!

Check out their game Astro Burn: https://gamejolt.com/games/Astroburn/1023196

Follow them before the quest ends on October 21 and you'll get Coins!

Changing the prop mechanics to accomodate the size of the object by using temporary capsule.

Its a bit hard since not all objects are round, and that the character sometimes falls through the floor.

Edit: Found a solution

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Amur Leopard - big cat

Hunter AI is complete now.

The basic search, investigate and shoot functions work.

I'll make it better over time, adding newer search methods, checking if the player switches props etc

Read Article for more info :)

Bunnies are quite energetic, but none more so than Fluffyroll! Merchant, teacher, and babysitter to many children! 🐇

She's a great role model for the kids, like a cool aunt! 😎

Update 0.2.7

Small Additions, Changes & Fixes