mtasa-resources icon indicating copy to clipboard operation
mtasa-resources copied to clipboard

Custom model/object and texture edit

Open daeernil opened this issue 5 years ago • 3 comments

Add custom model/object and texture edit in map editor.

daeernil avatar Aug 05 '20 20:08 daeernil

I don't think this related to the map editor

if you want to replace a texture in your map make a script

even if you implement it to the map editor how it is gonna be?

you still need to put the model's files in a resource and add it to meta.xml manually

xLive avatar Aug 05 '20 22:08 xLive

editor

This is the subject I want to talk about. Additional sections to change the texture part when selecting the object in the map editor.

Other subject,

Example i want the add samp object or different object in map editor. and add with the object id I want.

daeernil avatar Aug 06 '20 17:08 daeernil

I've achieved custom models in Map Editor currently with an external resource I created called "newmodels", link if you're interested. It exploits the engineRequestModel features, which are not "finished" at the moment, so now might not be the right time to do this in the official Map Editor (perhaps wait for serverside model allocation by @TheNormalnij).

As for textures editing in Map Editor, see issue #233.

Fernando-A-Rocha avatar Jan 16 '23 22:01 Fernando-A-Rocha