| clintcan |
Sunday 20 January 2008 at 23:44
- [Quote]
|
Rank: 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
|
| Tinou |
Monday 21 January 2008 at 9:06
- [Quote]
|
Rank: Admin

 |
Yes, we have to do it.
It is one of the most important priority of POL. Edited by Tinou
|
| sugi |
Friday 22 February 2008 at 20:14
- [Quote]
|
Rank: 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 |
Friday 22 February 2008 at 23:49
- [Quote]
|
Rank: Membre

 |
|
| sugi |
Wednesday 27 February 2008 at 1:07
- [Quote]
|
Rank: 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 |
Wednesday 27 February 2008 at 5:00
- [Quote]
|
Rank: Membre
 |
check the begining of your script, it must begin from lines
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check Edited by chain2k
|
| guyx666 |
Thursday 6 March 2008 at 0:18
- [Quote]
|
Rank: 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
|