You are not logged in.
Pages: 1
First, you will need to install wine and xorg-server-utils:
pacman -Sy wine xorg-server-utils
If you haven't run Wine before, set up it up by running the following command with your regular username:
winecfg
This will create a ~/.wine folder, and let you set the default options.
Next, download Cloud. I have a mirror of the installer here if the main download page isn't working.
Now, install Cloud with the following command (don't change the defaults, they are fine):
wine CloudInstall.exe
It won't exit the installer cleanly, but the install will work anyways.
Before we run the game, we need a script to fix a couple of issues:
#!/bin/bash
###
# Current screen size
SIZE=$(xrandr |grep "*" |cut -d " " -f 1 |sed -e "s|*||g")
###
# To run Cloud, we must be in the dir with Cloud.exe
cd "$HOME/.wine/drive_c/Program Files/Cloud/bin"
wine Cloud.exe; xrandr -s "$SIZE"
Save the script as CloudGame.sh and make it executable with "chmod +x CloudGame.sh". Now, to run the game, just do the following in a terminal:
./CloudGame.sh
Enjoy Cloud!
NOTE: if you are having issues with the game's sound "stuttering", run "winecfg" and change the Audio driver to OSS and enable the Emulation option at the bottom of the tab. Also, make sure neither conky or torsmo are running, as they have adverse effects on Wine's rendering.
·¬»· i am shadowhand, powered by webfaction
Offline
'The hell is this? Do you just fly around? The screenshots make me think of Knights for Sega Saturn
Offline
Hmm, this game appears to be a big heap of pretentious wank.
Offline
wassup? cloudgame?? I mean ... what DOES it?
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
if you have tume to kill defentlly try this
Do you do more than fly around and look at that island?
Offline
Apparently yes... According to Wikipedia it is some kind of weather-based puzzle game (?). Could be quite fun for all I know, but the website could really use a better description of what goes on in it.
Offline
You push clouds around, consume them, fart them out and generally stuff like that.
And it's fun, too.
Offline
I get a message about a Mozilla ActiveX component that wine wants to download, but this isn't mentioned in the instructions.
Offline
I get a message about a Mozilla ActiveX component that wine wants to download, but this isn't mentioned in the instructions.
I mirrored it here, Mozilla ActiveX controls. The other option is to install the full (Windows) version of Mozilla or Internet Explorer. I perfer just the Mozilla ActiveX component though.
btw: it's a game. you fly around and fight pollution and make cloud pictures while some nice "sunny day" music plays.... why wouldn't you want to play that? Tux Racer has nothing on Cloud.
·¬»· i am shadowhand, powered by webfaction
Offline
Pages: 1