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

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

Update 0.2.5

Added a Gameplay Modifier, Map changes and Fixed several Bugs

The reddest of pandas

The Cryptmaster Anniversary Update is here! 

@akuparagames saw that players loved the in-universe card minigame "Whatever." So for this update, they've put more effort to make it its own Roguelike game mode!

Try the FREE DEMO: https://bit.ly/CryptmasterSteam

New lighting sneak peek

The Button Effect – @Frycandle 's minimalist first-person puzzler inspired by The Witness, The Talos Principle and The Beginner's Guide, is coming to Steam! 

Play the demo and wishlist the game now: https://bit.ly/thebuttoneffect

Another small Update!

V0.2.4

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

Let there be colors - I made a custom dynamic fluid system + physically accurate spread with no extra cost.

Update 0.2.6

Size cut, Optimization and small fixes.