FS2 peg stocking walk through example
By J.C.Spooner 2002

Introduction

This peg creation walk through is intended to guide anyone through the process of creating and stocking a peg. It will show that the process isn't just about throwing a load of fish stocks into a peg and adjusting until the balance is around 5 oz 4 dr, but about thinking that goes into creating a peg that will fish as closely as possible to the real thing. It will also show how you can give a peg a helping hand in determining how it will fish, still without knowing the true way it will fish.

I will use the FS1 version of the Whiteacres Pollawyn peg, in this walk through as the FS1 version of Whiteacres isn't being converted to Fishsim 2. Also, with this venue, I have accurate detailed information available from Whiteacres, which will help in recreating it for FS2. The only thing I haven't got is experience fishing the venue, which is unfortunate, but have heard many reports back from people who've fished there, which will also help a little as well.


Creating the folders

The first thing to do, is to create the folders for the venue. In the VENUES folder of FS2, i'll create another folder called WACRES. This will hold all the information for the Whiteacres venue, apart from the .ven file that will be created later. By storing all the files for a venue in a single folder, it is a lot easier to remove it individually. I've noticed a few venues have created folders off the SPECIES folder to hold the stock files for a venue, which is okay, but a better arrangement would be to have the stock files for the venue, actually inside the venue folder itself. If you have a set of standard stock files that you use on all, or the majority of your venues, then using the SPECIES folder is okay, as you can use this for many venues to reference the same stock files, but care should be taken in ensuring all remote FS users have got the stocks already there.

Anyway, with the WACRES folder created inside the VENUES folder, there needs to be more folders created inside that : IMAGES, DATA and PEGS. I am not planning on creating any .fsb help files for the venue, so there is no need to create a folder to hold these. If I was to add them later, I could get the JR2 upgrade file to create the FSB folder automatically, anyway. The folder names don't really matter, it's not written in stone that they should be called IMAGES, DATA and PEGS, it just follows conventions that seem to be a de-facto standard already.

The IMAGES and DATA folder are okay as they are, and do not need any further folders steming from them, however the PEGS folder will. Even though i'm only planning on creating a single peg venue for this tutorial, at some point in the future I may decide to add more pegs to the venue, so it's best if the folders are arranged in a way that will allow me to do this easily. With this in mind, Whiteacres is a strange venue, because it consists of various pools, not just a single pool as in most other venues. Each of these pools are different in the way they are stocked, and also, I am informed, on the way the fish behave. One thing I am assuming though here, is that the general fish species behaviour is consistent throughout all the pegs on the same pool. Therefore, i'll create a folder from the PEGS folder called POLLAWYN. This folder will hold all the .stk files that define the species behaviour for the Pollawyn peg. If in the future, I create another peg on Pollawyn, I will be able to reference the same stock files from here. Also, if I choose to create a peg from one of the other pools, then i'll create a seperate folder for it, eg. Python, Sycamore etc..

Also from the PEGS folder, i'll need a place to store the data files for the individual peg records, therefore i'll create another folder called PEG1. As well as storing the peg record data files here, i'll also store the peg stocking file ( .all ). After all the folders have been created, the structure looks something like below, with the folder names in bold being the ones that have been created from the VENUES folder in FS2 :


The peg image

Now for the peg image. I have one here for Pollawyn, courtesy of Steve Barratt, and it was the one used in Fishsim version 1. Version one of FS, needed images that were 640 x 480 pixels, version two isn't as strict, however the 480 pixel Y size is still needed, but the X size can be almost any width, as FS2 allows scrolling venues. It is better to make the X size at least 800 pixels and it must always be a width in pixels that is exactly divisible by 4, eg ( 800 / 4 = 200 exactly ). I've got the Pollawyn image at 1024 x 480 pixels, stored in JPG format with Paint Shop Pro. Note, some programs, like Photoshop, store JPG files differently and the Intel JPG library doesn't recognise them, so Paint Shop Pro is a good choice for editing or creating the JPG files in FS2. A picture of the peg image is shown below, i've cut it down here to 320 x 150 pixels, to save time in loading this page.

I have the image above named pollawyn.jpg and have put the file inside the IMAGES folder that has been created.


The .ven file

The next thing to do is to create a .ven file for the venue, this goes inside the main venues folder of FS2, along with all the other .ven files that are there. I'll call this one, wacres.ven, as it is pretty meaningful to the venue. .ven files are just simple text files that can be created with a text editor, Windows notepad is a good choice, as it is simple to pick up and get going straight away. The only thing to watch for though using Notepad is that it doesn't append a .txt on the end of your file. If it does, the easiest way to get around it, is to rename the file, deleting the .txt off the end after you've saved it. There are ways to stop Notepad doing this, but that's another matter.

I've entered the following in Notepad, into the wacres.ven file :

