Captain Cody Posted November 11, 2018 Author Share Posted November 11, 2018 Project renamed to MTA edit https://github.com/CodyJL/mta-edit Github can be found there; first commit for revision 2 will come soon. Link to comment
ShayF2 Posted November 21, 2018 Share Posted November 21, 2018 local ox, oy, ex, ey = 0, 0, 0, 0 addEventHandler('onClientClick', root, function(button, state) local px, py = getCursorPosition() if button == 'left' then if state == 'up' then ex, ey = px, py elseif state == 'down' then ox, oy = px, py end end end) function find() local r for i=ox, ex do for e=oy, ey do local x, y, z = getWorldFromScreenPosition(i, e) r = processLineOfSight(x, y, z, xOffset, yOffset, z) -- use custom offsets end end return r or false end Link to comment
China_Yann Posted December 1, 2018 Share Posted December 1, 2018 Nice work! Gorgeous interfaces and useful functions, keep going! Link to comment
Captain Cody Posted December 1, 2018 Author Share Posted December 1, 2018 I hope to have revision two (And Beta) out on the 10th. 1 Link to comment
Captain Cody Posted December 9, 2018 Author Share Posted December 9, 2018 (edited) Will go live the 16th, I was busy this week so wasn't able to work on it as much as I would have liked. Instead I'll work throughout this upcoming week (And weekend) then launch it Sunday. There are features which I plan to add to the future builds but are not priority thus some are not added yet. Current state of things. Edited December 9, 2018 by CodyJ(L) 2 Link to comment
JustinMTA Posted December 14, 2018 Share Posted December 14, 2018 I'm requesting an easier way to retrieve XYZ location of default GTA map objects, just like in F3 with any object, but with default GTA map. In the current editor you can copy world objects, but the location doesn't remain the same. The current editor just makes a copy of the world object + moves the location when It should remain in the default XYZ. Would be nice to be able to retrieve XYZ location of default GTA map objects without using SAMP editor or scripts to find them. Because in MTA you need the XYZ of the object on the GTA map to remove it efficiently and accurately with script. I see the copy or paste coordinates right click menu this is probably what I'm asking for unless it can't select default GTA map objects x D Here's a screenshot of how I currently retrieve the XYZ of default GTA objects for my friend..http://prntscr.com/luv31o Link to comment
Captain Cody Posted December 14, 2018 Author Share Posted December 14, 2018 I'm going to be including stuff to modify world objects. So pretty much, you can select them; the default element will be deleted and an actual object will be created in it's place. So you can copy the position and stuff. 1 Link to comment
Captain Cody Posted December 24, 2018 Author Share Posted December 24, 2018 https://github.com/CodyJL/mta-edit MTA Edit (Editor 2) Alpha, there are many things I need to finish up however it's Chirstmas eve and I'm done with it for the year so there it is. Does not have saving or loading, however that'll come next month. I've worked countless nights trying to get it done by Christmas but there's just so much and I still have a few weeks / months worth of work to put into it. 2 Link to comment
gonza23 Posted January 3, 2019 Share Posted January 3, 2019 CodyJ you're doing god's work here. MTA has somehow managed to keep alive a 15 year old game and is still getting better! I haven't tried this new editor, but the old one has a very annoying issue where if you replace an original world object with an altered version of it, its view distance is not the same as the original object, and there's no way to change it without scripting (which most people don't understand, myself included). For example, in GTA you can see skyscrapers from very far away compared to say, park benches, but if you somehow edit a skyscraper (by deleting it and making a copy), you can no longer see it from far away, only from short distances. It would be nice to be able to edit the view distance for specific objects and globally. Also, I don't know exactly how LOD works, but it would be nice to be able to set exactly at which distances each LOD model is displayed. This last thing would be very useful for custom models, textures, stuff like that, and it could even be used to improve performance if some objects do not need to be seen from far away. Another thing would be selecting transparent stuff like wires, bushes, lighting (the stuff that glows even when a model is deleted), etc. Thanks! Link to comment
Captain Cody Posted January 3, 2019 Author Share Posted January 3, 2019 I'm going to be adding a LOD generator for stuff like that. Link to comment
SheriFF Posted January 15, 2019 Share Posted January 15, 2019 (edited) I love the 3d moddeling apps UI style.The corner-to-corner(or vertex) object placement is an awesome idea but can it be made to be precise(no gaps between objects)? EDIT: If not already implemented, a favorites category in object selector(which you can ofc edit) would be awesome. Dope project by the way, seems very helpful and easy-to-use Edited January 15, 2019 by SheriFF Link to comment
Captain Cody Posted January 16, 2019 Author Share Posted January 16, 2019 Favorites added long ago. Also, it's as precise as it's gonna get. 1 Link to comment
Einheit-101 Posted January 30, 2019 Share Posted January 30, 2019 Do you need a german translator? Link to comment
Captain Cody Posted January 30, 2019 Author Share Posted January 30, 2019 Yes, and as soon as I have beta ready (Have been busy in life so it's been slow) I'll be releasing the translation files. Link to comment
Einheit-101 Posted January 31, 2019 Share Posted January 31, 2019 Just contact me at any time and i get this done really quickly. Link to comment
Ghost156 Posted February 17, 2019 Share Posted February 17, 2019 Is it normal that when you save your map, it displays everything on your live map in this .map file? I'll name an example. I run my mode on your VC map, I then start MTA-Edit and start mapping objects on the ground. Then I save the map, and in the xml it will display all the objects of the VC map, including what I mapped. cus I haven't found out why, I keep having to delete all these objects from this .map file that I don't need. Link to comment
ShayF2 Posted February 22, 2019 Share Posted February 22, 2019 How is this resource optimized benefitial wise? As in does it use up less FPS than MTA's default editor? Does it use up less ram? Are only the needed things loaded into memory? I know to a regular user things like this may not seem so important, but they may to an experienced user. Link to comment
delta1337 Posted March 31, 2019 Share Posted March 31, 2019 You can add option to put multiple objects at once, for example trees. Link to comment
Captain Cody Posted April 7, 2019 Author Share Posted April 7, 2019 (edited) @Ghost156 You need to set the map saving mode in settings @ShayF Doesn't hurt FPS at all, even in it's Alpha state. Further builds will be even more optimized. In-fact even now, it runs far better then the default MTA editor. @delta1337 I have plans for an 'object brush' that'll do just this. By the way, currently my computer is dead (Long story and not my fault) so will be a while. Edited April 7, 2019 by CodyJ(L) Link to comment
Moderators turret001 Posted July 29, 2019 Moderators Share Posted July 29, 2019 Please add ability to remove non-collision objects from world like power lines, graffitis, some of the fences and plants, etc. Link to comment
yossef378 Posted April 23, 2020 Share Posted April 23, 2020 Where the new map editor? Link to comment
Necco Posted November 13, 2020 Share Posted November 13, 2020 On 23/04/2020 at 12:25, yossef378 said: Where the new map editor? https://github.com/Wolfee-J/mta-edit Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now