trojen100 Posted December 1, 2012 Share Posted December 1, 2012 i have really a very awsome creations done at 3ds max cars charachters and choppers but the problem i dont know how to make them a Txd and DFF i have tried Kams script but its useless the tutorial is useless i searched at google but without any luck if you have a more discreptive tutorial on how to use Kams script tell me it and if there is another program i am ready note that it should be for 3ds max creations Link to comment
Allentus Posted December 12, 2012 Share Posted December 12, 2012 I think this can be helpful; https://forum.multitheftauto.com/viewtopic.php?f=148&t=42322 Hope I helped Link to comment
Ab-47 Posted December 24, 2012 Share Posted December 24, 2012 Simple and easy, create a .lua file with the following containment: --Client Sided Only txd = engineLoadTXD("filename.txd", model ID ) engineImportTXD(txd, model ID ) dff = engineLoadDFF("filename.dff", model ID ) engineReplaceModel(dff, model ID ) Make sure you replace "filename" with the TXD/DFF name and the "model ID" with whichever ID you want to replace. Then create a meta: "YourName" name="Script Name" version="Ver" type="script" /> Now make sure you replace the "filename" with the script you created above. Add the version and author and you're done. Start the resource and see how it works out for ya. The script requires no eventHandlers if you're wondering, it starts by default. 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