Jump to content

Syouji

Members
  • Posts

    1245
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Syouji

  1. For future reference you can also see my video tutorial on making a minimap. See my signature for quick link navigation. ^^
  2. Try using this (WoD Aura Changer): http://wingsofdreams...r/#presentation
  3. Correct. It's as simple as changing the name.
  4. Your thread is in the wrong section but I'll move it for you. It should be in a client support/request or database section. These two seem to fit the best. Hopefully this is your solution Source: http://rathena.org/board/topic/67474-need-palette-names-for-3rd-job-classes/ Credits: Lilith
  5. Found the map here: http://spriterepository.com/index.php/files/file/1043-revencia/
  6. Can you show me how you installed your map resources?
  7. Kyo, BrowEdit 2.0 won't be out for quite sometime (complete version). BrowEdit 586 or 620 is perfectly capable of creating great maps. So if you get experience using the program now, it will be very easy for you to adapt to BrowEdit 2.0. Its your choice of course.
  8. After speaking to Borf about multi-language support, this is completely possible. How languages will work will be explained later on once the editor is complete. This will be more of an end feature.
  9. We have a download section you can navigate to at the top of the page. There you can find custom maps, models, textures, tools, programs, editors, sprites, etc. As for custom Prontera edits, here is what I could find in our downloads board: http://rathena.org/b...a-san-valentin/ http://rathena.org/b...ntera-by-olrox/
  10. All credits to Borf! This project would never exist without him.
  11. In order to use the model you need to import it into BrowEdit so it can be used on a map. Follow this tutorial for directions of adding a model: You can also look up Aeries Guide and find "XI- Adding new models :"
  12. That issue has to do with a specific hex value and positioning of objects/terrain to be above the water line. Something like this will take time to look into.
  13. I would like to share with you all some recent updates on BrowEdit 2.0: Skins can be applied to the program to personalize it Full navigation of camera angle and direction in a map Rendering of Shadows, Objects, Light & Colors, Textures (water not in place yet) Grid view of map complete Client and Server coded into client (communication between users for multi-user support on a single map). Any outgoing data (changes performed on a map between multiple users) is compressed and encoded before the receiver gets the packet of data to minimize as much bandwidth traffic as possible. Preview #1Preview #2 Preview #3
  14. http://rathena.org/board/topic/61444-project-browedit-20-redesigned/
  15. Can you give a detailed break down of what you did. I'm not sure what sprite location you stored your weapon sprite in and how you named it. You also made sure that the sprite (sword) supports the job class of Knight / Lord Knight / Rune Knight?
  16. Those squares form based on the direction the lightbulb with cast shadows enabled is positioned. Based on that shadow formation I'm predicting you positioned your sun lightbulb which has cast shadows enabled in the middle of the map and raised it up. Try placing the lightbulb on a map corner instead and recalculate. Also make sure the lightbulb isn't too high or the shadows will become longer. Once you do this, follow up with me on this case. Another thing to say about your shadows is that currently BrowEdit doesn't perform proper shadows across models. Shadows dont take in effect the open spots of spaces in between models such as leaves. This however will change in the future in BrowEdit 2.0 where shadows will render properly.
  17. Version 1.0

    135 downloads

    Here is a fighter ship I recently fixed so its compatible with RO. Enjoy~
    Free
  18. File Name: Space Fighter Ship File Submitter: Syouji File Submitted: 15 Aug 2012 File Category: Models Content Author: Syouji Here is a fighter ship I recently fixed so its compatible with RO. Enjoy~ Click here to download this file
  19. lol. I'll update the files I uploaded with steps to install. Edit: Done~
  20. 90 downloads

    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.
    Free
  21. File Name: [Map Water Type] Dark Water File Submitter: Syouji File Submitted: 15 Aug 2012 File Category: Textures Content Author: Syouji 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. Click here to download this file
  22. 111 downloads

    A custom water texture for your maps. This water texture uses the water type #18. 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.
    Free
  23. File Name: [Map Water Type] Mosaic Water File Submitter: Syouji File Submitted: 15 Aug 2012 File Category: Textures Content Author: Syouji A custom water texture for your maps. This water texture uses the water type #18. 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. Click here to download this file
  24. Version 1.0

    81 downloads

    A custom water texture for your maps. This water texture uses the water type #13. 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.
    Free
×
×
  • Create New...