Jump to content

[Map Water Type] Dark Water


1 Screenshot

About This File

A custom water texture for your maps. This water texture uses the water type #17.

Steps to Install

-- BrowEdit 620 --

  • Open your BrowEdit installation directory and navigate to data \ config \ rodesktop.json using notepad or wordpad.
  • Find the following code in the file:

{
  "count" : 8,
  "directory" : "data/texture/¿öÅÍ/",
  "extension" : ".jpg"
 }

  • Change the value of count to 20 (Supports up to 20 different water types)

{
  "count" : 20,
  "directory" : "data/texture/¿öÅÍ/",
  "extension" : ".jpg"
 }

  • Add the GRF you downloaded here to your list of GRFs BrowEdit reads. (You should know how to add a GRF by now)
  • Open a map and then go to Windows -> Water Property
  • Change the type to the number stated at the top of this upload description.

-- BrowEdit 586 --

  • Open your BrowEdit installation directory and navigate to data \ config \ .xml using notepad or wordpad. (the xml file to open is defined in your config.txt in the main BrowEdit directory)
  • Find the following code in the file:

<water>
	<directory>data\texture\¿öÅÍ\</directory>
	<extension>.jpg</extension>
	<count>8</count>
</water>

  • Change the value of count to 20 (Supports up to 20 different water types)

<water>
	<directory>data\texture\¿öÅÍ\</directory>
	<extension>.jpg</extension>
	<count>20</count>
</water>

  • Add the GRF you downloaded here to your list of GRFs BrowEdit reads. (You should know how to add a GRF by now)
  • Open a map and then go to Windows -> Water
  • Change the type to the number stated at the top of this upload description.


×
×
  • Create New...