ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 26 forks source link

Getting a linux vers working #137

Closed karsonatorz closed 3 years ago

karsonatorz commented 3 years ago

We've got hammer working on linux, it would be fantastic to get this tool working too :D

When game configs are set and running on wine: pic

Is there any way?

maxdup commented 3 years ago

The main hurdle when it comes to multiplatform compatibility is WPF support, which we do the UI with. My advice would be: -Use winetricks to install native .NET. and/or -Make sure you use wine 5.7+ which should include WPF support