trickyxed Posted January 23 Share Posted January 23 Hello everyone, I would like to know if it is possible to get a car uv when I get into it? Link to comment
trickyxed Posted January 25 Author Share Posted January 25 19 hours ago, Trust aka Tiffergan said: What is 'car uv?' I want to get uv map the car I'm getting into Example: Link to comment
DiSaMe Posted January 26 Share Posted January 26 The only way I can think of that I know would work is, opening and reading the model file using fileOpen/fileRead to retrieve the UV data into a table. Then drawing it with dxDrawLine or dxDrawPrimitive. In other words, your script needs to parse the DFF files, which may be quite some work if you're not familiar with DFF format - unless there's some library that does it for you, but I'm not aware of any. Plus you can't just access the original game files using file functions, there needs to be a DFF file in the resources - which may also be the reason it's all done on custom cars in that video. 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