Olrox Posted August 21, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 21, 2014 Revision 272 added. (2014-08-21_browedit_20_rev-272.rar) Development highlights: Major Update: GND, RSW, GAT, Saving (experimental) needs to confirm quadtree Major Update: Height or Ground edit mode under progress Major Update: debugging tool "rsw2json" helps to debug browedit more efficiently Major Update: Water rendering (check screenshots) Cool gradient in window background, makes it look like a 2014 design software imo Undo (ctrl+z) for texture edite mode and object edit mode for now. New movement arrow tools based in 3D enviroment for rotating, scaling, and moving. (look spoiler screenshots) Quadtree generator implemented and improved (experimental for now, use "Q" hotkey to test) Model properties window is working better now by fixing some small crashes Link: https://www.dropbox.com/sh/uy06b3ds5r80gcb/AAAUNcW0YltlirAdan00EZvPa All development credits to Borf. Screenshots: Quote Link to comment Share on other sites More sharing options...
Rivers Posted August 21, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: March 16 Share Posted August 21, 2014 How do I fix the issue where I can't place textures or see a map when I load it up?This is what happens when I open a map and try: Quote Link to comment Share on other sites More sharing options...
Olrox Posted August 21, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 21, 2014 How do I fix the issue where I can't place textures or see a map when I load it up? This is what happens when I open a map and try: The console shows something? Quote Link to comment Share on other sites More sharing options...
Rivers Posted August 21, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: March 16 Share Posted August 21, 2014 (edited) Just these. I'm not sure what much of this means. Let me know if you spot something wrong. Thanks for the reply, too! Edited August 21, 2014 by Rivers Quote Link to comment Share on other sites More sharing options...
Olrox Posted August 22, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 22, 2014 The images are way too small, please send the direct link at full size, it is okay without the *IMG* tags btw Quote Link to comment Share on other sites More sharing options...
Rivers Posted August 22, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: March 16 Share Posted August 22, 2014 I believe this will work better then. http://i92.photobucket.com/albums/l1/157FullMetal/Untitled_zpse186b2c2.png Quote Link to comment Share on other sites More sharing options...
GmOcean Posted August 22, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted August 22, 2014 (edited) This is coming along great. Though I have just a few quests. 1. Will the configure window allow for changing the mouse keys? ( Left click to function as Middle wheel click does for moving around the map). 2. Are there already keys configured to show/hide the effects/lighting/sounds on the map? And lastly, it seems, that expanding the object window, and then unexpanding it results in a client crash. (rev.272). This happens when trying to expand the window and then un-expand the window on the default map loaded (prontera by default). Good luck with the production, hope it picks up speed. If only I had knowledge in programing T.T; Edit: Also, just wanted to know how far along custom map support has come, along with the ability to " start " creating new maps using BE2. Edited August 22, 2014 by GmOcean 1 Quote Link to comment Share on other sites More sharing options...
Olrox Posted August 24, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 24, 2014 I believe this will work better then. http://i92.photobucket.com/albums/l1/157FullMetal/Untitled_zpse186b2c2.png Hi, can you please post your config? also, you are loading a custom map by a chance? Edit: Try by looking ["threadedrendering" : true,] and change it to ["threadedrendering" : false,] then save and load? @GMocean thanks! Quote Link to comment Share on other sites More sharing options...
Rivers Posted August 24, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: March 16 Share Posted August 24, 2014 (edited) Hi, can you please post your config? also, you are loading a custom map by a chance? Edit: Try by looking ["threadedrendering" : true,] and change it to ["threadedrendering" : false,] then save and load? The map is the official city maps. (Prontera, Izlude, Juno, etc etc.) This is my config: { "resolution" : [ 1920, 1080 ], "data" : { "ropath" : "C:/Program Files (x86)/Gravity/browedit/RO/data", "grfs" : [ "C:/Program Files (x86)/Gravity/browedit/RO/data.grf", "C:/Program Files (x86)/Gravity/browedit/RO/rdata.grf" ] }, "moveconsole" : true, "hideconsole" : false, "defaultmap" : "prontera", "skiploadingscreen" : false, "threadedrendering" : true, "backgroundworkers" : true, "fov" : 45, "vsync" : false } EDIT: I changed threadrendering to 'false' but it still didn't work. NOw it just crashed when the map tries to load. Edited August 24, 2014 by Rivers Quote Link to comment Share on other sites More sharing options...
Olrox Posted August 24, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 24, 2014 EDIT: I changed threadrendering to 'false' but it still didn't work. NOw it just crashed when the map tries to load. Borf is looking at your error but he has no idea, however now at least we could make that crash and can be debugged I think. Ahh, btw there is a new revision of browedit 2.0 today: [10:25:23 a.m.] Borf: ok done with dinner [10:25:38 a.m.] Borf: I did also fix xomsthing in the last build with memory [10:26:29 a.m.] Olrox: whats that? [10:26:45 a.m.] Borf: *something [10:26:52 a.m.] Borf: it should stop the flashing [10:26:56 a.m.] Borf: and might fix other things too Although I'd prefer to wait a little more progress before releasing a new packed revision. Also that would give borf sometime to wonder whats happening with you. Quote Link to comment Share on other sites More sharing options...
Rivers Posted August 25, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: March 16 Share Posted August 25, 2014 That is okay, I can wait. Thank you for all the help! Quote Link to comment Share on other sites More sharing options...
Olrox Posted August 28, 2014 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Author Share Posted August 28, 2014 Revision 279 added. (2014-08-28_browedit_20_rev-279.rar) Development highlights: Major Update: Mirror or Simmetry at object edit mode: allows to mirror complete maps at the RSW file. Useful for simmetry maps. Experimental for now. (press M to simmetry) Major Update: Bug reporting: Extension, once you have a crash, a crashlog can be send to borf by mail. Major Update: Height edit mode: Initial work at this mode. Left click to select an amount of tiles, right click and drag to add height or decrease it. Look for the radial menu (spacebar) to find the "height edit tools option" and disable the smoothness at heights. General bugs fixed and clean ups. Link: https://www.dropbox.com/sh/uy06b3ds5r80gcb/AAAUNcW0YltlirAdan00EZvPa All development credits to Borf. Screenshots: Quote Link to comment Share on other sites More sharing options...
Kido Posted August 31, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted August 31, 2014 awesome thanks Borfff! i hope somehow there can be more sky maps without hexing and "sacrifing" maps o:! Quote Link to comment Share on other sites More sharing options...
Aureon Posted September 29, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 281 Reputation: 14 Joined: 10/14/13 Last Seen: October 9, 2017 Share Posted September 29, 2014 (edited) Hello!I just downloaded this browedit 2... but i got errorHelp me pls. SCREENSHOTS: From Revision 272 and from the latest revision Edited September 29, 2014 by Aureon Quote Link to comment Share on other sites More sharing options...
Nyax Posted October 6, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 08/12/12 Last Seen: January 30, 2022 Share Posted October 6, 2014 (edited) Hi ! I tried this new version a bit and it's really promising ! Too bad the only thing I can do right now is look at Prontera. File - New : nothing happens. Is it working for you guys ? File - Open : BrowEdit immediately crashes. Also, I clicked Submit Bug button to send a crash-log to Borf but I get this error : "can't send error report to the server" (yes, very helpful) I tried to change "defaultmap" to "izlude" in config.borf.json but Prontera is still opening with BrowEdit. For actual feedback on BrowEdit, the space-bar menu is really cool. Reminds me of Maya menu. But when the text is on the right side of the circle it become hard to read since it's upside down. Maybe try to flip the text that's on the right half. Clicking outside of the circle should close it, and a "Back" option would be great as sometime we enter the wrong menu. For editing objects, is there a shortcut to switch from translate to rotate to scale ? Kind of boring to open the menu every time. Maybe F keys, or W/E/R like 3D in software. When I hit F10 key, BrowEdit freeze for 5 to 10 seconds, but I don't know what is happening. Would be nice to have a shortcuts list included. But those are small details. Borf work is amazing, and if we could just have GAT and Lights edit, this could replace BrowEdit 1.0 right now. @Olrox, out of curiosity : are you actually using BrowEdit 2.0 to create maps ? (like, do you have a custom build with save activated ? ) It's really frustrating to see such great software but having to continue mapping with the laggy BrowEdit v1.0 Edited October 6, 2014 by Nyax Quote Link to comment Share on other sites More sharing options...
spellborn Posted October 13, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 07/18/13 Last Seen: November 27, 2022 Share Posted October 13, 2014 Hello! I just downloaded this browedit 2... but i got error Help me pls. SCREENSHOTS: From Revision 272 and from the latest revision you should revert slashes in config.borf.json example: C:\Games\RO replace to C:/Games/RO Quote Link to comment Share on other sites More sharing options...
MrUnzO Posted October 14, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 24 Reputation: 3 Joined: 10/10/14 Last Seen: January 19, 2023 Share Posted October 14, 2014 work great! I'm waiting for release!! Quote Link to comment Share on other sites More sharing options...
boylive Posted November 9, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 35 Reputation: 2 Joined: 05/14/12 Last Seen: May 28, 2022 Share Posted November 9, 2014 (edited) oh great working with OPEN GL 2.0 but crash after open a map & re open a map again Edited November 9, 2014 by boylive Quote Link to comment Share on other sites More sharing options...
Zell Posted November 16, 2014 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: 19 hours ago Share Posted November 16, 2014 oh great working with OPEN GL 2.0 but crash after open a map & re open a map again Me too Quote Link to comment Share on other sites More sharing options...
Experience Posted December 29, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 11/23/11 Last Seen: December 27, 2015 Share Posted December 29, 2014 (edited) Hello.. Hmmm, probably I'm making something wrong, but, I cant move the map.. XD All I can is mess around the map, it's position is fixed like right button of mouse can't rotate the map, I can zoom in and zoom out, but can't change the angle of camera to see the map in other angles. It's supose to be like that or have any way to change it?? I'm using last version and I'm working on a custom map. Thanks. Edited December 29, 2014 by Experience Quote Link to comment Share on other sites More sharing options...
Easycore Posted January 5, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 257 Joined: 04/08/13 Last Seen: August 24, 2023 Share Posted January 5, 2015 I put correctly the directories (with "/"), but when run browedit appears this error. Quote Link to comment Share on other sites More sharing options...
Archetype Saber Posted February 21, 2015 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted February 21, 2015 2015 Update ? Quote Link to comment Share on other sites More sharing options...
Terrinigma Posted April 18, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 62 Reputation: 19 Joined: 04/11/15 Last Seen: September 20, 2017 Share Posted April 18, 2015 It's doubtful he is personally working on the project at any rapid rate. https://github.com/Borf You can find his projects there including Browedit 2.0s latest release, if you follow him on facebook he released the source code to browedit so everyone else could continue the project. https://www.facebook.com/browedit Quote Link to comment Share on other sites More sharing options...
Achhandrian Posted April 19, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 07/31/12 Last Seen: September 23, 2020 Share Posted April 19, 2015 (edited) hmm i finally was able to start browedit but got the problem that the windows stays empty even if i load a new map any ideas ? there is no error message at all. just have a grey background. Edited April 19, 2015 by Achhandrian Quote Link to comment Share on other sites More sharing options...
Mihael Posted July 19, 2015 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 130 Reputation: 73 Joined: 09/03/14 Last Seen: June 3, 2023 Share Posted July 19, 2015 (edited) as it does to rotate the camera? when I open the program can not move the camera on the map :/ Edited July 20, 2015 by Mihael Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.