2022-02-02T10:41:00Z Updated.
Note that depending on your terrain size and number of farm yards and fields, you probably need to increase farmland ID channels from 64 to 127 or maybe even to 255. See Farmland ID Channels Tutorial page.
_farmland.grle is a grayscale image. RGB colors are in sequential order like 0,0,0 and 1,1,1 and 2,2,2 and 3,3,3 etc.
These RGB colors would be extremely difficult to paint in GIMP because they are so dark and similar to each other (like 0,0,0 and 1,1,1 looks just black to a human eye). You should use GIMP to paint bright easily seen different colors and then GraphicsMagick to swap the bright colors automatically into GE readable _farmland image RGB colors.
GraphicsMagick also handles all the under the hood image format stuff automatically for you, no need to worry about alpha channels, is it RGB or grayscale, how many bits and bots and whatnots, its all automatic baby
Do not use Giants Editor (GE) to paint farmland image because GE sucks. Any work you can do outside GE is a win for you. Use GIMP instead, its free and open source image editing program which makes FS19 image editing very easy. Editing farmland image in GIMP gives you full control and ease of future edits.
First open cultivator_density painting image with the background satellite imagery. If you have a fictional terrain then perhaps you have PDA/mapview image of your own from a terrain design document perhaps.
Make sure its in RGB mode, use image -> mode -> RGB if its not.
Create "Farmland" layer, you can obviously name it how ever you want. It should be on top of the layers stack but if it isn't, move it there.
Now switch back to cultivator_density layer, then press U for fuzzy select mode. Disable antialiasing, feather edges, select transparent areas, sample merged and leave threshold to default 15.
Making sure cultivator_density layer is selected click on any of your fields which if you followed PMC cultivator_density painting guide should be RED color (RGB 255,0,0) but the color doesn't matter, just click on one of your fields.
Now the field edge is selected all nice and tidy.
As we want this to be farmland buy land area and the field to be enjoyable to work like cultivating or fertilizing etc without "you dont have access to this land" warnings, we increase the selection size.
Use menu select -> grow.
Type in value 5 pixels, then click OK.
Now your field has nice buffer zone around it with the selection.
Next click the color palette umm icon or whatever it is illustrated here.
On change foreground color dialog make sure "0..255" and "HSV" are selected, click them to be sure. Then just choose RGB color using the R, G and B values.
Use our Farmland GIMP Painting RGB Color Copy-paste List page to get the colors.
Next select farmland layer or whatever you called it, also make sure its not hidden so you can see whats there.
Now fill in the selection using CTRL-, which is control and comma keys together.
Done
Next is to continue do further farmland areas, so loop back this page up to "Now switch back to cultivator_density layer," and continue the same way until all your fields are painted.
Once farmland image has been painted, use CTRL-SHIFT-E "export as..." to satellite_texture_farmland.png file name.
After the hard work of painting farmland image on top of satellite or other source image is done, we use GraphicsMagick to automatically convert and process the image into GE readable format.
Download PMC.Graphicsmagick.Farmland.2022-02-02.7z Batch.Files.And.Scripts.2024-03-18 Torrent Magnet and unpack it to the same directory your GIMP farmland XCF image is located.
This 7-zip contains _run_graphicsmagick_create_farmland.bat file. Execute this bat file and if it finds satellite_texture_farmland.png in the same directory it will start processing it, otherwise you'll get an error and the batch file aborts.
While its processing you see CMD.EXE dos box command prompt dialog which has a lot of ID numbers flashing by, once its done press any key to close it.
Now you should have new farmland.png image file in the dir. If all went well and you didn't make any RGB mistakes in GIMP, this farmland.png can be directly used in GE.
Done, for real