The Wiki for Tale 5 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 "Tutmault/Macros/Fishing"

From ATITD5
Jump to navigationJump to search
(Created page with "== Fishing Macro == === Overview === <b>Fishing Script for Veggietales</b> <br><br> <b> Still tuning the script, but this should be working. </b><br> <br> <br><b>What it does</b...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Fishing Macro ==
 
== Fishing Macro ==
 
=== Overview ===
 
=== Overview ===
<b>Fishing Script for Veggietales</b> <br><br>
+
<b> Tutmault's Fishing Script for VeggieTales </b><br><br>
<b> Still tuning the script, but this should be working. </b><br>
 
  
 +
<br><b>What it is.</b>
 
<br>
 
<br>
<br><b>What it does</b>
+
Script that Reads Chat and Lures. It is a script that will run through all of known lures and fish. It has chat reading for fish types and sizes, and also time. It has option to skip to next lure on common catch, skips when no fish bit, and option of total casts per lure.<br>
<br>
+
Example Log Entry: [BatMite][1PM][17][OctecsLongfin] - saved in fishing/fishing.txt <br>
Cycles through lures, and casts up to 4 times if fish are being caught, and records data to a text log. <br>
 
<b>Example Log Entry:</b> [BatMite][1PM][17][OctecsLongfin] <br>
 
 
Current capabilities include: Reading Fish, Size, Time. Using Lures. <br>
 
Current capabilities include: Reading Fish, Size, Time. Using Lures. <br>
 +
This script does not have all types of fish/lures/lure types/chat info recorded and therefore is only a testable script. Therefore this script is recommended to people with some programming knowledge and image editing.<br>
  
 
<br>
 
<br>
 
==== Release Info ====
 
==== Release Info ====
Currently have sizes 8 through 48 (47 missing).<br>
+
Currently have size of fish pictures: 8 through 48 (47 is only one missing).<br>
Currently have 8 Lures Missing total.<br>
+
Currently have Lure Pictures: 8 Missing total.<br>
 
Currently have 1-12 times and AM/PM. <br>
 
Currently have 1-12 times and AM/PM. <br>
Fish Pictures currently at 19/49.<br>
+
Fish Pictures currently at 23/49.<br>
Code is buggy and somewhat redundant<br>
+
 
 +
=== Helping ===
 +
This script runs based on images from Main Chat. Many things are missing still, mostly fish names. Below is the list of fish/lures still needed to be added. <br> <br>
 +
<b> Fish </b> <br>
 +
Amur Pike,Bottlenose Squid,Cherry Bonefish,Chicken of the Sea,Giant Crayfish, Great Knucklefish, Ivory Knifefish, Kingfish, Medusafish, Moonfish, Oxyrynchus, Pancake Loach, Queen Lionfish, Razorfin, Reticulated Toothfish, Ribbonfish, River Crab, Sea Urchin, Serpentfish, Spiny Dogfish, Spotted Sea Cucumber, Spoonfish, Tigerfish, White Oniontail, Yellowfin Snapper
 +
<br> <b> Lures </b> <br>
 +
Bloodworm, Clearwing, Corn Maggot, Desert Milliped, Dewfly, Leafsnapper, Nightwing <br> <br>
 +
Simply put I need these in picture form to edit into similar images as in the Fishing folder. Any additional pictures must also be added into Fishing_Func under the correct table. If you wish to upload a picture of something above, edit below a link and I will be happy to add it.
 +
=== uploads ===
  
 
=== Download and Setup ===
 
=== Download and Setup ===
Line 27: Line 34:
 
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
 
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
 
<br>
 
<br>
Uses chat log, needs to show at least 5 lines in full. Also must have your usable lures menu showing.
+
<b> Must have Lure Menu Pinned, No other windows Pinned.<br>
<br>
+
Must have chat option 'Chat and Inventory can be minimized & Minimized chat-channels are still visible Enabled<br>
Adding new fish pictures: Edit Fishing_Func.inc and add new entry under CL_Fish.
+
and Must have Chat Main Showing and Large enough for 4-5 Lines showing and Long enough so the lines don't wrap.</b><br><br>
 +
Edit Fishing.lua to change casts per lure, time updates per lure change, and skip to next lure on common fish. <br>
 +
Adding new fish pictures you must edit Fishing_Func.inc and add to the appropriate table. Check current images for idea width/heights.<br>

Latest revision as of 13:47, 23 June 2011

Fishing Macro

Overview

Tutmault's Fishing Script for VeggieTales


What it is.
Script that Reads Chat and Lures. It is a script that will run through all of known lures and fish. It has chat reading for fish types and sizes, and also time. It has option to skip to next lure on common catch, skips when no fish bit, and option of total casts per lure.
Example Log Entry: [BatMite][1PM][17][OctecsLongfin] - saved in fishing/fishing.txt
Current capabilities include: Reading Fish, Size, Time. Using Lures.
This script does not have all types of fish/lures/lure types/chat info recorded and therefore is only a testable script. Therefore this script is recommended to people with some programming knowledge and image editing.


Release Info

Currently have size of fish pictures: 8 through 48 (47 is only one missing).
Currently have Lure Pictures: 8 Missing total.
Currently have 1-12 times and AM/PM.
Fish Pictures currently at 23/49.

Helping

This script runs based on images from Main Chat. Many things are missing still, mostly fish names. Below is the list of fish/lures still needed to be added.

Fish
Amur Pike,Bottlenose Squid,Cherry Bonefish,Chicken of the Sea,Giant Crayfish, Great Knucklefish, Ivory Knifefish, Kingfish, Medusafish, Moonfish, Oxyrynchus, Pancake Loach, Queen Lionfish, Razorfin, Reticulated Toothfish, Ribbonfish, River Crab, Sea Urchin, Serpentfish, Spiny Dogfish, Spotted Sea Cucumber, Spoonfish, Tigerfish, White Oniontail, Yellowfin Snapper
Lures
Bloodworm, Clearwing, Corn Maggot, Desert Milliped, Dewfly, Leafsnapper, Nightwing

Simply put I need these in picture form to edit into similar images as in the Fishing folder. Any additional pictures must also be added into Fishing_Func under the correct table. If you wish to upload a picture of something above, edit below a link and I will be happy to add it.

uploads

Download and Setup

Download --> File:FishingMacro.zip<--

Setup
Install Fishing Folder into Veggietales and extract luascripts into veggietales/luascripts.
Must have Lure Menu Pinned, No other windows Pinned.
Must have chat option 'Chat and Inventory can be minimized & Minimized chat-channels are still visible Enabled
and Must have Chat Main Showing and Large enough for 4-5 Lines showing and Long enough so the lines don't wrap.


Edit Fishing.lua to change casts per lure, time updates per lure change, and skip to next lure on common fish.
Adding new fish pictures you must edit Fishing_Func.inc and add to the appropriate table. Check current images for idea width/heights.