


Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
If you use it as a shader you have to precache it somewhere in a script. Did you do that?
You can add it to an existing precache function somewhere, for example in zombiemode_perks right at the top of the file.
Then only adding: material,Material_Name to one .csv and putting the image in your mod-folder should be enough. Dont need all the other stuff..
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
Did you do material or materials in .csv?
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
material
Double Post Merge: July 03, 2015, 11:40:35 pm
SOLVED I just had to move it to a line more down and it worked idk if it matters but it made a change
//Text
material,material_name <--- this line will be skipped
// Text
material,material_name <--- this line will NOT be skipped