The Wiki for Tale 7 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Difference between revisions of "User:Obol/Macros"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Fixed VeggieTales Macros == | == Fixed VeggieTales Macros == | ||
− | In Automato (previously known as VeggieTales) once you get to the list of scripts you will see a button Open Folder. Click it and find the script name that matches one of the following. | + | In Automato (previously known as VeggieTales) once you get to the list of scripts you will see a button Open Folder. Click it and find the script name that matches one of the following. It is best that you copy it and make a new file so you have a back up before you change it. Open the file with an editor, I suggest [https://notepad-plus-plus.org/repository/6.x/6.8.5/npp.6.8.5.Installer.exe notepad++], it is a free editor, has line numbers and syntax highlighting. Clicking on one of the following links will take you to a page where you can copy the contents in the white box and paste it into the script replacing what ever is there. Save the script and give it a try. Hopefully it will work for you too. |
− | * [[User:Obol/ | + | * This one is needed for all scripts. please do it first. |
+ | ** [[User:Obol/common_window.mac|common_window.inc]] | ||
− | Currently the Flax script only recognizes these seeds: | + | * This had a simple fix |
− | "Symphony Ridge Gold", "Jacob", "Constitution", "Nile Green", "Old Dog", "Old Egypt", "SunsetPond" | + | ** [[User:Obol/cut_stone_mac|cut_stones.lua]]<br> |
− | Some of them go to seed quickly so I suggest you limit the beds to 4X4 | + | |
− | * [[User:Obol/flax_stable_mac|flax_stable.lua]] | + | *Currently the Flax script only recognizes these seeds: "Symphony Ridge Gold", "Jacob", "Constitution", "Nile Green", "Old Dog", "Old Egypt", "SunsetPond" Some of them go to seed quickly so I suggest you limit the beds to 4X4 |
+ | ** [[User:Obol/flax_stable_mac|flax_stable.lua]] | ||
+ | |||
+ | * This had a menu resize issue | ||
+ | ** [[User:Obol/glass_mac|glass.lua]]<br> |
Latest revision as of 22:09, 15 November 2015
Fixed VeggieTales Macros
In Automato (previously known as VeggieTales) once you get to the list of scripts you will see a button Open Folder. Click it and find the script name that matches one of the following. It is best that you copy it and make a new file so you have a back up before you change it. Open the file with an editor, I suggest notepad++, it is a free editor, has line numbers and syntax highlighting. Clicking on one of the following links will take you to a page where you can copy the contents in the white box and paste it into the script replacing what ever is there. Save the script and give it a try. Hopefully it will work for you too.
- This one is needed for all scripts. please do it first.
- This had a simple fix
- Currently the Flax script only recognizes these seeds: "Symphony Ridge Gold", "Jacob", "Constitution", "Nile Green", "Old Dog", "Old Egypt", "SunsetPond" Some of them go to seed quickly so I suggest you limit the beds to 4X4
- This had a menu resize issue