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

Car Aura

Unreal + Medibang

Update 0.2.7

Small Additions, Changes & Fixes

Fluff Akumu

Character by @General_Skaza_

Your fellow Jolters are still hard at work making GREAT #GameJoltColors25 art!

There's still time for YOU to be part of it. Check your quest log to get started.

All artists are tagged below! 🔽

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

It's time for honorable mentions! 🐞🎉 [Article!]

UI Overhaul

Rounded Corners and added colors to Buttons, sliders and spin boxes.

Which one do you like. Colorful, purple or indigo?

Last pic is the old UI

Gamejolt Room #GameJoltColors25

Doesn't count, I know

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

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