i have been working to open a gameserver on linux for a windows game. I have 4 windows VPS which runs the game perfectly.
I use steamcmd to donwload game and make a bat file to run it. its that simple

I want to learn linux and literally i have been working to open a server in linux for several days.
I learned how to install linux and connect to hem via vnc or xrdp. the final and important part is to run the game on it.
i install steamcmd.exe and run it via winehq but didnt start the game not single time

i just need a bat file for sh and i made like this:
#! /bin/bash
wine Z:/home/game.exe
but didnt work
i tried
wine cmd => game path and start the game game.exe -batchmode
didnt work either
game works only 64 bit OS
i use wine 1.7
what can i this game to work ?
thanks