Fix dead link and name.

This commit is contained in:
Anna Rose 2017-03-07 14:04:08 -05:00
parent 4f6c93624e
commit ccfb1eebad
No known key found for this signature in database
GPG Key ID: BE7700199F785867
3 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,7 @@
## terrainerizer ## terrainerizer
terrainerizer is a simple gimp script that takes a heightmap and splits it into RAW terrain files 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 ### Installation

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Terrainerizer v0.1 # Terrainerizer v0.1
# by Patrick Wiggins (pwiggi) # by Anna Wiggins (annabunches@gmail.com)
# Licensed under the GPLv3, see accompanying file LICENSE for terms # Licensed under the GPLv3, see accompanying file LICENSE for terms
# #
# Splits a terrain heightmap generated in blender into pieces of size 256x256, # Splits a terrain heightmap generated in blender into pieces of size 256x256,
@ -29,10 +29,6 @@
# . 0_1 . 1_1 . # . 0_1 . 1_1 .
# . . . # . . .
# .................. # ..................
#
# ChangeLog:
# 0.1 ():
# Initial release.
# Location of the blank rawfile. Set this to be correct for your system # Location of the blank rawfile. Set this to be correct for your system

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Unterrainerizer v0.1 # Unterrainerizer v0.1
# by Patrick Wiggins (pwiggi) # by Anna Wiggins (annabunches@gmail.com)
# Licensed under the GPLv3, see accompanying file LICENSE for terms # Licensed under the GPLv3, see accompanying file LICENSE for terms
# #
# Takes any number of terrain RAW files and merges them into a single # 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 # 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 # row that this image occupies in the final image, starting from the
# top-left. # top-left.
#
# ChangeLog:
# 0.1 ():
# Initial release.
extension="png" extension="png"