Jump to content

Syouji

Members
  • Posts

    1245
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by Syouji

  1. I tested the map and it works just fine (Tested with: 2010-07-07bRagexeRE). I dont know why it would be a client issue. As long as you have all the resources you should be fine. Was there a specific spot in the map that made you crash?

  2. Olrox, your map is breath taking. The lighting is perfect in matching the theme and models. Love the transparency effect you made for the piano, floors, ice, etc. Great choice of effects (It sucks how limited the game is to that) and placements. Overall, a real pleasure to see what you made. Your work gives me inspiration to create something fantastic as well. :D

  3. You can't crop a map but what you can do is copy and paste your map onto a smaller one. You will need to redo lighting, potentially gats, etc.

    To copy and paste you go to Global Height Edit Mode -> Select an area -> Click "C" to copy and then click "TAB" to move from one map to another followed by "LEFT CLICK" to paste.

    • Upvote 1
  4. 1. You cannot have multiple water types in a map. You can only select to use 1 for the entire map.

    2. You cannot change water elevation heights at different areas of the map. The water must be at 1 height at all times. Then you just build your terrain around that height.

    What some people have done to show more water is they would take an object and apply the "water" texture to it and then spawn the model in an area to represent water in a tub, or pool or w/e

  5. These maps are simply map duplicates, a virtual image the server creates without sacrificing additional storage space for new map files. This is done through the resnametable.txt

    new_1-1.gnd#new_zone01.gnd#

    new_2-1.gnd#new_zone01.gnd#

    new_3-1.gnd#new_zone01.gnd#

    new_4-1.gnd#new_zone01.gnd#

    new_5-1.gnd#new_zone01.gnd#

    new_1-2.gnd#new_zone02.gnd#

    new_2-2.gnd#new_zone02.gnd#

    new_3-2.gnd#new_zone02.gnd#

    new_4-2.gnd#new_zone02.gnd#

    new_5-2.gnd#new_zone02.gnd#

    new_1-3.gnd#new_zone03.gnd#

    new_2-3.gnd#new_zone03.gnd#

    new_3-3.gnd#new_zone03.gnd#

    new_4-3.gnd#new_zone03.gnd#

    new_5-3.gnd#new_zone03.gnd#

    new_1-4.gnd#new_zone04.gnd#

    new_2-4.gnd#new_zone04.gnd#

    new_3-4.gnd#new_zone04.gnd#

    new_4-4.gnd#new_zone04.gnd#

    new_5-4.gnd#new_zone04.gnd#

    As you can see the map dups come from new_zone01, new_zone02, new_zone03, and new_zone04. The map cache will have to contain the GAT placements of all duplicated maps though. As long as players have these 4 maps they should be fine. I would check to make sure your resnametable.txt has all of these instances included and your map_cache.dat also has them. If not, add them.

    As a last resort I attached all of the map instances if you wish to pack them in a data folder. It really is redundant and a waste of space (42 MB unpacked) if you do so but again if you cant get the above fixed then use this as a last resort.

    New Zone Maps.7z

  6. Da heck. Did you watch watch my tutorial video on adding a custom map? See my signature for quick link to video links.

    Note: Do NOT rename the map files by means of right click -> Rename. Only use BrowEdit to rename map files.

  7. You probably used a GAT type from BrowEdit that the client isn't familiar with. Only use the following

    1. Walkable (Green)

    2. Non-walkable (Red)

    3. Snipe-able & Not Walkable (Purple) -> For reference see the GAT type across the mountain ridges on cmd_fild02. Thats the GAT type im talking about

    So only use these ones and you should be good.

  8. This is a bug with BrowEdit 586. To fix it you will have to restart BrowEdit 586 every time you create a lightbulb that will have its shadows deselected. To go around this, I would highly recommend using the user-defined lightbulbs. Here you can define a lightbulb that already has its cast shadows deselected.

    1. Open the file called lights.txt

    2. Copy and paste that code in there to create a new bulb and setup the parameters (its pretty straight forward)

    3. If you want to use some lights I've defined feel free to use it:

    <?xml version="1.0" encoding="UTF-8" ?>
    <lights>
       <light>
        <name>Torch</name>
        <color r="1" g="0.5" b="0" />
        <range>20</range>
        <brightness>127</brightness>
        <maxlight>256</maxlight>
        <givesshadow>0</givesshadow>
        <lightfalloff>1</lightfalloff>
        <height>10</height>
       </light>
       <light>
        <name>ambient light</name>
        <color r="0" g="0" b="0" />
        <range>200000</range>
        <brightness>127</brightness>
        <maxlight>127</maxlight>
        <givesshadow>1</givesshadow>
        <lightfalloff>0.00001</lightfalloff>
        <height>50</height>
       </light>
       <colors>
        <light>
    	    <name>red</name>
    	    <color r="0.5" g="0" b="0" />
    	    <range>200</range>
    	    <brightness>127</brightness>
    	    <maxlight>256</maxlight>
    	    <givesshadow>1</givesshadow>
    	    <lightfalloff>1</lightfalloff>
    	    <height>10</height>
        </light>
        <light>
    	    <name>green</name>
    	    <color r="0" g="0.5" b="0" />
    	    <range>200</range>
    	    <brightness>127</brightness>
    	    <maxlight>256</maxlight>
    	    <givesshadow>1</givesshadow>
    	    <lightfalloff>1</lightfalloff>
    	    <height>10</height>
        </light>
        <light>
    	    <name>blue</name>
    	    <color r="0" g="0" b="0.5" />
    	    <range>200</range>
    	    <brightness>127</brightness>
    	    <maxlight>256</maxlight>
    	    <givesshadow>1</givesshadow>
    	    <lightfalloff>1</lightfalloff>
    	    <height>10</height>
        </light>
        <light>
    	    <color r="0.5" g="0" b="0.5" />
    	    <name>purple</name>
    	    <range>100</range>
    	    <brightness>127</brightness>
    	    <maxlight>256</maxlight>
    	    <givesshadow>1</givesshadow>
    	    <lightfalloff>1</lightfalloff>
    	    <height>10</height>
        </light>
       </colors>
    </lights>
    
    

    To access these lightbulbs, all you have to do is go into Light Edit mode and then right click -> Favourites -> Select a light

    The lightbulb I use called "Torch" has it's shadows deselected. So simply spawn the bulb and change the parameters around if you want.

    • Like 1
×
×
  • Create New...