Game
PropHunt

10 months 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

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 :)

Audio Occlusion

never knew this was a thing

this whole time I have been placing plethora of audio volumes like a buffoon

Another small Update!

V0.2.4

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

#BadArtChallenge

Well all of my art is bad

Thanks to @TeamHalfBeard , it is Time to Morp.

Begin to Morp in your quest log and then Morp more here: https://bit.ly/time2morp

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

Working on a gameplay modifier.

I need some suggestions

Edit: Changes & Editions

@ddemkoo is a Jolter to Watch and a creator who makes games, music, art, websites, and everything else in-between! Follow @ddemkoo before the quest ends on March 11 and you'll get Coins!

Infinite Staircase Added