diff --git a/readme.markdown b/readme.markdown index cf80235..6b577f1 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,7 +1,7 @@ ## terrainerizer terrainerizer is a simple gimp script that takes a heightmap and splits it into RAW terrain files -that can be used with OpenSim. For a full usage example, see my [blender tutorial for OpenSim terrain](http://stringofbits.net/2009/09/08/tutorial-creating-opensim-terrain-with-blender). +that can be used with OpenSim. For a full usage example, see my [blender tutorial for OpenSim terrain](http://annabunch.es/technology/tutorial-creating-opensim-terrain-with.html). ### Installation diff --git a/terrainerizer b/terrainerizer index 6d3e70b..809c579 100755 --- a/terrainerizer +++ b/terrainerizer @@ -1,7 +1,7 @@ #!/bin/sh # # Terrainerizer v0.1 -# by Patrick Wiggins (pwiggi) +# by Anna Wiggins (annabunches@gmail.com) # Licensed under the GPLv3, see accompanying file LICENSE for terms # # Splits a terrain heightmap generated in blender into pieces of size 256x256, @@ -29,10 +29,6 @@ # . 0_1 . 1_1 . # . . . # .................. -# -# ChangeLog: -# 0.1 (): -# Initial release. # Location of the blank rawfile. Set this to be correct for your system diff --git a/unterrainerizer b/unterrainerizer index 77f733c..e1527b0 100755 --- a/unterrainerizer +++ b/unterrainerizer @@ -1,7 +1,7 @@ #!/bin/sh # # Unterrainerizer v0.1 -# by Patrick Wiggins (pwiggi) +# by Anna Wiggins (annabunches@gmail.com) # Licensed under the GPLv3, see accompanying file LICENSE for terms # # Takes any number of terrain RAW files and merges them into a single @@ -14,10 +14,6 @@ # Where mapname is the same for all maps, and n and m are the column and # row that this image occupies in the final image, starting from the # top-left. -# -# ChangeLog: -# 0.1 (): -# Initial release. extension="png"