CEDEGA

flash

1. Download the Windows version of Flash from www.adobe.com (Direct Link: install_flash_player.exe) 2. 'Install' Flash by running the installer (install_flash_player.exe) within Cedega to a new folder (call it 'Flash') 3. Once the installation is complete, locate the folder you installed Flash into (ie. ~/.cedega/Flash/) -- you'll need to cd to the following folder: Code:

cd ~/.cedega/Flash/c_drive/windows/system32/Macromed/Flash/

4. In this folder, you should see a file called NPSWF32.DLL -- copy this file into the mozcontrol/plugins folder using the following: Code:

cp NPSWF32.dll ~/.cedega/.transgaming_global/mozcontrol/plugins/npswf32.dll

5. Load Cedega and start Steam. If you can see Flash content, installation is complete! 6. You can now safely delete the "Flash" folder where you installed Flash in Cedega

Sharing Games Between Users (presun adresare .cedega)

IMPORTANT: Please read the warning below, as well as rereading the Cedega EULA before proceeding!

To make your games directory usable by more than one user, we recommend using the following steps. (If you haven't already run Cedega for the first time, please do so and then come back.)

Following the instructions included with your Linux distribution, create a user group that will have access to the shared Cedega install. In our example, we'll use gamefriends. If your distribution's group management utility doesn't automatically create a home directory, then you will have to do so manually: (You'll need to be root for these instructions.)

#mkdir /home/gamefriends

Move your .cedega and .cedegarc files from your home directory to their new, shared location:

#mv .cedega /home/gamefriends

#mv .cedegarc /home/gamefriends

Then set their permissions so that the other users on your system have access to it:

#chgrp -R gamefriends /home/gamefriends/

#chmod -R g+xrw /home/gamefriends/

The last step is to symbolically link the files back to each user's home directory. Execute the following commands as each user who has access like so:

>ln -s /home/gamefriends/.cedega ~/.cedega

>ln -s /home/gamefriends/.cedegarc ~/.cedegarc

WARNING: Please make sure that you are EXTREMELY CAREFUL about restricting permissions with this setup to ONLY those users you trust. The .cedegarc file you will be sharing CONTAINS YOUR PASSWORD, and by exposing it in this manner, you are allowing others the capability to use your password. While your password is not stored in pl

Poslední změna: 22.06.2008 19:17:29