[Details]
Name = Whiteacres
Ref = WACRES
Dir = venues/wacres/*.peg
Lastpeg = venues/wacres/last.dat
Creator = Jase & Steve Barratt
Date = February 2001
Records = venues/wacres/
Level = 1.0
Regcode = 786868

[Weather]
Weather = data/uk2.dat
Lookup = venues/wacres/temps.dat
TempModel = 3
Tempfact = 1.0
Starttemp = 20

The Name line is pretty understandable, this is the name that will show up in Fishing Simulator 2 for the venue. The Ref line must contain a unique reference for the venue you are creating, in this case i've chosen WACRES, as it is unique. I also like to keep the venue references to capital letters as well. Remember though, venue references have to be less than 9 characters long otherwise, it could lead to all sorts of erratic problems in FS2.

The Dir line, holds a path string to tell FS2 where to find files describing each peg on the venue. I am going to store the .peg files in the main WACRES folder, and all will have .peg extensions. The *.peg part, simply means, look for any files with .peg as the extension. The creation of the .peg file is the next task on the list, in a moment.

The Lastpeg line, gives the creator of the venue a chance to specify the filename, of the file, where the information on the last peg fished on a venue is to be stored. This file is created and used by FS2, so that when an angler returns to a venue, the default peg will be set as the last one (s)he fished.

The Creator and Date are only used for display purposes in FS2 and anything can be entered in here, normally your name and the date you created or modified the venue.

The Records line contains a directory path, of where the venue records are going to be stored for the venue. There are four venue record data files that get created by FS2, and in this case they will be stored in the VENUES/WACRES folder.

The Level for the venue is currently set at 1.0, this may change later as the venue is created further. I always start at the easiest level and adjust from there, some people start at the hardest level and work back, it's a personal preferrence.

The Regcode line is needed for compatibility with all versions of FS2, it must be entered as 786868

The [Weather] section contains details on the local climate and the effect it has on the water on the venue. The Weather line specifies the weather climate file that the venue will use. In this case i've used the uk2.dat file, as Whiteacres is in Cornwall, and the uk2.dat file is ideal.

The Lookup line specifies the file that will hold the water temperatures at various depths etc.. It's not really important what the file holds, as long as it is referenced and stored in the venue folder it's fine.

The Tempmodel line tells Fishsim 2 how to calculate the water temperatures and O2 levels. The list below gives the values that can be used. As Whiteacres, is a collection of small pools, tempmodel 3 is the most appropriate to use.

1 = Typical medium depth lake
2 = Large lake / loch
3 = Slow flowing river or small pond
4 = Medium flowing river
5 = Fast flowing river
6 = Very large lake / sea

The Tempfact can be used to artificially increase the water temperature by a factor for all the pegs on the venue. In this example, i'm not going to change the temperature, but may do later, depending on how the venue fishes.

The Starttemp line specifies a starting temperature for the water, as Cornwall is in the South of England, i've set this to 20 degrees, a more Northerly location, would probably be set to a lower starting temperature, like 10 or 11 degrees. It has only a very minor effect on the water temperature though.

That's the wacres.ven file created :), the contents may change though during the course of the venue being created. The best way I find to do the .ven files it to copy and paste an existing unscrambled ven file and change the values accordingly.

There is a lot more detailed info on creating the files and what all the lines mean on the info pages on fishsim.net.


The .peg file

The next thing to do is create the .peg file for the single peg on the venue. This is the same as creating the ven file with Notepad, but this time, it is called peg1.peg and stored in the VENUES/WACRES folder. I don't fancy going through the whole description of creating .peg files like with the .ven file above, there is plenty of information on what each line means on the info pages on fishsim.net, link above.

Below is what i've put into the peg1.peg file, with a description of the important parts following :

[DETAILS]
Name = Pollawyn
Ref = 5
Creator = Jase & Steve Barratt
Date = February 2001


[FILES]
Image = venues/wacres/images/pollawyn.jpg
Data = venues/wacres/data/peg1.dat
Records = venues/wacres/pegs/peg1/
Stocks = venues/wacres/pegs/peg1/*.stk
Sounds = inf/gensound.ini
Fish = venues/wacres/pegs/peg1/peg.all
IncStk = 0

[DISTANCE]
DPRATIO = 0.75
XGRAD = 5
YGRAD = 5
Rotate = 0
XD = 25
YD = 5
RTOP = 210
ORIENT = NE

[WATER]
PH = 7.0
O2 = 0.98
Turbid = 18.00
Saline = 0.00
Temp = 1.01
Maxlight = 800


[Ripple]
On = 0
Frames = 250
Yadd = 200
Xwave = 0
Damping = 170
Speed = 1
Divmodwave = 80
Yadddiv = 1.0
Reverse = 0
ripbot = 420

In the [Files] section, the image file for the peg has been specified, as well as the file that will store the peg data ( depths, objects, flow etc ). Also, the folder for the peg records has been specified.

There are two ways of stocking venues in FS2, and the newer way ( using a .all file ) I find far more preferable, but the two can be combined. In this example, i'm not combining the two methods, as i've specified the IncSTK line to be 0, but I have included a stocks path, just in case at some point in the future, I decided to add individual stocks using the old method. The file that will hold the stocks for the peg though is in the fish line, call peg.all and this line is telling FS2 to look in the venues/wacres/pegs/peg1 folder for it.

For the [Distance] section, i'm just adding some values from another venue/peg, setting this section up specific for this peg will come later.

With Whiteacres being reknowned as a carp anglers venue, this generally means the water conditions are deliberately made suitable for carp; high temperature, low oxygen. Normally murky water is perfect for these conditions, which can be achieved in FS2 by setting the Turbid value. I have at the moment though, chosen to have a low(ish) turbidity and artificially reduce the o2 level slightly and increase the temperature slightly as well. I've decided to start with a neutral PH, but may return to these factors later and adjust them all, after stocking to fine tune the peg.


Planning for the peg editor

The next stage is to define the depth around the peg as well as the features and flow. This peg doesn't have any flow, so that's a big bit that has been cut out. Before moving on to do this though, there must be, at this point some idea either about the real venue's depth and features, or a plan as to how you want them to be. If you don't have the real venue info, then the peg image itself will give a lot of clues away as to what the place is like.

With Whiteacres, Pollawyn though, I have quite a bit of info available. First of all, it's quite a feature packed pool containing the following stocks : Carp to 7 lbs, averaging 5 lb, Bream to 8 lbs, Tench to 7 lbs, Perch to 2 lbs, Crucians to 3 lbs, plus lots of small roach, hybrids and skimmers. Carp like it warm, and don't mind low oxygen water to a degree, bream on the other hand prefer better oxygenated water to the carp, and although prefer warm water, will still feed in cooler water. Tench are summer fish, preferring water that is warm, and do tolerate low oxygen better than a lot of other species, not as well as carp though. Perch will feed in warm or cold water, but do require a higher o2 level. Crucians like the warm water, and very low o2. Roach are very oxygen dependent and the feeding of large roach seems almost soley reliant on this, they don't mind about temperature so much as well.

Carp like cover, weed etc.. so the peg should have a few areas of cover around the place for the angler to fish to. Tench like a soft silty / muddy bottom, so an area like this should be put in the peg. Perch, prefer shallower water, not too shallow, but small perch especially like the margins, where there is pleny of cover. Crucians also are often found in shallower water. Bream prefer deeper water and holes, so a few slightly deeper holes added to the peg would be ideal for catching bream.

I'm now starting to get a picture developing of how the peg will fish. If I include plenty of weed patches, these should prove really good for carp at night, whereas in the daytime they should be better caught in more open water, possibly still around weed areas like lillies etc that provide shade too. With weed, and plant life in water, during the daylight hours, they will absorb CO2 and emit O2 into the water, oxygenating the area around them. These areas will be good for catching species like roach and perch in the daylight. However when darkness comes, plant life operates in reverse, absorbing O2 and emitting CO2 which reduces the oxygen content in the surrounding water. This possibly could be the reason why it is not advisable to have keepnets out at night close to weedy or reedy areas, although that's only a guess. So as darkness falls or on dull days, the smaller fish, like roach and perch should find themselves moving away from the shelter of the plant life into more open water, whereas the carp will start to move to the plant life to feed as it is rich in food.

Crucians too should behave very close to the carp, and to a certain degree tench. If the O2 tolerance of the tench stocks is set correctly, Fishsim should map perfectly to real life, where in the mornings as the water around weedy areas is just starting to be oxygenated, they will feed there, however as the day wears on, the O2 levels become too high and they move out into more open water, where they may not be as keen to feed. As the evening comes, they will again, start to head back to these weedy areas to feed for a brief time before the O2 becomes too low.

I don't know a lot about crucians, as i've very little experience with them in real life, but I should imagine that they catch pretty well on warm summer nights around the weedy margins, as they are probably more tolerant to low O2 levels than any other species.

Bream, like the deep holes and as such, I will use this as an important factor for catching bream on this peg. By carefully setting the WDEPTH values for the bream in the stk files, I should be able to make the larger bream run exclusively between the slightly deeper channels that i'm now thinking of creating for the peg.

Roach and the smaller fish I will make tolerances to a lot of factors a lot higher, and hopefully they should be caught all over the place, but only small ones at that. I won't make it down to luck though, they will still have character and have pretty tight tolerances on different factors.

I am not intending to use the PH factor in anyway, and will make the stocks prefer a neutral PH throughout. I also want to anchor the tench, larger bream, crucians and larger perch and roach to the bottom, the rest of the species here, i'll make them prefer to feed on the bottom, but also prepared to rise in the water slightly to take bait. Especially the carp, in which, i'll take these all the way to the surface and let the temperature factor do the work on these. Theoretically, if I get it right, then on a warm summers day, they should be able to be caught on the surface with floating baits, as well as being caught on the bottom. With a warm day, the surface temperatures will be high forcing them up in the water.

With the light factor, i'm not sure yet, i'll certainly influence the carp and crucians to feed better at night, and maybe the larger bream, but not the perch and probably not the roach either. This will probably result in night fishing being the best time to catch good specimen carp, crucians and bream.

I am also considering putting a user defined factor in as well, to specify real hotspot areas, but i'll reserve a decision on this until after the intial part is done and after seeing how it fishes. If it's not too good for a certain species, then i'll maybe encourage them into one area of the peg specifically this way by using a user defined factor.

As can be seen, nothing has been done yet, but it's all there, ready mapped out and hopefully, it will all work out as planned too. If it doesn't then a few tweaks here and there should help.

All of this should result in a peg, where it is possible to catch specimen fish, with careful thought, judgement, and patience. Also the smaller fish should keep things ticking along well for pleasure anglers, who may even stumble across a specimen by chance as well. The peg is going to be very dependent on the position casted and the objects and depths in it too, so blindly casting here isn't going to be the best way to achieve large bags. Pollawyn holds the Whiteacre record of 157 lb caught in a day ! but this is an exceptional bag, and it should only be achievable in ideal conditions, and with the spot on right tactics. Consider a days fishing as being 8 hours and that's not a lot of lb's an hour ! around 20 lb an hour at best to be precise !


Specifying the depth

It's now time to start doing something with the plan, and try and make it work. To start with the depths need doing in the peg editor in FS2. I've gone to a maximum of 7 ft, which for the swim, is about right, however these 7 ft areas are formed in clumps and channels. This is where i'm hoping the large bream are going to hang out, and also provide some warmer areas for the cooler months. The peg is desribed as "feature packed", and i've taken this not only to mean the objects, but also the depths, creating a wavey bottom surface with the shallower areas being around 3 - 4 ft. A reduced size screen shot of the peg editor window is shown below :

There are no sudden drops or ledges, they all roll pretty smoothly into one another, hopefully this will mean that just moving the bait position slightly will result in increasing or decreasing chances of certain species. On the right of the peg, i've created an underwater bank ( shown in lighter blue above ), virtually splitting the peg into two, and on the right hand side of this ( just out of the shot above ), created the largest deepest hole. The channels, the hole and the complexity of the depth can be seen a lot clearer on the contour sketch for the peg below :

All I have to do now, is remember roughly how deep the channels and holes are, so that when it comes to creating the stk files for the bream, which is the main species I want affected by the depth, I can get it spot on. As far as the skimmers go, i'm going to make these obviously prefer the deeper holes, but be a lot more flexible in the depths of the areas they will feed. This will ensure that there is a ready supply of small bream all over, but the best bet to catch more will be on the bottom of the holes. To catch the really big bream, then these areas are going to be an absolute must. The only other fish species that i'm currently thinking about specifying a WDEPTH for is the perch, crucians and bigger roach. I'm not sure about the bigger roach yet, as they are all small here anyway, but it may be interesting to make even 1 lb roach, which would be big here, to feed on the bottom in these holes too. With the perch and crucians, i'm again still not sure yet. Normally, i'd create these two species pretty similar to force them into the margins, but as this peg is so complex and the margins the peg slopes down steeply from the sides, i'm not sure if it will work here. What may happen is that they will both occupy the ridges on the peg. This wouldn't be bad though as it would add character to the peg, but if I do this and am not careful about it, I could end up with a situation where very few, or even no perch would be caught. If i'm going to make the perch heavily reliant on weed cover as well, and don't put any weed on the ridges, then they may prove too elusive.

The reaction of the other species that are not going to have WDEPTH factors added, to the peg depths, will be totally dependent on the environmental changes that result from the depth changes. For example, at a particular time of day, it may be that the bottom of the holes, has a pocket of warmer water. At another time or day, it may be the shallower ridges that have the warmer water. Not just water temperature is affected by depths in FS2, O2, PH, Light etc all are as well.


Putting objects in

The more objects, weed, reeds, mud, rock etc that go into a peg, the more character it has. Without objects in a peg, then the character of it is solely down to the depths, which in itself is probably just enough, but the angler will soon realise that it doesn't really matter where the bait is casted after a while. Like real fishing, anglers fish to objects, it's probably the first thing they look for when approaching a new peg. The other thing an angler does is look for underwater features, like the contours, which was covered above. By specifying more complex depth features and more objects, it will create a more enjoyable experience for the angler, who will have to search the swim for the fish. Of course it will change from time to time, depending on the environment, but the more fishing that is done on it, the more the angler will learn about it and become more proficient. With few contours and few objects, it becomes more about luck than judgement, which is true with real fishing, but anglers at least like to feel they've sussed it, instead of just lobbing the bait anywhere and hoping.

Also, by adding a lot of objects it will be really helpful when creating the stk files later, and give a better control of where you want the fish to be. All objects do is provide cover, and can change the temperature, o2 content, light, PH and salinity of the surrounding area. They also add "colour" to the area they are placed in, and this is a big factor for certain species, as some will try to occupy areas which match there colour. Also with bait presentation, some species are set to search for food using sight, if for example a yellow piece of corn is casted onto a yellow sandy area, it doesn't show up as much as if it was casted onto a green weedy area, because the colours don't contrast as much. For this reason, I always try to have at least one object in every area of a peg.

You can create your own objects as well, they are just text files that can be created, if you do though you will need to ship the object file out with the venue it is used in. On top of all of this you can have objects with user defined factors. These can be useful for creating areas of a peg that will either appeal or not to certain species or stocks. I am not sure yet whether i'm going to use user defined factors on this peg or not, i'll go with instinct first, and add "normal" objects which look like they will be present in areas. You can add the same object more than once to an area and it will have a comulative effect on that area.

For example, if you have a water heater object, which I don't use, but it makes a good example. The default water heater object ( heater.fso ), has a line in it which reads TEMP = 1.2, this means that say an area of water would normally be 10 degrees, this will change it to ( 10 x 1.2 = 12 degrees ). If you place two water heater objects in the same area, which is normally 10 degrees, this will increase the surrounding area to ( 10 x 1.2 x 1.2 = 14.4 degrees ). You could easily create a water cooler object by, say, having the TEMP line in the object set to 0.9 or lower.

I've started by adding objects using the add button, i've added two mud objects, one of which i'll use to cover the entire peg to give it a base, the other i've drawn on to cover the deep channels and holes to encourage the bream and tench, as below :

I've also added a lilly object, and two reed objects as well as a couple of overhang objects for the far bank as well. I am going to use some new weed objects i've created specifically, instead of the default weed object. The problem, I find with the default weed object is that it provides too much cover, so i've created a series of different coloured weeds that provide less cover, but these can be banked on top of one another in places to provide varying levels of cover. I am intending to make the peg quite weedy in places to fit into the "feature packed" spec. Also for the far bank, i've added a tree root object so that a few small ones can be put in select places, by the tree/bushes. Also, at this point, i've got to remember to put some weed in the shallower areas of the peg, so that these areas will be useful spots for perch to hang out.

The way I do the objects is to place t4hem in large chunks ( filled areas ). With the XGrad and YGrad being only set to 5 pixels, it would require very accurate casting to hit the same spot each time, but if they're in large chunks a less accurate cast is needed. Sometimes with things like rock and weed, I splatter the peg as well with single 5x5 blocks in a random fashion, but this is on top of the larger chunks.

The image below shows the colours of all the objects on the peg merged, as can be seen, i've left some large areas, mainly on the centre left as just mud, with very little cover, the channels in these areas should be good for the bream. Also the deep hole on the right is surrounded by weed going down, with the deepest part in the centre being barren. This should be ideal for carp on cooler days, and also tench in the summer. There is a very heavy weed cover on a couple of ridges too, which should see species like perch and crucians showing there. The heaviest cover is located around the margins, which should, all being well be the places to get the carp at night time.

The next image below shows the high covered areas of the peg a bit more clearly.These two images are generated from a part of the code that I just implemented into FS2 to produce them for this page. The cover image below, actually shows cover values ( 0 - 100 %) but the resize of the image has distorted these. The very light areas are between 70 and 100 % with the dark areas being 0. The mid grey areas, on this peg are coming through as between 13 and 30 %. These figures should hopefully help when creating the stk files later.

One final thing with objects, always add an extra object to the bottom of the list which isn't used. Until version 2.06 there was a bug where the last object wasn't recognised. This bug wasn't obvious though, because it all goes on behind the scenes, but a few tests showed that the last object in the list isn't picked up, so by adding an object to the bottom, this cures it for all versions.


Gathering information to create .stk files

The next thing to do is to gather some environmental info about the venue in different months and at diffrent times of the day, things like temperature ranges, o2 ranges in different areas. There isn't enough time in a lifetime to gather every bit of info for every single minute of every day of every month, in every area casted, so sampling has to be done to get a reasonably accurate picture of what is happening in the water. I always sample on the 15th of every month, at four times of the day, morning, midday, evening and night. The only way of doing this though currently is with the digi-therm, which makes it a very long process, but the information gathered is really worthwhile and useful. The tables on the page link below are recordings made of the temperature around the surface, and at the bottom, as well as the o2 content around the surface and o2 content at the bottom on the peg. Normally each entry has 2 figures, a minimum and a maximum.

Annual temperature and disolved o2 at Pollawyn

With this information the .stk files can be created with a lot of control, as the stk file values can be made to fit into a pattern which matches the venue. With stk files you can choose how important a factor ( temperature, o2, cover, light etc.. ) is to a species. Of these, i'd say that temperature and o2 content are two of the most important factors there are to fish behaviour. Aquarium owners and breeders of fish know this, as they make changes to these factors to alter fish behaviour. For example, tropical fish, like guppies, and platty's, they will live quite happily in a water temperature of 20 -> 27 degrees, as with most other tropical fish. So aquarium owners normally keep the temperature stable at around 24 degrees. At any time of the year, as fish don't have an awareness of the calendar, so it doesn't matter, an aquarium owner can notch up the temperature to 25 or 26 degrees and the fish will start to mate, almost instantly ! Species like the harlequins are different, where breeding can be induced by changing the PH of the water, adding peat to the water to make it more acid, starts them off. Some species react when the airation, is increased or decreased, altering the o2 content in the water. This for me, proves that these factors are crucial to a fishe's behaviour, especially when it comes to breeding.

When it comes down to the bottom line as well, that is the sole purpose of existence for any living creature, to breed, but to breed the creature has to be alive, and to be alive, it has to live in surroundings which are suitable. A frog won't live for very long in an oven :) The other thing a creature needs to survive, as well as a suitable environment is food and a constant food supply for energy. A fish will always be on the lookout for food, the main factors though that come in, are a bit like a profit / loss calculation, in other words how much energy is used to search and hunt food, compared to the energy gained by that food.

Fish are cold blooded creatures, which means the body temperature is controlled by the surrounding temperature, so if the water is cold, they're cold and visa-versa. This itself means that water temperature is a big factor for fish, and anglers know this. Catching carp in Winter is hard going, but in Summer they are a lot more forthcoming. A carp hasn't got a little calendar though, and doesn't suddenly say, "it's winter i'm not going to feed as much", the cooling of the water instinctively causes it to slow down it's metabolic rate, using less energy. They still feed though, but become lazy feeders, moving a lot slower to conserve this energy. They still have to feed though, and carp are caught in Winter still, but definately not as often as summer.

This is the main difference with fish behaviour between version one and version 2. With Fishing Simulator version one, the fish were made to have an awareness of date and time, which means that it wasn't really simulating fish behaviour at all, as fish don't have calendars and watches. With version 2 though, they haven't got this awareness, and just behave and react to the environment, which is a simulator. This also means the environment is the biggest factor of all though, providing the species have been set up to behave as close as possible to real life.

Now i've got some data to go from though in the tables, it is easy to start getting the fish to behave the way I want them, and, hopefully, the way they behave in real life. As an example, i'll go with the carp to start with, as it has already been established that the water temperature is a factor for the species.


Creating a set of carp.stk files

My understanding of carp isn't a lot, but hopefully enough to create a set of stock behaviour files for them. I know that, according to a bit of documentation i've seen on them, that they prefer warmer water, low oxygen levels, normally feed off the bottom, but also on the surface as well occasionally. they like to hang around weedy areas, and a specimen carp angler will do a lot of night fishing when fishing for them. They also, normally prefer still water, although will tolerate slow flowing rivers.

So out of that i've sort of determined that the temperature, o2, feeding depth, cover, light and flow are crucial factors. I've not seen anything about water depth, or PH with carp, so am assuming that these factors aren't too important. Also from the spec on Whiteacres, Pollawyn, it says there are carp to 7 lb in there, so a set of stk files need doing that range from small carp ( around a pound ) to large carp ( around 7 lb's ). To start with, i'll create a carp stk file that is around the pound mark.

The feeding depth is the easiest to do, as no information is needed from the venues environment factors. I want the carp here to mainly feed off the bottom, but also off the top occasionally as well. To test out some values that I can use to get this behaviour, I use the pop tester in the FS2 Utils prog. Feeding depths in FS2 go from 0 % ( the surface ) to 100 % ( the bottom ).

After a bit of experimentation, i've come up with the following values :

IDEAL = 97 ( Making it to be 100 leaves it very predictable ledgering, so i've made it 97 % which means that even when ledgering there is still a chance that a carp won't take it. With a pop up, 3 % off the bottom though, there's every chance ).

MIN = -100 ( By making this a minus value, it means that a carp will feed off the surface, at a push, the higher the minus value, the more chance it will feed there ).

MAX = 130 ( When fishing a depth of either 98, 99, or 100 % will this come into play. By making the MAX value higher, it means there is a greater chance of getting a carp deeper than 97 % - the ideal ).

TESTS = 3 ( As was established before, the feeding depth is quite an important factor with carp, so this has been set at 3, I always use between 1 and 6 for test values, but try where possible to have a minimum of two tests for each factor ).

What these figures give is the following when put into the pop tester :

Fishing on the surface ( 0 % ) : there is a 10 - 15 % chance of a carp feeding there, this is my translation of the word occasionally.

Fishing on the bottom ( 100 % ) : there is a 70 - 75 % chance of a carp feeding there, this is my translation of the word normally.

As a side note, if I use the same values and change the tests to 1, I get a 50 % chance of catching a carp on the surface, and a 90 % chance of catching one on the bottom, which is too much of an increase for me to feel comfortable with from my definition.

It's no secret as well that carp are normally found on the surface on hot days, but this isn't accounted for in the FDEPTH lines above, they will feed from the surface on any day ( 10 - 15 % of the time ). So some behaviour about the temperature preferences and tolerances of the carp need specifying. For this though, i'll need to use the tables worked out earlier for the venue.

From the documentation i've seen on the carp, the ideal water temperature for them is, believe it or not, a massive 26 degrees ! This is probably the reason why, countries with warmer climates produce bigger carp than we get over here in the UK. In any case, as I know the ideal and pretty much believe it, i'll stick with this to generate the TEMP lines in the stk files.

I've come up with the following values for the TEMP line

IDEAL = 26, MIN = 0, MAX = 50, TESTS = 4

Looking at the tables, every month, at some time in the day has a an area with a water temperature of at least 10 degrees, normally the surface temperature though in Winter. If I run these values through the pop tester, with a factor of 10 degrees, I get a pass rate of around 2 % only, which is good because I don't expect there to be many carp caught when the water temperature is this low, but on the other hand, it's good that there is still a chance of getting one.

This means though that fishing for carp on the surface in February, looking at the tables, there's a chance of getting one, which probably isn't true to life at all, but still the chances are really low. Firstly there is a 15 % ( 0.15 )chance that a carp will be caught on the surface, and then there is about a 5 % ( 0.05 ) chance that a carp will be caught in 13 degrees ( which is the hottest water recorded in Feb in the tables ). This gives an overall chance of 0.15 x 0.05 = 0.0075 or 0.75 %, which is extremely low an highly unlikely. But the chances will probably be even lower yet ! because of the O2 in the water at that time.

It was said that carp like a low O2 level, and at 12:00 on Feb 15th ( when the temp is 13 on the surface ), the O2 on the surface in the lowest spot ( which isn't necessarily the same spot as where the temp is 13 ), is only 6.

The values, i've come up with for O2 are :

IDEAL = 3, MIN = -1, MAX = 12, TESTS = 3

This means that when 6 is entered into the pop tester as a factor, it gives a 27 % ( 0.27 ) chance of success.

So now the chances of catching a carp on the surface in February at 12:00 can be worked out even further. 0.0075 x 0.27 ~= 0.0020 ( 0.2 % ).

Next there is light, I want the carp in the venue to feed both at night and in the day, but be better in darker conditions. This may be night, dawn or dusk. I'll assume at dawn and dusk the light is around 50 % and in the day 100 %, night 0 %.

The values, using the pop tester i've come out with are :

IDEAL = 30, MIN = -100, MAX = 180, TESTS = 2

I've kept the tests down to 2 for the light, as I don't think it is as an important a factor as the others, but still relevant on the other hand. These results give me the following :

Day ( 100 % light ) = 40 %, Dawn / Dusk ( 50 % light ) = 75 %, Night ( 0 % light ) = 60 %

Which means that it's best to fish for carp on this venue, at either dawn or dusk, but they can be caught at night as well as in the day. 30 % with FS2 still isn't a bad chance.

Finally, the cover .. Looking at the cover map above, it shows areas of between 70 and 100 % cover, these are the weedy areas, where I want the carp to be. There are smaller weedy areas too around 30 %, where i'd still like it possible to get carp, and also areas with no cover. I'm using the following values for COVER, which can be tested, again using the pop tester :

IDEAL = 100, MIN = -50, MAX = 120, TESTS = 2

The MAX value above doesn't matter, because in FS2 the cover never goes above 100 %. These values mean that, if the angler casts to the deep weedy areas on the far bank then, there will be a 100 % success rate with the cover tests, however if (s)he casts to an area with 70 % cover, this will drop to around 60 %. Another area with only 30 % cover and it will reduce further to around a 32 % chance. Casting into an area with no cover at all, will still stand a 15 % chance of finding a carp there. ( percentage figures worked out with the pop tester ).

There isn't a flow on the whole venue so everywhere has a flow speed of 0 ( still water ), so setting the IDEAL for the flow to 0, won't affect things at all.

The finished values for a carp stk file then, i've come up with are :

Factor IDEAL MIN MAX TESTS
TEMP 26 0 50 4
O2 3 -1 12 3
PH 7.0 5.0 9.0 1
FDEPTH 97 -100 130 3
LIGHT 30 -100 180 2
COVER 100 -50 120 2
FLOW 0 0 0 0
SALINE 0 0 0 0

That gives a pretty reasonable model for a carp, and using the tables for each month that were worked out, the chances of getting one can can be aproximately determined. For example, i'm just looking at what i'd consider the best time for getting carp in the tables, fishing on the bottom at 8pm on August the 15th. I am also assuming that i've casted into a weedy area with 100 % weed, this will in turn slightly reduce the light from 50 % to say 40 % so :

TEMP = 25, O2 = 3.5, LIGHT = 40, COVER = 100, FDEPTH = 100 :

By putting each of these values into the pop tester, with the values in the stk file above, I get the following success percentages :

TEMP = 85 % ( 0.85 )
O2 = 81 % ( 0.81 )
FDEPTH = 73 % ( 0.73 )
LIGHT = 86 % ( 0.86 )
COVER = 100 % ( 1.00 ).

( I haven't done the PH, Salinity or flow, because it shouldn't have any affect at all ).

This means then that 0.85 x 0.81 x 0.73 x 0.86 x 1.00 ~= 0.43 ( 43 % )

A 43 % chance of finding a carp in that area at that time, which is a massive improvement on surface fishing in Februrary ( 0.2 % ), but you'd expect that.

That is all based on a "single" carp shoal though, not all the carp in the peg, so the mergestk program needs to be used to create all the shoals of carp for the peg, i'll use this first one to define the behaviour of the smallest carp shoal, and linearly make the bigger ones more fussy to different conditions.


Using Mergestk.exe to create different carp shoals

To create the carp shoals, the info gathered above will be used to create the behaviour for the smallest shoal of carp, ( 256 drams -> 400 drams ). That info, will be saved in a text file in the mergestk folder called carp1.txt, along with the max and min sizes for the shoal : eg

carp1.txt

REF CMCARP      
MINSIZE 256      
MAXSIZE 400      
SPECSIZE 32000      
; ideal min max tests
TEMP 26 0 50 4
O2 3 -1 12 3
FDEPTH 97 -100 130 3
LIGHT 30 -100 180 2
COVER 100 -50 120 2

With the behaviour of the first shoal created, it is easy to create the behaviour of the last shoal ( biggest, 1900 drams -> 2048 drams ), it just involves creating a new file carp2.txt., copying and pasting the info from the first ( carp1.txt ) and changing it accordingly. This file is shown below, with the differences/ changes shown in red.

carp2.txt

REF CMCARP      
MINSIZE 1900      
MAXSIZE 2048      
SPECSIZE 32000      
; ideal min max tests
TEMP 26 10 40 6
O2 2 1 8 5
FDEPTH 97 -50 110 5
LIGHT 10 -40 110 5
COVER 100 70 110 4

All that has been done is to make the larger carp require conditions closer to the ideal and be very finicky about them, this gives the reward to the angler when one is caught, (s)he should know that if one is caught, it's been earned because the ideal spot, conditions have been met. This just involved mainly increasing the number of tests on each factor, decreasing the boundary between min and max and also, i've changed a couple of ideal values for the light and o2 as well. Changing the ideal values between the stocks will make the bigger fish in that stock have definate conditions in the peg which make them easier caught than the smaller ones.

Also, there's a SPECSIZE 32000 line been added to both the shoals, this is saying that the popularity of the species within the size range is being controlled by the shoal stk values. By setting it high, it is basically telling FS2 to ignore any previous DIST lines that may be in the sp file for the species.

With the two text files created and saved in the mergestk folder, the shoals for the carp can now be created, by going to an MS DOS prompt, using DOS commands to change to the mergestk and typing mergestk carp1.txt carp2.txt 20 carp

This will create 20 shoals ( carp1.stk, carp2.stk, carp3.stk -> carp20.stk ) using the values of the carp1.txt and carp2.txt files to graduate the values linearly. These stk files can now be copied and pasted over to the venues/wacres/pegs/pollawyn folder.


Stocking the peg with the .all file

With the carp shoals created, and hopefully correct, the peg can now be stocked with some of these carp and some tests done to see if they are behaving as expected. If you remember, or look, way back near the top of this page, the Fish = venues/wacres/pegs/peg1/peg.all line was put into the peg1.peg file to show where the stock information for the peg could be found. It is this file that now needs creating using notepad. To start with i've taken the orignal spec for the peg ( Carp averaging 5 lb ) I've taken this to mean that the size of the carp in the peg average 5 lb, not the average size of the carp that are caught. I've guessed at a few numbers, and been lucky, and put the following fish in there ( peg.all file ).

Peg.all

5 venues/wacres/pegs/pollawyn/carp1.stk [None] [None]
5 venues/wacres/pegs/pollawyn/carp2.stk [None] [None]
10 venues/wacres/pegs/pollawyn/carp3.stk [None] [None]
10 venues/wacres/pegs/pollawyn/carp4.stk [None] [None]
15 venues/wacres/pegs/pollawyn/carp5.stk [None] [None]
20 venues/wacres/pegs/pollawyn/carp6.stk [None] [None]
30 venues/wacres/pegs/pollawyn/carp7.stk [None] [None]
40 venues/wacres/pegs/pollawyn/carp8.stk [None] [None]
60 venues/wacres/pegs/pollawyn/carp9.stk [None] [None]
80 venues/wacres/pegs/pollawyn/carp10.stk [None] [None]
120 venues/wacres/pegs/pollawyn/carp11.stk [None] [None]
150 venues/wacres/pegs/pollawyn/carp12.stk [None] [None]
200 venues/wacres/pegs/pollawyn/carp13.stk [None] [None]
150 venues/wacres/pegs/pollawyn/carp14.stk [None] [None]
100 venues/wacres/pegs/pollawyn/carp15.stk [None] [None]
90 venues/wacres/pegs/pollawyn/carp16.stk [None] [None]
50 venues/wacres/pegs/pollawyn/carp17.stk [None] [None]
30 venues/wacres/pegs/pollawyn/carp18.stk [None] [None]
10 venues/wacres/pegs/pollawyn/carp19.stk [None] [None]
3 venues/wacres/pegs/pollawyn/carp20.stk [None] [None]

This gives me an average fish ( carp ) weight of 5 lb, 1 oz, 14 dr, which is as near as damn it to the spec. The stocking numbers mean that, in theory, the carp caught should also be of a reasonable size for the peg as well, because not many smaller shoals have been stocked, mainly the ones around the 3 - 5 lb weight. With this stocking as well, the carp account for just 1 oz, 3 dr of weight per cubic ft of water, leaving plenty of space the for other species to go in. The average size, and weight per cubic ft, can be found out easily with the F9 key in fishsim.


Testing the behaviour of the carp

The behaviour of the carp can now be finally tested, by running FS2 ( Version 2.07 or higher ) and doing a bit of fast fishing with the F12 key and minimising. First I deliberately have set out to find the best of everything ( June 1st, fishing on bottom, evening, best bait, in a weedy area ). This resulted in 102 lb of carp coming out in 13 hours, biggest was 6 lb 5 oz, smallest a pound and a half, with i'd say the average being about 3 - 4 lbs ). That appears to me to be absolutely spot on according to the spec, which is more down to luck than judgement in this case.

Fishing in March, April and May time produced absolutely nothing though and F11 has highlighted the problem well, the O2 is failing miserably because it is too high and the carp are set to prefer low o2 levels. I would still like "some" carp to be caught in the other seasons apart from summer, so need to go back and adjust the two text files ( carp1.txt and carp2.txt ) created earlier, to make the carp a bit more tolerant to higher o2 levels. This can be achieved easily by doubling the MAX o2 tolerance values for the stocks. EG by changing it from 12 to 24 in the carp1.txt and from 8 to 16 in the carp2.txt files, and running mergestk again. I'm also going to lower the minimum temperature tolerance as well a bit for each, as this was also too severely affecting the behaviour. Knocking the min temp for carp1.txt down to -10 and the min temp for carp2.txt down to -5 will help this hopefully.

So back to fast fishing for a bit, first in may a couple of 3 lb carp were caught in a day, which is still hard going, but it was cold, march is still proving hard though, but the numbers that are being shown in F11 are saying that they are coming close, and it is within the realms of possibility more can be caught. The one big thing that F11 is showing is that the Temp, o2, light and cover pass/failure rate is not at 100% or 0% but values in between which shows the fish behaviour is being gradually affected by the different conditions and tactics.

A quick test on June the 1st though has revealed the carp are really coming out though now, so there is still a lot of work needs to be done on them yet, but for now that will do. The results from fastfish are generally better than when fishing for real though, so hopefully, it is not as bad as it looks.


Time for some bream

I'm pretty happy with the carp as they are for the time being and keen to get another species in there .. the bream. These should prove interesting because hopefully they will hug the deep barren channels of the peg. This should be possible by using the WDEPTH, FDEPTH and COVER values, but if it still isn't right, then USER values will be used to force them to do this.

By using F10 or the peg editor, it can be seen that the deep channels in the peg are over 70 inches deep ( around 6 ft ). By setting this as the ideal water depth ( WDEPTH ) for the bream, and giving it a max value that is a lot higher than this, will make these areas hotspots for bream, or more accurately, will make the other areas not good for bream. Also, by anchoring the bream to the bottom using a high ideal value for FDEPTH, this will force them to run up and down these channels. As an extra incentive to the bream shoals, the areas where the channels are contain very little cover, so an ideal low cover value will be used as well, can't fail hopefully :)

Bream aren't as fussy on the temperature or o2 levels than the carp, but do prefer a lower temp and higher o2. They are a good species as well to put into a peg to give the angler a chance of at least a fish on colder days. The initial two bream text files are shown below and have been created so that the smaller bream can be caught out of the channels, but the large ones will almost definately only be caught in them.

bream1.txt

REF CBREAM      
MINSIZE 12      
MAXSIZE 180      
SPECSIZE 32000      
; ideal min max tests
TEMP 13 -10 40 2
O2 9 -0.5 35 2
FDEPTH 95 -20 130 3
LIGHT 100 -10 130 2
COVER 5 -10 130 3
WDEPTH 65 0 200 3

The small bream should, in theory, be best caught within the channels or on the slopes of them, because the ideal water depth has been set at 65 inches, the minimum has been set at 0 which is low, meaning there will still be a chance of getting a smaller bream in the shallower areas as well. To also help this on the way, the maximum cover value has been set high (130) as well. Light has also been made a factor, making the small skimmers very good feeders during the day, with the bigger ones taking over at night. The temperature and o2 tolerances have been set, so that hopefully, skimmers will show all year round.

bream2.txt

REF CBREAM      
MINSIZE 2200      
MAXSIZE 2400      
SPECSIZE 32000      
; ideal min max tests
TEMP 18 -5 30 6
O2 5 0 25 6
FDEPTH 100 90 110 6
LIGHT 10 -50 130 4
COVER 0 -8 30 6
WDEPTH 80 40 200 6

The big bream have almost an entirely different behaviour to the small bream, they will stick pretty rigidly to the deep channels with no or very little cover, and will definately not rise a lot in the water to feed. They've been made to prefer slightly higher temperatures and lower o2 levels than the small bream, and to feed more vigorously at night.

Twenty bream shoals are then created with mergestk and stored in the venues/wacres/pegs/pollawyn folder along side the carp.

Now to test the theories; to do this it is probably best to remove the carp shoals in the .all file and paste them into a seperate file so that they can be recovered later. Then add the bream stocks. That way the carp won't interfere with the test results and all the fish that show will be the bream.

Because the bream look like they're going to be really easy to catch in the right conditions, a cautious approach is going to be used with the stocking of them.

Peg.all

100 venues/wacres/pegs/pollawyn/bream1.stk [None] [None]
90 venues/wacres/pegs/pollawyn/bream2.stk [None] [None]
75 venues/wacres/pegs/pollawyn/bream3.stk [None] [None]
70 venues/wacres/pegs/pollawyn/bream4.stk [None] [None]
65 venues/wacres/pegs/pollawyn/bream5.stk [None] [None]
60 venues/wacres/pegs/pollawyn/bream6.stk [None] [None]
55 venues/wacres/pegs/pollawyn/bream7.stk [None] [None]
50 venues/wacres/pegs/pollawyn/bream8.stk [None] [None]
45 venues/wacres/pegs/pollawyn/bream9.stk [None] [None]
40 venues/wacres/pegs/pollawyn/bream10.stk [None] [None]
35 venues/wacres/pegs/pollawyn/bream11.stk [None] [None]
30 venues/wacres/pegs/pollawyn/bream12.stk [None] [None]
25 venues/wacres/pegs/pollawyn/bream13.stk [None] [None]
20 venues/wacres/pegs/pollawyn/bream14.stk [None] [None]
15 venues/wacres/pegs/pollawyn/bream15.stk [None] [None]
10 venues/wacres/pegs/pollawyn/bream16.stk [None] [None]
8 venues/wacres/pegs/pollawyn/bream17.stk [None] [None]
5 venues/wacres/pegs/pollawyn/bream18.stk [None] [None]
2 venues/wacres/pegs/pollawyn/bream19.stk [None] [None]
1 venues/wacres/pegs/pollawyn/bream20.stk [None] [None]

The initial assessment of bream being easy to catch was right ! way to easy, even with a cautious stocking approach, given good conditions they were too easily caught, clocking up 150 lb in an hour on fastfish. Therefore the stk files need altering drastically to make them a bit more challenging, the text file for the small bream is the only one going to be changed, to make them a little more picky, the changes though will propergate through to the larger bream with mergestk hopefully. I'm also going to take the SPECSIZE lines out of both, because the large bream were proving especially easy to get.

bream1.txt ( revised )

REF CBREAM      
MINSIZE 12      
MAXSIZE 180      
; ideal min max tests
TEMP 13 -5 30 3
O2 9 0 30 3
FDEPTH 95 0 110 3
LIGHT 100 0 120 3
COVER 5 0 120 3
WDEPTH 65 0 200 4

That definately quietened them down a bit, but there is still too many coming out, so now instead of going back to the stk files, a reduction in the stock amounts will probably do the trick, especially the bigger bream over a couple of pounds.

Peg.all ( revised )

80 venues/wacres/pegs/pollawyn/bream1.stk [None] [None]
60 venues/wacres/pegs/pollawyn/bream2.stk [None] [None]
45 venues/wacres/pegs/pollawyn/bream3.stk [None] [None]
40 venues/wacres/pegs/pollawyn/bream4.stk [None] [None]
38 venues/wacres/pegs/pollawyn/bream5.stk [None] [None]
35 venues/wacres/pegs/pollawyn/bream6.stk [None] [None]
32 venues/wacres/pegs/pollawyn/bream7.stk [None] [None]
30 venues/wacres/pegs/pollawyn/bream8.stk [None] [None]
25 venues/wacres/pegs/pollawyn/bream9.stk [None] [None]
22 venues/wacres/pegs/pollawyn/bream10.stk [None] [None]
20 venues/wacres/pegs/pollawyn/bream11.stk [None] [None]
18 venues/wacres/pegs/pollawyn/bream12.stk [None] [None]
15 venues/wacres/pegs/pollawyn/bream13.stk [None] [None]
12 venues/wacres/pegs/pollawyn/bream14.stk [None] [None]
10 venues/wacres/pegs/pollawyn/bream15.stk [None] [None]
8 venues/wacres/pegs/pollawyn/bream16.stk [None] [None]
5 venues/wacres/pegs/pollawyn/bream17.stk [None] [None]
3 venues/wacres/pegs/pollawyn/bream18.stk [None] [None]
2 venues/wacres/pegs/pollawyn/bream19.stk [None] [None]
1 venues/wacres/pegs/pollawyn/bream20.stk [None] [None]

Definately a lot better now, but it seems that these bream are like an on/off switch, some days and times they go mad, others it is if they are extinct. This is good though, there is a difference in behaviour, and one that is very difficult to predict as well, that will do for me :-)

The spec says "lots of small skimmers" as well and as yet these haven't been accounted for apart from in the bream1.stk file, so to fit them in, ten skimmer stocks of small bream under a pound will be specifically created based on the bream1.stk and bream2.stk files. These will be made to feed better in shallow water, and also to come a bit higher in the water to feed at times too.

This document may be updated in time, depending on commitments