Forum Romania Inedit
Romania Inedit - Resursa ta de Fun
|
Nou pe simpatie: Ioana24 la Simpatie.ro
 | Femeie 25 ani Bucuresti cauta Barbat 27 - 43 ani |
|
|
Forum Romania IneditReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #2 |
|
|
Sharing a single folder for iGo and Amigo
For those of you sharing a single folder for iGo and Amigo, I strongly suggest you do the following no matter which skin you decide to use. - Create two folders called "save_igo" and "save_amigo" and put them in the same directory as your "save" folder. - Copy the contents of the "save" folder into both of them. - In the save Amigo folder, place an empty text file called "amigo.txt". - In the save iGo folder, place an empty text file called "igo.txt". - Place the same "igo.txt" file in the "save" folder too. - Then append the following code to your mortscript code used to start Amigo:
Code:
If(FileExists("\sdmmc\iGo\save\igo.txt"))
Move("\sdmmc\iGo\save\*.*", "\sdmmc\iGo\save_igo", TRUE, TRUE)
Sleep 1000
Move("\sdmmc\iGo\save_amigo\*.*", "\sdmmc\iGo\save", TRUE, TRUE)
Sleep 1000
EndIf |
- Then append the following code to your mortscript code used to start iGo:
Code:
If(FileExists("\sdmmc\iGo\save\amigo.txt"))
Move("\sdmmc\iGo\save\*.*", "\sdmmc\iGo\save_amigo", TRUE, TRUE)
Sleep 1000
Move("\sdmmc\iGo\save_igo\*.*", "\sdmmc\iGo\save", TRUE, TRUE)
Sleep 1000
EndIf |
- You will need to adjust the paths to the files and directories according to how you have your system set up.
The code checks the "save" folder to see if "igo.txt" is there when you are launching Amigo or if "amigo.txt" is there when you are launching iGo. If it finds the other programs save file in there, it will transfer those files to the corresponding save folder, either "save_amigo" or "save_igo", and then copy its own save files into the "save" folder. Use only the one correct if statement for the correct program being launched. DO NOT PUT BOTH IF STATEMENTS FOR THE LAUNCH OF ONE OF THE PROGRAMS. Amigo should have the first If statement run before its launch and iGo should have the second If statement run before its launch.
This will prevent your iGo and Amigo settings from effecting each other.
_______________________________________ ___________________________________________________
Viata e prea scurta ca sa o irosesti cu nimicuri...
|
|
| |
|
| #4 |
|
|
godless a scris:
- Then append the following code to your mortscript code used to start Amigo:
- Then append the following code to your mortscript code used to start iGo:
-. |
concret,ca pt zidari,cam cum fac asta? 
|
|
| |
|
| #5 |
|
|
Un nou topic a fost deschis aici:
Fisierul SYS.TXT - functii si explicatii de utilizare
Asteptam veterani sa participe la discutiile legate de posibilitatile de configurare ale programelor iGO utilizand fisierul SYS.TXT....
_______________________________________ Wayteq 950BT
|
|
| |
|
| #7 |
|
|
seara buna..ma poate ajuta cineva cu un kit igo pentru Medion Gopal E4440?? linkurile incercate vad ca nu mai functioneaza..multumesc
|
|
| |
|
| #8 |
|
|
What can I say about this post, in one word this is very valuable, because of many people like me did not know the iGo installation process or coding process. This post really helps me to install this process very smoothly, But if anyone faces any problem to install this then they can contact Apple Support Australia for help.
|
|
| |
|