Game
PropHunt

14 days 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



2 comments

Loading...

Next up

Thurston Waffles, the goodest screaming floof ball

Working on a gameplay modifier.

I need some suggestions

Edit: Changes & Editions

Happy #WIPWednesday!

Are you working on a game? A song? Something else? Tell us in the comments!

New lighting sneak peek

🕹️ Enter The Highrise Game Jam Before It Ends On May 5! 🕹️

Learn the rules here: https://gamejolt.com/c/gamedev/highrisejam

Learn how to make a world on Highrise (which you MUST do to enter the jam) here: https://gamejolt.com/p/the-highrise-game-jam-is-underway-watch-t…

The jam has cash prizes! 💸💸💸

Finally done with that campfire scene.

@Manic0626 's OC & Nora by @FuntimeTerror

2 more angles in article

Pink Parallax Fur

🥳 The Highrise Game Jam is Underway! 🥳

Watch the video for tips on getting started building your first world in Highrise Studio. (Creating and submitting within Highrise Studio Hub is the only way to enter the jam!)

Learn more: https://gamejolt.com/c/gamedev/highrisejam

Update 0.2.5

Added a Gameplay Modifier, Map changes and Fixed several Bugs