terrybgood wrote:The lakers court is the only court where i can change the colors on the floor. What i need to know from court patchers if if you came across any court files that were similar to the lakers court file as far as editing it or better yet, just tell me any court where u were able to modify the colors in the paint or out of bounds in any way shape or form
you can change the structure not the color if you mean the part where you have the numbers like "9-9-9-". there are most likey vector based color overlays, i've read a post yesterday in the interent, at the very beginning of the file you find the whole diffusecolor blabla at the end of this structure information you find "p_s_2_0" hint, which is linked to the texture structure (multiply the texture over an area etc) and the color scheme of "p_s_2_0" works with a vector overlay for these textures by :
color.r = 0.5f
color.g = 0.2f
color.b = 0.1f
color.a = 0.8f
so whats possible for now is to get rid of some parts those vector information. i looked up alot of court files those days and most of the structures in the particular with the numbers seem to be unique. i compared two court files with almost the same structure and the "1-1-2-2-" blabla part looked still different. what i can tell so far is that each number block is repsonsible for one vector area. playoff logo, finals logo, inbound lines outbound lines and so on... always depending on the sturcture. you should go with the knicks court and try to edit those numbers, this is what i do at the moment, the structure overall looks pretty good to overview in hex editor. the only thing we have to do is to understand the ""1-1-2-2-"...play a little bit around and see whats happen.. and by the way... i already can tell "0-0-0-" for every number block does nothing haha..