I am currently trying to host a Game Server, which only runs on Windows, with WINE. It ran fine until the Developers released an update today which introduced a couple new features and now I have to add parameters to the command line, which include quotation marks.
The example bash script:
Code: Select all
wine CAGGameServer-Win32-Shipping.exe cag_p?PlanetManagerName="FUNTOWN"?adminpassword=thisisnttherealpassword?steamsockets?Port=7777?PeerPort=7778?QueryPort=27015?MaxPlayers=32?CloudDir="Cloud1"?ServerName="My Cool Home Server"?gamepassword=test -seekfreeloadingserver
?CloudDir="Cloud1" continues to take a couple of characters from ?ServerName"My Cool Home Server". Specifically, it ends with the following error:
Code: Select all
[0006.42] Log: UCloudStorageBase::QueryForCloudDocuments ..\..\CAGGame\Cloud1?ServerName=My\
Cheers,
Maxunit