1
+ # Texture
2
+
1
3
## Texture Editing
2
4
3
5
There are 2 types of Texture editing. The first is editing the ground textures of maps the second is the textures of
@@ -8,16 +10,16 @@ objects or models used in maps.
8
10
Map textures are easy to make, load Photoshop, paint .net or even just paint and create a square image (Normal map
9
11
images are either 256x256 or 512x512 pixels) then draw your image and save it as a 256 color bmp (You can make them
10
12
higher but 256 color images take less space, have less issues and you don't need all the extra colors) to what ever
11
- locaion you desire in your client's data folder (You can make your own folder when it's your textures for your maps).
13
+ location you desire in your client's data folder (You can make your own folder when it's your textures for your maps).
12
14
13
15
## Adding A Texture To A Map
14
16
15
17
If you are using Browedit you'll need to edit the texture text file within Browedit's data folder (It can be handy to
16
18
make your own but if you do you will have to add it to the config file your using). The texture files are structured in
17
19
a simple way, which is, menu location and display name followed by directory location then file name (Eg.
18
- sets/prontera/forest/grass_path-curve1\| Çʵå¹Ù´Ú\pron-dun-03.bmp). You can even set out how you want the menu listing
20
+ ` sets/prontera/forest/grass_path-curve1\|Çʵå¹Ù´Ú\pron-dun-03.bmp ` ). You can even set out how you want the menu listing
19
21
for added sections by simply having just the menu location listed without any display names or file or folder listings
20
- (Eg. floor/carpet/\| ). This way you can structure your texture file at the beginning and list the textures afterwords.
22
+ (Eg. ` floor/carpet/\| ` ). This way you can structure your texture file at the beginning and list the textures afterwords.
21
23
If you have successfully added your next map texture or textures to one of Browedit's texture files you'll be then able
22
24
to find your texture in the texture window under what you put it under. If you are having trouble with the texture file
23
25
just follow how one of the files is listed in there already.
@@ -33,13 +35,13 @@ may fix this in Browedit).
33
35
34
36
## Replacing a Model's Texture
35
37
36
- With Browedit replacing a model's texture is as easy as pie. Load browedit and under ' Windows \ > RSM Editor' open the
38
+ With Browedit replacing a model's texture is as easy as pie. Load browedit and under ` Windows > RSM Editor ` open the
37
39
model you wish to edit then click the texture you wish to replace and in the texture window (Just like map textures you
38
40
will have to have added your model texture or textures if you wish to replace any textures) and once you have clicked on
39
41
the new texture the old will be replace by the new and you can save your creation. It's that simple.
40
42
41
43
- Note. If you do not want to replace a model's texture but instead make a copy and replace it then just remember to
42
- click ' save as' (as save will replace the opened model) and rename the model file and then just like the map textures
44
+ click ` save as ` (as save will replace the opened model) and rename the model file and then just like the map textures
43
45
add it to the model list file in Browedit's data folder
44
46
45
47
[ Category: Incomplete ] ( Category:Incomplete " wikilink ") [ Category: Mapping ] ( Category:Mapping " wikilink ")
0 commit comments