What's new

Wine on linux

Arsdy

Squid Slayer
Joined
Jul 10, 2016
Messages
72
Reaction score
19
Points
8
Age
32
anyone here figure out how to run pko inside linux/mac using wine? does it work properly?
 
PlayOnLinux works good
but problem is "Loading" screen
So I decided to run inside VM
ah nice to see linux user :3 . well i do run virtual machine but its windows are eat too much ram.
 
maybe i should try xp.. i install windows 8.1 hahahahhaa...
 
Could you find a solution using Wine? Thanks in advance guys
 
PlayOnLinux/PlayOnMac also Wine
 
What I found in other thread is that they run this line wine system/Game.exe xz startgame tom:142.4.219.226,1973.
I can open the game window but It fails automatically when it tries to connect to the server, sp I changed the tom parameter removing the port of the server and I reach the log in screen. Now every login request response me as Time Out, what I think is, because I removed the port the game doesn't know where to hit. So every login gives me time out. My problem is that I don't know what TOM parameter is and how may I maniputale it, I trie IP:PORT like WebSocket nomenclature, but it still don't working. Do u know what's the correct tom parameter value? Its freaking me out.
 
What I found in other thread is that they run this line wine system/Game.exe xz startgame tom:142.4.219.226,1973.
I can open the game window but It fails automatically when it tries to connect to the server, sp I changed the tom parameter removing the port of the server and I reach the log in screen. Now every login request response me as Time Out, what I think is, because I removed the port the game doesn't know where to hit. So every login gives me time out. My problem is that I don't know what TOM parameter is and how may I maniputale it, I trie IP:pORT like WebSocket nomenclature, but it still don't working. Do u know what's the correct tom parameter value? Its freaking me out.
Pick the best IP (good ping) from https://code.pirateking.online/run_dest/servers.xml
Same does our Launcher.
If you add .NET 3.5 to Wine. You will be able to run Launcher too.
 
Yep I chose it. But now I think that is not recognizing the port
Code:
 wine system/Game.exe xz startgame tom:142.4.219.226,1973
that comma in between the server and the port is screwing everything, I tried in another ways, but I cannot hit the right way. So if you know how to use tom: parameter It would be great. Because I think that is the last step in order to have the game running.

I leave a screenshot of my screen

YeiaEh3.png
 
You use SH?
in that case, I would suggest you to use character escape sequence
 
So, I are saying that the comma between the server ip and the port is a character that point that those words are two different parameters?
 
So, I are saying that the comma between the server ip and the port is a character that point that those words are two different parameters?
No. it's just have special meaning for SH
 
Top