| clintcan |
Domingo 20 Enero 2008 a las 23:44
- [Citar]
|
Membre
 |
Hello,
I'm just curious on how to make those bash scripts. I saw the simple tutorial for the basic structure for this on the french forums, but I realize that there are more commands that you can use on POL, than what was written.
Is there anyone who can help out in write at least a more thorough documentation for it? I don't speak french, so I have a hard time deciphering the writeups (yes, using google translate helps a lot, but it is still difficult).
Thanks
|
| Quentin PÂRIS |
Lunes 21 Enero 2008 a las 9:06
- [Citar]
|
Admin

 |
Yes, we have to do it.
It is one of the most important priority of POL. Editado por: Tinou
|
| sugi |
Viernes 22 Febrero 2008 a las 20:14
- [Citar]
|
Membre
 |
How do you create those scritps for PlayOnLinux. I tired to make script.sh file but that didn't work. PlayOnLinux said it was the right format for the applications. I have to say though, I don't know anything about scripts. :-/
Sugi
|
| icaro581 |
Viernes 22 Febrero 2008 a las 23:49
- [Citar]
|
Membre
 |
|
| sugi |
Miercoles 27 Febrero 2008 a las 1:07
- [Citar]
|
Membre
 |
for example, I have the Oblivion script provided from this site, how would I make a script out of it for PlayOnLinux? I have tired making just a file called oblivion & oblivion.sh with gedit (text editor) *with everything from this link inside of it*
http://www.playonlinux.com/en/script-47.html
and then I try to load it with PlayOnLinux, run an unoffical script, but it says it's the wrong format. Which format do I make for PlayOnLinux?
Sorry for my english,
Sugi
|
| chain2k |
Miercoles 27 Febrero 2008 a las 5:00
- [Citar]
|
Membre
 |
check the begining of your script, it must begin from lines
Console: #!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check Editado por: chain2k
|
| guyx666 |
Jueves 6 Marzo 2008 a las 0:18
- [Citar]
|
Membre

 |
i have copy a Script for Prey Patch 1.03
i modify it to install a patch CoD2 v1.3
and it work for me.
hope it will be online after verification.
http://www.quebec666.com/ub666.jpg
|
| m5it |
Martes 31 Marzo 2009 a las 18:33
- [Citar]
|
Membre
 |
Hello all.
I have tested playonlinux and install call of duty 2 and it installs without any errors otherwise with wine only it give some errors! like 1627.. something..
but now i have a question for you guyx666 can you give me that patch so i can patch cod2 to v1.3 ?
please?
|
| m5it |
Martes 31 Marzo 2009 a las 19:14
- [Citar]
|
Membre
 |
hello one more time..
i have installed patch 1.3 now with that command:
env WINEPREFIX="/home/m5it/.PlayOnLinux/wineprefix/CallOfDuty2" wine CallofDutyPatchv1_3.exe
now i need to try if punkbuster work?
have anyone here allready?
|
| m5it |
Martes 31 Marzo 2009 a las 19:33
- [Citar]
|
Membre
 |
well pb dont work! MP work but if punkbuster dont then is not useful.. the same is if you try without playonlinux and pb dont work..
i have tryed to update pb with windows and linux pbsetup and without succesful play..  only with differend pb errors :-|
please help to fix pb
|
| NSLW |
Miercoles 1 Abril 2009 a las 9:31
- [Citar]
|
Membre

 |
Citation de m5it: please help to fix pb 
AFAIK PlayOnLinux is only a GUI for Wine and it doesn't commit to better working Wine. You can search if there is bug for punkbuster on Bugzilla if there is, vote for it and if not, create it and then link it to AppDB Then you may have got chance that someone interested will help you to fix pb.
|
| m5it |
Miercoles 1 Abril 2009 a las 12:23
- [Citar]
|
Membre
 |
ok
tnx for your advise, i will do that and will search for luck
|