Posts: 73
Threads: 8
Joined: Jul 2015
Reputation:
0
Hi,
I exported the 'RedNeonTube1.dff' file from SAMP.img and I imported it to Blender. How can I now apply a different color to it? I'd like to create a purple one.
Posts: 282
Threads: 7
Joined: Aug 2014
Reputation:
0
SetObjectMaterial with clean texture and adjust color, not work?
Posts: 624
Threads: 38
Joined: Feb 2010
Reputation:
0
I don't think that light colors can be changed with materials thus need to occupy single objects with individual IDs.
Posts: 102
Threads: 7
Joined: Apr 2007
Reputation:
0
You can just use a hex editor to edit the individual bytes. I did this with the pointlight objects and now can make any colour I want using a script. In the red dff look for FF 00 00 and then look in the same place in the green dff for the pattern 00 FF 00, etc. The quickest way of doing it is using some program that can compare files.