Torran Posted June 15, 2012 Share Posted June 15, 2012 Is there anyway to disable grass? I have some maps, which I would like to put on MTA.. but the grass just ruins them. I know there is an opcode to disable it, but is there any way to access this opcode via a client script or so? It would be very helpful if I could disable this grass.. I never liked it, and I dont like my SA when on low Visual FX settings Link to comment
myonlake Posted June 15, 2012 Share Posted June 15, 2012 I am not one hundred percent sure, but I suppose this is not possible at the moment. You can toggle your grass via MTA settings. Link to comment
Torran Posted June 15, 2012 Author Share Posted June 15, 2012 So the only way to get rid of the grass is to ask players to turn down their settings? Link to comment
DiSaMe Posted June 15, 2012 Share Posted June 15, 2012 I think you can modify material of the surface in .col file and import it as a custom collision model. Link to comment
Stanley Sathler Posted June 16, 2012 Share Posted June 16, 2012 Why you wanna remove grass? Do you wanna remove the grass on all places in your server? Or on just one place? If just one place, maybe you can use the removeWorldModel() function. Link to comment
Torran Posted June 16, 2012 Author Share Posted June 16, 2012 I want to remove this grass: (the darker stuff, not the grass model) It interferes with alot of my map, and I don't want to turn down my SA settings Link to comment
DiSaMe Posted June 16, 2012 Share Posted June 16, 2012 As I said, edit .col file in some collision file editor and replace the collision model. You need to do so because this grass is the property of model. Link to comment
Torran Posted June 16, 2012 Author Share Posted June 16, 2012 I dont know the names of the files to edit them. Link to comment
DiSaMe Posted June 16, 2012 Share Posted June 16, 2012 Use map editor to get it. I'm not sure if MTA map editor will help you. If it doesn't, try MEd. Link to comment
Torran Posted June 16, 2012 Author Share Posted June 16, 2012 The grass isnt a selectable object.. They use opcodes to be enabled/disabled.. I dont think they even have COL Link to comment
DiSaMe Posted June 16, 2012 Share Posted June 16, 2012 The grass is the part of surface below them. It's the part of model which it is on. I think you should have noticed they don't grow in air - only on certain models. Link to comment
Torran Posted June 16, 2012 Author Share Posted June 16, 2012 I have looked through the models, I find nothing relating to this grass so far Link to comment
DiSaMe Posted June 16, 2012 Share Posted June 16, 2012 The only thing related to grass is the model under it. Grass is the part of the ground object which it grows on. It is generated automatically on surfaces. So you need to change the material of surface under it to prevent it from generating. Link to comment
Torran Posted June 16, 2012 Author Share Posted June 16, 2012 That could take some time.. but i'll look into it, thanks Link to comment
Torran Posted July 5, 2012 Author Share Posted July 5, 2012 I tried changing the material, but the grass/small trees still spawn as normal Link to comment
50p Posted July 5, 2012 Share Posted July 5, 2012 You might replace grass texture with completely transparent pixel, but this way you'd have to replace all other growing grass textures, as you know there are different types of grass. Shader would help here. Link to comment
Torran Posted July 5, 2012 Author Share Posted July 5, 2012 I ran through some "debug" tests, and I actually got rid of the plants/grass! Thanks for the help though guys Link to comment
Nikolay_888 Posted July 30, 2015 Share Posted July 30, 2015 Hello. I want to remove this grass too. How to do this now? May be there are a complete solutions? Into this and other topics I didn't find answer. Thank you ___ Screenshot with this grass in the 6 message in this topic. Link to comment
FuriouZ Posted July 30, 2015 Share Posted July 30, 2015 Hello. I want to remove this grass too. How to do this now? May be there are a complete solutions? Into this and other topics I didn't find answer.Thank you ___ Screenshot with this grass in the 6 message in this topic. Here you go, tested, works fine. I don't know, if there's more than just a one grass texture, but in San Fierro train station it works fine. http://www.upload.ee/files/4873725/nograss.zip.html 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