Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

astructornopk

2
Posts
A member registered 21 days ago

Recent community posts

Thanks for your help. 

I am building on linux ( Ubuntu ) and I get several errors related to DirectX:

~/WickedShooter/WickedEngine/WickedEngine/Utility/DirectXMath/DirectXMath.h:176: ~//WickedShooter/WickedEngine/WickedEngine/Utility/DirectXMath/WinAdapter.h:628:33: error: expected parameter declarator 628 | CROSS_PLATFORM_UUIDOF(IUnknown, "00000000-0000-0000-C000-000000000046")

....

I tried to force only linux with 

add_definitions(-D_WIN32=0)

But I get tons of other errors.

Would it be possible to add simple instructions of how to build for only Linux?

It is fantastic, a good way to learn how to use Wicked Engine. 

Nonetheless, I cannot figure out how to build the executable on my own once I make modifications to the LUA code. I would like to have a new executable. Can you add a build files and a small readme with commands   so that it is easier to see how everything works together to build custom Wicked Engine games?